-
**Description of the problem**: Since recent Chrome 92 update (few days now), we observed many failures when it tries to execute our Selenium Jupiter based ITs.
**Browser and version**: Chrome in D…
-
Skype: live:striks.work
Добрый день!
У меня проблема с элементарной задачей: сделать так, чтобы selenoid запускал не latest версию хрома, а конкретную (например 88.0).
Какую бы я версию не указы…
-
Is it any option to pass arg **url-base** to *chromedriver*?
I'm trying to run standalone `selenoid/chrome` instead of `selenium/standalone-chrome` for CI docker
```
Test tests/acceptance/ClientCa…
eodin updated
3 years ago
-
HI ,
I am startin selenoid server with below command
./cm selenoid start --browsers-json browser.json
But when I go to http://localhost:4444/status, I get below status,
Issue:- Why selenoi…
-
I've been trying to setup jest-puppeteer to create and connect to Chrome instances running in Selenoid, however the test runs are pretty flaky when I am running the tests in parallel (--maxWorkers=3).…
-
**Is your feature request related to a problem? Please describe.**
Cross Browser testing by connecting remote browsers. It would be great we can test multiple browsers at same time.
**Describe the…
-
### What happened?
TracedCommandExecutor throws NPE for `driver.switchTo().defaultContent()` method for RemoteWebDriver
```
Caused by: java.lang.NullPointerException
at org.openqa.selenium.remote…
-
I was able to execute tests and see the live sessions but failing at getting video recording
I have used this command
docker run -d --name selenoid -p 4444:4444 -v //var/run/docker.sock:/var/run/d…
-
**Test scenario:**
1. Git clone --recurse-submodule https://github.com/zebrunner/zebrunner.git
2. cd zebrunner
3. ./zebrunner.sh setup with aws s3 storage
4. git checkout develop
5. git pull -…
-
When performing file uploads via the `send_keys(...)` selenium 4.x is now dispatching requests to:
```
Command.UPLOAD_FILE: ('POST', "/session/$sessionId/file"), # old
Command.UPLOAD_FILE: ('POST…