-
While trying to connect Playwrightium as an alternative Selenide backend, faced with some issues.
Remote constructor should use tracing option too (somewhere in, at this moment it is not mapped).
…
-
A test failed on a tracked branch
```
Error: retry.try reached timeout 120000 ms
StaleElementReferenceError: stale element reference: stale element not found in the current frame
(Session info: chr…
-
A test failed on a tracked branch
```
Error: retry.tryForTime reached timeout 5000 ms
TimeoutError: The element [data-test-subj="all-cases-modal"] was still present when it should have disappeared.
W…
-
## 🐛 Bug Report
A clear and concise description of what the bug is.
When exporting a test as JavaScript Mocha format, the code doesn't run when using mocha test
## To Reproduce
Steps to re…
-
-
```
What steps will reproduce the problem?
1. download selenium from http://www.openqa.org/selenium,
http://www.openqa.org/selenium-ide/ and
http://wiki.openqa.org/display/SEL/waitForCondition
2. run …
-
## Description
After upgrading appium to version 9.0.0 and selenium to 4.14.1 I am facing some unexpected connection close during test execution.
The same tests using appium 8.6.0 with selenium…
-
A test failed on a tracked branch
```
WebDriverError: disconnected: not connected to DevTools
(failed to check if window was closed: disconnected: not connected to DevTools)
(Session info: chrome…
-
Hello everyone. I run my webserver and tests inside a docker environment and my web browser is in my host computer. As I've read in #190 chromedriver can't be used on such set up and I must use seleni…
-
We currently only run end2end tests with the WP-CLI driver, see [here](https://github.com/versionpress/versionpress/blob/b9e6cc356d4377819e5e65512da5af71562a7ecf/plugins/versionpress/tests/test-config…