-
Hi,
I developped some winAppDriver tests for a UWP application, using Visual Studio and NUnit. They work fine on my machine, but my purpose is to provide them to a team of testers, executable without…
-
Tarefa da Story: [#16](https://github.com/SouJunior/dashboard-midias/issues/16)
Desenvolver webscraping Python, podendo usar selenium ou outra lib.
O webscraping deve logar no LinkedIn, acessar a pág…
-
I'm running webdriver manager with Chrome and Selenium 4.10.0 in a python scraper that launches 2 consecutive tasks, the first runs fine:
====== WebDriver manager ======
[2023-10-03 16:49:35,155: I…
-
```python
self.wait.until(EC.element_to_be_clickable((By.XPATH, selectors_login.get('accept_cookies_button')))).click()
or
self.chrome_navigator.find_element(By.XPATH, selectors_login.get('accept_c…
-
Update the nightly selenium tests so that they check for a successful (or not) bootstrap set of actions.
@buggtb has a `` element that can be looked at to determine success or failure here. The succe…
-
I have problems running this test on my laptop with the `RUN_SELENIUM_LOCALLY = True` option. I get errors like `selenium.common.exceptions.ElementNotInteractableException: Message: element not inter…
-
issue came approximately last month, when i tried to run a script, that work appropriate for 1 year at least.
error came:
Traceback (most recent call last):
File "C:\_python\_projects\my_finance\…
-
I am trying to locate an element in the GUI of WPF application, using WinAppDriver and Selenium. The XPath of the element looks like this:
`"/Pane[@ClassName="ClassName1"][@Name="Name1"]/Window[@Na…
-
chrome version 62.0.3202.62
chrome driver 2.33
Platform Windows 7
Step to reproduce
package demo1;
import java.io.File;
import java.io.IOException;
import java…
-
Hi
I am having an issue with WinAppDriver in Visual Studio c#. I am trying to select an item in the context menu after right clicking an item. I am using the below code. I can see the context menu …