-
Originally reported on Google Code with ID 6151
```
It seems that I have the same issue with my test cases (c#) as described in #2657:
When running selenium-server-standalone-2.33.0.jar for both hu…
-
Hello Guys and Girls,
Do you have any idea how can I verify programmatically how many nodes are registered to my selenium hub?
How can I have access to the jenkins selenium plugin instance?
T…
-
I am launching grid with below configuration:
What is the default Role of this computer? (1 - node | 2 - hub | 3 - hub & node)
Default Value: 1
3
'3' was set as your value
What is the HOST for the S…
-
ghost updated
2 years ago
-
### What happened?
I'm trying to deploy seleniumgrid 4 in Openshift (Build on top of Kubernates). I created separate deployment for hub and chrome node. Also, Created services for Hub & chrome node i…
-
I'm trying to pass custom location of firefox but unable to do that.
Selenium supports 2 ways of adding extra configs:
1. pass as inline parameter :
```
java -jar "selenium-server-standalone-3.…
-
Step by step i installed WebWhatsapp-Wrapper with docker, but when i run this
`docker run --network selenium -it -e SELENIUM='http://firefox:4444/wd/hub' -v $(pwd):/app webwhatsapi /bin/bash -c "pip…
ghost updated
5 years ago
-
I tried with the same example from the site , when i run the test i get the below error
Exception in thread "main" java.lang.NoSuchMethodError: org.openqa.selenium.WebDriverException.setSessionId(Lj…
-
Win10(on virtual PCs) Nodes didn't register on hub(CentOS7)
Grid extras - 2.0.1
All required drivers downloaded well.
Webdriver version 3.9.1(both hub and node)
Node and hub configs has been taken…
-
Current setup:
I have an ECS cluster with 4 EC2 instances, one of them running `selenium-hub` and i have 4 `selenium/chrome-node` containers running, using your python script to get the nodes and hub…