Selenium Grid is a component of the Selenium project that helps running your tests in parallel across multiple machines. It provides both environment management and resource allocation as it dispatches your tests against nodes in the grid. The environment management allows you to exert ...

learn more… | top users | synonyms

-1
votes
1answer
16 views

JUnit 4 (WebDriver) on Ubuntu

I use Junit 4 and selenium WebDriver and Eclipse to run my test on ubuntu. When i run my test i have this error: > org.openqa.selenium.StaleElementReferenceException: Element not found > in the ...
5
votes
3answers
53 views

Executing tests Concurrently on different OS and Browsers with webdriver and testng [java]

I have configured grid in my system and written my test script. i can run my test on any specified OS and any Browser but only on one OS and one Browser at one time not all OS and all Browser ...
0
votes
0answers
23 views

Only one browser running with selenium Grid while other are launched inactive

I am running my tests on selenium Grid.I am facing a problem like only one browser(firefox) is fed commands b server.Other browsers launched just load the URL and stay still.No activity happens in ...
1
vote
1answer
63 views

using selenium grid remote webdriver java client to take screenshots with messy characters returned

I established a selenium grid 2 on one linux platform, with both hub and node on the same machine. Then I used selenium remote webdriver(java client) to take a screenshot of www.google.com.hk page. ...
0
votes
1answer
85 views

How to run selenium test case in two different nodes?

Actually I need to run my single selenium test case in two different nodes using FIREFOX browser (selenium grid) , I have started my hub using below command java -jar ...
1
vote
0answers
59 views

How to get the number of idle browsers for a node in selenium grid2

My current setup is 5 nodes with 10 Firefox browsers each, all connected to a hub. I am running into a problem where I am exhausting the 10 firefox browsers for each node. So any new selenium runs ...
0
votes
0answers
19 views

Maven logs in jenkins

I am using jenkins with maven on windows. I am having 1 master, 2 slaves configuration where selenium grid is distributing test cases on all the three nodes. My problem is: Using -l flag in maven ...
0
votes
1answer
15 views

how to upload file in linux machine using seleniumgrid

