selenium-grid Questions
1
Solved
I'm going through a process of upgrading my Selenium Hub/Nodes to version 3.3.
Everything works fine, but I want to make sure I have optimal configuration... problem is I can't find a complete li...
Oscillatory asked 13/4, 2017 at 14:59
1
Solved
Is there a way to check the chrome driver version in use on a particular node remotely?
I know running chromedriver.exe -v directly on the node will report the driver version. But is there any way...
Niobium asked 24/2, 2017 at 10:21
1
I am running a simple code to launch the Firefox browser.
Running it in Visual Studio. Below is the code:
IWebDriver driver3 = new RemoteWebDriver(
new Uri("http://localhost:4444/wd/hub"),
Desir...
Denney asked 11/2, 2017 at 19:45
7
I have the following problem
I successfully launched Selenium Grid hub with:
java -jar selenium-server-standalone-2.53.0.jar -role hub
After that I tried to launch PhantomJS node with:
phan...
Rora asked 25/3, 2016 at 14:6
2
While running my test, I need to have long delays (~40 seconds).
And I see, that Selenium session gets deleted during that time.
Please help: How can I configure session timeout to increase?
Her...
Purposive asked 26/3, 2015 at 7:30
1
Solved
I have a selenium grid2 set up on an AWS instance, and I was wondering if there's a way I could view the logs on my local machine?
I understand I can visit: http://MyServerAddress/grid/console and...
Rickierickman asked 20/1, 2017 at 13:47
0
Problem
In my selenium grid setup, my session requests (that are waiting for empty slots to become available) timeout before hitting the newSessionWaitTimeout because they are hitting the RemoteWe...
Maxinemaxiskirt asked 7/1, 2017 at 9:18
1
Solved
I have set up selenium docker hub on my local host and it is up and running (however through Kitematic it shows 2 IP addresses for docker selenium-hub)
(see this)
I have checked that docker seleni...
Barcot asked 14/11, 2016 at 16:48
1
Solved
At the moment, I have my framework code written in Java/Maven and I want to run this code using Selenium grid and Jenkins. I've configured Jenkins to pull the latest code from the SVN and have setu...
Maupassant asked 2/11, 2016 at 14:12
1
I have Protractor tests that run fine locally (directConnect: true), but when I try to run them on a remote Selenium server (Grid), I always get the following message.
A Jasmine spec timed out. R...
Tigon asked 27/9, 2016 at 0:16
1
I am running parallel automated tests against a Selenium Grid.
Sometimes, a test with fail with;
Session [c1d99cc1-c689-4053-b68d-51c3682c13c4] was terminated due to CLIENT_STOPPED_SESSION (org.o...
Terrenceterrene asked 28/10, 2014 at 14:50
1
I just started using Selenium Grid.
The current problem I'm facing is when a test crashes. The browser stays open forever until I arrive and close it myself so the next set of tests can start.
I ...
Armendariz asked 16/9, 2016 at 18:45
6
Solved
I can't find any information on how to set this up, but it seems like a pretty basic concept, so I'm sure there's an answer out there.
I know how to run protractor on different browsers by settin...
Opaline asked 19/12, 2013 at 21:27
1
Solved
I have a suite of tests that I want to execute in a dockerized Selenium Grid. The tests are written in Ruby using RSpec and Capybara. Also worth noting: I'm using dinghy as a wrapper for docker-mac...
Fourierism asked 6/3, 2016 at 0:41
4
Solved
My current setup is I have a selenium RC running as a hub on a windows machine(lets assume machine name is machine.name.com).
I have used the following command to start it
java -jar selenium-serv...
Shock asked 30/12, 2011 at 18:35
1
Solved
Is their a way to change the values of the Capabilities in the Selenium Grid?
I am already extending the org.openqa.grid.internal.utils.DefaultCapabilityMatcher in a java class to validate some ...
Wulfe asked 17/9, 2015 at 8:3
5
Solved
My current project uses NUnit for unit tests and to drive UATs written with Selenium. Developers normally run tests using ReSharper's test runner in VS.Net 2003 and our build box kicks them o...
Inkblot asked 17/10, 2008 at 16:28
1
I have 1 grid hub server and 3 selenium nodes.
I would like to execute multiple test suite against one Grid Hub server.
So that each test suite will be executed on all 3 servers and the rest of the...
Venial asked 3/8, 2015 at 7:38
1
I'm using selenium grid with 13 nodes, each one is limited to one chrome instance.
My project uses most of those nodes on different times.
In the future, I will need to add more nodes - due to mor...
Gizmo asked 6/11, 2013 at 7:38
1
Solved
I get the following stacktrace:
{
"status": 13,
"value": {
"class": "java.lang.NullPointerException",
"stackTrace": [
{
"fileName": "ExternalSessionKey.java",
"className": "org.openqa.grid...
Foliolate asked 1/5, 2015 at 0:37
5
I am setting up Selenium Grid 2 (selenium-server-standalone-2.1.0) on Windows 7 (I have also tried Windows Server 2008) both 64 bit. I test the WebDriver locally and all is well.
I launch the hub...
Bunton asked 29/7, 2011 at 19:6
2
Solved
Selenium is not able to launch the IE.
10:56:25,005 INFO [org.openqa.selenium.server.SeleniumDriverResourceHandler] Command request: getNewBrowserSession[*iexploreproxy, http://192.168.132.105:80...
Wigeon asked 12/3, 2012 at 5:41
5
Solved
I am using Selenium Remote WebDriver. I read all links from csv file and run test against those links. But sometimes I get 404 response.
Is there any way in Selenium WebDriver to check that ...
Towny asked 26/1, 2013 at 13:21
2
Solved
First of all, sorry for my english, it's not so perfect :)
So I'm facing with the following problem: I'm trying to run parallel tests in different browsers using Selenium Grid and TestNg and I pas...
Damal asked 28/10, 2014 at 9:25
3
I am using Selenium Grid to start an InternetExplorerDriver-Instance remotely. Therefore I use the following code:
DesiredCapabilities capability = (DesiredCapabilities) DesiredCapabilities.intern...
Haustorium asked 4/1, 2012 at 13:26
© 2022 - 2024 — McMap. All rights reserved.