-
![image](https://user-images.githubusercontent.com/73501943/164786081-f016fcd3-3ac5-42c9-ac99-9d964da276a2.png)
I dont know if its something in the setup. Is any one getting stuck on captcha ? It j…
-
Ottimizzare l'invio dei messaggi considerando il time interval e sistemare la gestione delle eccezioni
-
Example Code:
```
import sys
sys.path.append(".")
import multiprocessing
import time
from selenium.webdriver.support import expected_conditions as ec
from selenium.webdriver.support.ui import W…
-
### General Description
After starting the FF and Selenium, the Talk room cannot be created.
### How To Reproduce?
1. Install & configure Talked / Talk per the GH instructions
2. Start a rec…
-
Hello,
I want to send Keys to a textbox inside a combobox.
Problem is the combobox and descendant elements have the same Automation Id.
`Inspect` tool looks like this:
![grafik](https://user-ima…
-
I'm testing out Azure DevOps Server (on-prem) as a solution to run WAD tests while **NOT** connected to an RDP session, so I had WAD running off a task on a Microsoft hosted agent 2019.
While execu…
-
I'm trying to call a python .py web scraping script from another script.
I'm doing a lot of different try on Jupyter with different codes but the output is the same: No signal at all of any kind of…
-
For my use case it would be nice to have some keywords to be able to deal with elements that get removed from the DOM. Something along the lines of
- `Wait Until Element Is Stale`
- `Get Element Sta…
-
It times out every time with this message?
[+] Getting a new bearer token...
DevTools listening on ws://127.0.0.1:57084/devtools/browser/41031c28-374c-4f3b-b092-28580758ad05
Driver started
Logi…
-
Hello,
I have a problem in my UI Tests: i used Find.Element(By.LinkText()) and Find.Element(By.CssSelector()) and The tests run fine in local (VS2012 ASP.Net project) but when i deploy my tests in th…