selenium-grid Questions

1

I'm trying to record videos of my Selenium-Tests. These Tests run parallel on Selenium Grid. I wanted to open a VNC-Server for each firefox and then start recording. So one grid-node would open 5 v...
Digestion asked 21/2, 2012 at 10:13

2

I started with the selnium stand alone server setup java -jar selenium-server-standalone-2.32.0.jar Which allowed to me successfully connect and run my tests, with multiple browsers running at a...
Griddlecake asked 19/6, 2014 at 10:2

1

Solved

Can anyone help shed some light on to what is stopping Karma javascript test runner from connecting to and using my selenium grid/server? I have a successfully working selenium grid environment th...

4

Is it possible to use multiple selenium webdrivers locally without using selenium grid to run multiple test at the same time? I am creating multiple instances by calling new FireFoxDriver() but th...
Betteanne asked 22/4, 2014 at 8:24

1

I am running a code in Selenium Grid. I have a class named TestBase as follows and I want to quit all the threads when I click on a button,but when I click on the button a NullpointerException is t...
Passel asked 27/3, 2014 at 11:58

1

I have been having an issue whereby I can kill the processes that spawns the nodes but the nodes do not get killed. Does anyone have any suggest how I can do this? Some of my latest failed attempt...
Dormie asked 13/1, 2014 at 2:5

2

My problem is how to get an isolated video streams from SeleniumServer browser instances. Let me explain. I have Selenium Server hub running at Ubuntu Server machine and the Selenium Server node r...

3

I am about to change my test automation language from Java to Ruby (I have new job where Ruby fits better into the tech stack). I have a lot of experience with Java and Webdriver but can see that ...

2

Solved

My end goal is to have Selenium running 'within' Jenkins. My Jenkins installation runs within an Ubuntu virtual machine. After some issues with the jenkins selenium setup (stemming from permission...
Orbit asked 22/8, 2011 at 23:40

2

I am trying to run the selenium tests with selenium grid 2 set up. My tests are more dependent . I have to well-define my sequential run & parallel run. Attaching my build.xml file for ref. Ins...
Predisposition asked 9/4, 2012 at 7:22

4

Solved

I have been researching on how to automate browser testing for a number of weeks now using all kind of different methods. Seleniums website is very vague on which is the best route to take. I have...
Sourwood asked 25/5, 2012 at 17:53

1

Solved

I'm having trouble launching Cucumber test with Chrome using remote webdriver capabilities on Grid (1 linux hub and 1 linux node with Firefox and Chrome). Firefox test go very well but Chrome retur...
Distance asked 26/9, 2013 at 13:53

1

Solved

I start a selenium grid hub with it's default startup command, java -jar selenium-server-standalone-2.33.0.jar -role hub And I start up PhantomJS in it's webdriver mode, on the same machine, lik...

4

Solved

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 simul...
Bernard asked 21/5, 2013 at 11:47

2

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 a...
Recline asked 25/4, 2013 at 2:15

2

Solved

My Selenium Grid is showing an error: org.openqa.selenium.WebDriverException: The path to the driver executable must be set by the webdriver.chrome.driver system property; but I have specified it...
Morocco asked 11/3, 2013 at 6:44

2

Solved

I have this problem. When on different computer, I start HUB and NODE and then run my tests where I initialize Google Chrome like this: Selenium selenium = new DefaultSelenium("localhost", 4444, ...

2

Solved

Is it possible to know which node the selenium grid hub assigned to your test? My tests need to talk to other services on the node machine in order to perform configurations which are not supported...
Huelva asked 1/8, 2011 at 12:58

4

Solved

I'm trying to put together my first Data Driven Test Framework that runs tests through Selenium Grid/WebDriver on multiple browsers. Right now, I have each test case in it's own class, and I parame...
Group asked 17/1, 2013 at 17:48

2

I can see two remotes under the console but when I try to connect remotely and execute something it fails with a 404. from selenium import webdriver browser = webdriver.Remote( command_executor='...
Blueberry asked 26/6, 2012 at 13:11

2

Solved

I am working on a project that involves using the Selenium WebDriver and a specific Firefox Profile heavily to find elements and manage the page. For example, driver.findElement(By.xpath("//*...
Racehorse asked 24/10, 2012 at 20:43

2

Solved

I am currently running my tests with RemoteWebDriver with Selenium Grid 2 through TestNG suites. This works fine with Firefox and IE. Now I added Chrome and the tests run fine, but I always get an ...

1

Solved

Is there a way to cause Ant to not quit even if one of a target completes? For instance, several targets may execute, and if the first one stops,selenium will freeze.All the other testcases which...
Josey asked 12/4, 2012 at 4:26

1

Solved

Currently Selenium Grid2 running with the default config shows that it can run 5 firefox browsers, 5 chrome browsers and 1 IE. With a max of 5 instances at the same time. How can I change this so ...
Cinchonism asked 29/11, 2011 at 15:24

1

Solved

I'm not that entirely familiar with the testing suite that comes with Visual Studio 2010 (Ultimate) but I'm trying to find a means to produce something similar to Selenium Grid with the Coded UI Te...

© 2022 - 2024 — McMap. All rights reserved.