-
### Feature and motivation
Currently when running Selenium Grid in Kubernetes via the Helm-chart, the hub becomes unreachable when deploying changes. This is due to there only being one replica.
G…
-
### What happened?
When running my docker instance `docker-compose -f docker-compose-grid.yml up -d` I noticed that the `selenium hub` is throwing a java error and both `node-firefox` and `node-chr…
-
I'm having trouble with my extras node registering with the hub. I'd hoped not to have to post here but I can't get past the problem.
The config files are:
Hub Config
``` json
{
"por…
-
Make the package possible to run as a Selenium Grid (node and/or hub)
-
### What happened?
error:
D:\Python\Python311\python.exe D:/OfflineaCare/ndb/program/test/test_oooooooo.py
Traceback (most recent call last):
File "D:\OfflineaCare\ndb\program\test\tes…
-
We are running a Selenium Grid with a Chrome node in Docker. Our docker-compose looks like this:
```
version: "3"
services:
chrome:
image: seleniarm/node-chromium:latest
shm_size: 2gb
…
-
I use command:
`docker run --network selenium -it -e SELENIUM='http://firefox:4444/wd/hub' -v $(pwd):/app webwhatsapi /bin/bash -c "pip install ./;pip list;python sample/remote.py"`
TRACEBACK:
>…
ghost updated
2 years ago
-
Is it possible to have WiniumDriver similar to Selenium Grid wherein which we setup the hub and trigger the script to utmost 5 remote machines?
-
Hi
When scaling Selenium infrastructure in AWS we make decision based on number of new sessions count on Hub. This way we can have 1 static Hub and 0-X dynamic Node servers.
Using Gridrouter - select…
-
I got the error while running Protractor tests on the BrowserStack.
```
warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" …