-
### What happened?
Getting compile time error on Explicit waits. This was working untill Yesterday
### How can we reproduce the issue?
```shell
WebDriverWait wait=new WebDriverWait(driver,…
-
Maybe need to selenium lib and webdriver
**Bug description**
When I update the code and run it again i found some code is error
from selenium.webdriver.common.by import By
f…
-
### What happened?
With WebDriverWait provided for particular time with ExpectedConditions.visibilityOf(WebElement), execution gets terminated with **org.openqa.selenium.NoSuchElementException: no su…
-
### What happened?
The following script runs on IntelliJ IDE and on command line. It fails when I run it on remote GitHub Ubuntu server.
### How can we reproduce the issue?
```shell
impo…
-
Unfortunately you can no longer upload videos via tiktok-uploader and Google Chrome, the extension is no longer usable, does anyone have an idea what to do?
`[14:40:40] Authenticating browser with…
-
### Feature and motivation
It would be nice if the classes WebDriver, WebElement, ShadowRoot, and EventFiringWebDriver had methods that waited for expected_conditions with respect to themselves. In P…
-
### Description
now this happens instead of it breaking initially. after a while of trying codes. the program crashes while giving me a blank time out exception. might have something to do with conf…
-
### Feature and motivation
Recent frameworks like **Cypress** and **Playwright**, make an implicit wait behind the scenes, when interacting with WebElements.
For this reason, **Cypress** and **P…
-
Hi - I know you have likely had to do this before and I apologise but it might be an error related to TradingView web elements moving.
Would you be able to fix this? It looks like an amazing proje…
-
### What happened?
Hello, I was using selenium to test my C# project when I needed to interact with a "select/option". I checked the documentation and several articles online and all said to use the …