-
as a LaVague user, I want to use LaVague to flexibly work with different webdriver setups,
so that that I am able test web apps across many browsers/configurations
The idea is:
- have LaVague in…
-
### What happened?
Run Selenium server as a standalone or hub/node without --enable-managed-downloads true parameter
for example, java -jar /root/selenium-server-.jar standalone
Run a Selenium …
-
First of all thanks for this service.
disclaimer: I am very new to webdriverio and javascript.
**Issue:**
docker service doesn't wait for hub to be up when using "zalenium"
**Details**
I am usi…
-
Any chance to have Selenium-Grid-Extras as a Jenkins plug-in? Maybe not as fully functional grid, but only a hub on master?
-
linux
```
$ uname -a
Linux matt-ZenBook-UX434FL-UX434FL 5.11.0-36-generic #40-Ubuntu SMP Fri Sep 17 18:15:22 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
$ $(ghg bin)/docker-compose compose version
D…
-
Using pytest-selenium v.4 and selenium grid v4 I got the "Message: Unable to find handler for (POST) /wd/hub/session".
Selenium 4 changes the URL. It's no longer behind /wd/hub, but In remote.py the …
-
I know that Selenium stealth does not support remote webdriver. BUT, is 127.0.0.1 really "remote"? Is there any hope of making this work:
```
driver = webdriver.Remote(
command_executor='http:…
-
I run selenium hub with firefox and proxy browsermob by [`bwowk/browsermob-proxy`](https://hub.docker.com/r/bwowk/browsermob-proxy/)
1) all in `docker-compose.yml` file
```yml
hub:
image: sele…
-
### What happened?
Whenever I try to click an element that is slightly out of the viewport, Firefox throws:
` Message:
OpenQA.Selenium.ElementNotInteractableException : Element could not be …
-
I've been fighting all day with this and hope someone in the community can explain why this is such a huge hassle.
The official Laravel Sail dockerfile is built from Ubuntu, which I gather does not…