I had this piece of code: Element.sendKeys(By.xpath("//input[@id='documentUploadT7Form:documentFileUpload:file']"), "C:\\Users\\Public\\Pictures\\Sample Pictures\\Koala.jpg", driver, new ...
0
votes
1answer
61 views

How to run browsers concurrently/simultaneously with Selenium Grid to search a list of strings in parts (in Java)

I want to be able to take a list of Strings, split the list into parts, and have each browser running search a part of the list (i.e. browser1 does 1/5, browser2 does 2/5...) in let's say Google (I ...
0
votes
1answer
92 views

How to click on an hidden drop down menu element using webdriver, which is not a select

I want to click on delete which is in the sub menu. I tried the below code, but nothing happens. wd_handle.execute_script("document.getElementById('optionPanel').hidden=false;") ...
0
votes
1answer
54 views

Run Selenium grid 2 with custom firefox profile

How to run Selenium grid 2 with custom firefox profile from code. Here is code I'm having now: DesiredCapabilities capabilities = DesiredCapabilities.Firefox(); ...
0
votes
2answers
103 views

WebDriver Chrome Browser: Avoid 'Do you want chrome to save your password' pop up

Every time my webdriver tests login into the application, 'Do you want chrome to save your password' pop up appears.. Is there a way to avoid this?? Please help. Thanks, Mike
0
votes
0answers
26 views

Executing Python test case in selenium on various IE Versions

Is there any way to specify a particular browser version for the execution of the test case below? I have both IE7 and IE8 and seem to only be able to specify iexplore. Is there a version parameter? ...
0
votes
1answer
119 views

A way to identify SmartGWT SelectItem in Selenium Grid 2 (WebDriver) tests

I am trying to set an ID to a SelectItem (to its options list, more precisely) in order to be able to identify it during Selenium Grid 2 tests and find no way to do it. What I need is to find the list ...
0
votes
1answer
56 views

Selenium Grid2 Print Screen

I was wondering how people have gone about getting screenshots from a selenium grid test. Presumably my screenshot will be saved to the machine the selenium node is running on, how can I then get it ...
1
vote
2answers
51 views

Create and upload a file on selenium grid

One of tthe test cases that I have is to upload a file to the application. Witouth grid this can be easily done by creating a bogus file and get absolute path of the file and fill the input field and ...
3
votes
1answer
142 views

Can Selenium Webdriver open browser windows silently in background?

I have a selenium test suite that runs many tests and on each new test it opens a browser window on top of any other windows I have open. Vary jarring while working in a local environment. Any to tell ...
3
votes
1answer
370 views

Chromedriver is extremely slow on a specific machine using Selenium Grid and .net

Overview: Chromedriver works normally on one machine but extremely slowly on two other identical machines. Setup: Selenium Webdriver using .Net for coding and Selenium Grid for distributing the ...
3
votes
1answer
54 views

What coding practices do I use in Vaadin to ensure I can record Selenium scripts?

My team is about to start using Vaadin and wants to integrate Selenium tests to allow for Test-driven development. However I've heard there are issues with recording Selenium scripts out of the box ...
0
votes
1answer
38 views

Closing selenium grid instances

There seems to be a lack of documentation about this (or at least I can't find it). I want to eventually have a load of Selenium tests running on Jenkins and using a Selenium Grid2. When I am ...
0
votes
0answers
62 views

What is absolutely required for a standalone parallelized Selenium Grid 2 Program in Java?

The search for setting-up a testing environment for a selenium grid 2 program using parallelized testing proved exhaustive. There were many, likely credible sources that would give conflicting ...
2
votes
0answers
144 views

Running WebdriverJS test on Selenium Grid

I have a Selenium Grid running on AmazonEC2 It consists of a hub running on port 7055 and a node running on port 7056. I have the following test: var webdriver = require('selenium-webdriver'), ...
0
votes
2answers
193 views

Selenium java I want to run test scripts on multiple browsers, versions so what is best approach

At present I have a framework which support firefox browser only. Now I am going to enhance my frame work so that can any give your ideas to me by suggesting your thoughts. At present I am using ...
0
votes
1answer
94 views

Selenium what is best way to keep xpaths either in Properties file or excel sheet

I have two Selenium java automation hybrid frame works. In one framework xpaths are storing in OR.properties file. In other frame work xpaths are storing in excel sheet . Finally I am creating one ...
1
vote
1answer
67 views

selenium/selenium grid: how to post request to web server with different ip address

i have to test a website that restrict total requests from same ip address. Is there any way to change ip address with each new request sent to web server so that server could not through exception ...
2
votes
2answers
99 views

Can I run Selenium on Computer A, and see the browser in Computer B?

Imagine I have some Selenium Project ready on Computer A. When you run this project, a new browser opens in Computer A, and connects to www.somesite.com and runs the tests.. Now, also on computer A, ...
0
votes
1answer
73 views

Selenium Grid2 Display Error

I've been working on setting up Selenium Grid2 in the cloud and I'm now getting an error that I cannot figure out. Selenium::WebDriver::Error::UnknownError: Unable to connect to host 127.0.0.1 on ...
0
votes
1answer
51 views

Cannot Find Firefox Binary when running Selenium Grid2 on Amazon EC2

I've setup my Amazon EC2 instance and I'm able to run my tests and connect successfully, however, I'm unable to run tests for FireFox. I get the following error... [remote server] ...
0
votes
0answers
48 views

how to do programatically for selenium grid using java

Hi I just need some help from you that when we are working with SELENIUM GRID, we should add No of RC's (How many we want those many) through the statement as ANT -DPORT - 5554 -DENVIRONMENT - ...
1
vote
1answer
98 views

“classes” parallel in TestNG test suite doesn't work when executing the suite in TestNG Ant task

I set up Selenium grid2 and it works well with following paralleled TestNG test suite: <!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" > <suite name="Sample Test Suite" ...
0
votes
1answer
195 views

How to start server for Selenium grid Java Maven setup

I setup Selenium framework with Maven Java. So all dependencies are storing in POM.xml Here I got doubt.. How to start server java -jar selenium-server-standalone-2.18.0.jar -role hub .. Should I ...
0
votes
0answers
167 views

Why I can't open http://localhost:4444/grid/console when I have no Internet connection?

I'm looking for a help with a selenium-grid, and I will be greatly thankful to anyone who can give some suggestions about possible way to solve my problem. Though I have some experience with ...
0
votes
0answers
22 views

Getting Empty Entries in HAR file

I am doing load testing using selenium(v 2.5) Grid & RemoteWebDriver through Hudson. I am opening Firefox(v 7.0) in my local system by starting hub & node & trying to read HAR file.....but ...
0
votes
2answers
87 views

How to do a File upload using selenium grid using the MacOS as a hub and WinOS as a node?

My Code is as below, I'm executing the script using the Mac and running 2 nodes, 1 on windows and 1 on the mac itself. The upload on the Mac works perfect but the windows upload doesnt work. ...
0
votes
1answer
38 views

soda/selenium how to log an assert

I'm sort of new to selenium and soda but love the ability to run selenium with node. So bear with me as I ask a really basic question. This is a simple login chain I'm running in my script. browser ...
0
votes
1answer
40 views

Selenium Grid server

what is the ideal server requirement for running parallel tests we have 100+ automation tests to run. Currently my server is intel quad core 1.8GHz with 32 GB memory. and i am running hub and one node ...
0
votes
1answer
86 views

Selenium RemoteWebDriver doesn't seem to recognize javascript changes to web elements

I have been trying to test for visibility of WebElements after executing some javascript. The WebElements are found by the following xpaths: public static final String MOBILE_APPS_RUNNING_APP_XPATH ...
0
votes
1answer
330 views

Can't use RemoteWebDriver(Ghost,Phantom) via Selenium Grid2

I tried GhostDriver and Phantomjs today. When I use GhostDriver, it works well. start like this phantomjs --webdriver=8910 then new RemoteWebDriver(new URL("http://localhost:8910"), sCaps); ...
0
votes
3answers
96 views

I am not able to decide the programming language for selenium webdriver

i am learning selenium concepts.while in the process i am not able to decide to go for which programming language. 1- JAVA or 2- PHP i have worked on PHP and have gud knowledge about it.so please ...
-9
votes
2answers
240 views

How to connect remote Windows PC using Java [closed]

How to connect remote Windows PC using Java and execute some commands using Java code. I want to create some nodes on remote machine which connects to my hub on my local PC Sharing the code will be ...
0
votes
0answers
65 views

desiredCapabilities setPlatform is being disregarded

I register the node from the terminal on the remote computer, including these parameters: -browser browserName=firefox,maxInstances=5,platform=MAC From the hub, in Java - it seems no matter what ...
2
votes
0answers
239 views

Remote Watir-Webdriver IE form field not recognizing text and keys

I have been using Cucumber / Watir-Webdriver just fine with IE. In my tests, I go to a form field and enter data and click a save button. All actions work great. Recently I decided to go with ...
0
votes
1answer
440 views

Set up Selenium ChromeDriver in Java for remote testing on Mac

I'm trying to create a project in eclipse/java for selenium testing. I'm doing this on a windows machine, which is also my hub for the selenium grid. I want to run my tests on a remote machine which ...
0
votes
1answer
120 views

IE Opens When I Use ChromeWebdriver

I have tried searching, but have had no luck in finding a solution. I trying to get Selenium Grid to work on my local machine before placing nodes on other machines. Long story short when I try using ...
1
vote
0answers
57 views

Does AndroidDriver node have to be on same machine as the hub?

When following the instructions to set up AndroidDriver (page seems to be down temporarily), it is not entirely clear how the driver is being attached to the hub and whether I can attach it to a ...
3
votes
2answers
263 views

Selenium 2 Firefox Profile Change Location

For many weeks now, I have been looking around and I have not seen anything regards to changing the location the Firefox Profile saves to. I am using a specific Firefox profile, however, when the ...
1
vote
2answers
175 views

OperaDriver not working

Using Selenium Grid2 and RemoteWebDriver in an MSTest class, I am struggling to get OperaDriver working. I create the Selenium hub and Opera node by running the following commands in CMD: start java ...
0
votes
0answers
354 views

TestNG xslt reports not running

I am running Mac mini: I am getting errors like: 1. similar like includeantruntime set to default/false (During ant run), ant compilation gave similar warning. i made some changes, and got another ...
0
votes
1answer
166 views

Why is my selenium grid hub only accepting 1 instance of Firefox

I can't figure out why I am unable to get a Selenium Grid Hub to accept more than one session instance of firefox. I configured it correctly, as far as I know and all I get is a hub that will only ...
1
vote
0answers
125 views

Selenium - disable popup blocker

I have just spent hours stuck on Selenium with Safari before figuring out that I needed to disable popup blocker to allow a login popup that I have. My question is, is there a way to disable the ...

1 2 3 4 5 7