-
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…
-
The issue is that the rust builder is an ARM image (correctly), but the runner is only amd64 (https://hub.docker.com/r/selenium/standalone-chrome/tags), so it builds an arm binary that fails to run on…
-
https://github.com/SeleniumHQ/docker-selenium
Edge Microsoft Edge
$ docker run -d -p 4444:4444 --shm-size="2g" selenium/standalone-edge:4.1.1-20211217
-
Hey guys!
My tests work pretty fine but after a while they are executed only on one of my two slaves. There is no error message or error and the other slave is marked as idle in my selenium grid.
Th…
-
I have a docker container running selenium-chrome (the "standalone-chrome" official container) and I'm trying to get scrapy-selenium to work with it. I have this in settings.py:
DOWNLOADER_MIDD…
-
I've got a test that gets run via Selenium Grid Extras to a Windows node. In this test, I use a Selenium file_detector to send a large file (about 1.2GB) from the running machine to the node:
```
…
-
Hi team,
I have successfully started up the grid, "09:59:24.264 INFO - Selenium Grid hub is up and running".
However I cannot seem to get the version of selenium grid to display,
"Selenium build…
-
#### What are you trying to achieve?
Running tests successfully on our GitHub action Runner : ubuntu-latest container. **It was working all good but broke 8 days ago (14th oct 2021)**
I tried in…
-
Hi,
I am able to start Selenium hub and sent a request HTTP request to spin up 1 EC2 node. I can confirm from AWS website, the EC2 instance (c4.large) had been spin up and running while I checked m…
-
Hi,
The remote driver is not working for the safari browser as working fine with the chrome browser. During a session with the grid, hub shows empty capabilities like {} and chrome shows all capabi…