-
### What happened?
I tried to run my python selenium script today contains WebDriverWait class imported as follows and observed below Timeout exception. Please refer to **Relevant log output** sect…
-
Traceback (most recent call last):
File "/Users/x/Desktop/JobHack/Auto_Jobs_Applier_AIHawk/main.py", line 11, in
from lib_resume_builder_AIHawk import Resume, FacadeManager, ResumeGenerator, …
-
the app crashes when get into the line 80 of the file "src/cli/get_video_url.rs", line in question is : ``driver.wait().for_element(Locator::Css("video")).await?;``
the error is called "WaitTimeOut…
-
### Bug description
WebDriverExpectedCondition::elementToBeClickable should check if an element is clickable.
Elements that have CSS `pointer-events: none` set are not clickable. This should be …
rr-it updated
2 months ago
-
INFO: Uvicorn running on http://127.0.0.1:8091 (Press CTRL+C to quit)
Exception in thread Thread-1:
Traceback (most recent call last):
File "/data/miniconda/envs/player/lib/python3.10/site-pa…
-
### What happened?
` opt_einsum = webdriver.ChromeOptions()
opt_einsum.set_capability('browserVersion', '127.0')
proxy = "xxx:x"
opt_einsum.add_argument(f'--proxy-server=socks5://{p…
-
A test failed on a tracked branch
```
Error: retry.try reached timeout 120000 ms
ElementClickInterceptedError: element click intercepted: Element ... is not clickable at point (855, 841). Other eleme…
-
With:
```sh
(venv) gsnedders@gsnedders-marsha webdriver % export PYTHONPATH="$( pwd )/../tools/webdriver:$( pwd )/../tools/third_party/websockets/src:$( pwd ):$( pwd )/.."
(venv) gsnedders@gsnedd…
-
### What happened?
In a Ruby on Rails rspec system test, I am trying to send a command to devtools e.g.
```
browser.devtools.send_command('Page.getNavigationHistory')
```
or
```
browser.devt…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…