-
At the first look finding element by xpath ignores configured implicit wait.
```csharp
var driver = new WindowsDriver(...);
driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(30);
dr…
-
I'm attempting to execute a Tap with the `Tap(int fingers, int x, int y, int duration)` overload. The method fails with a 400 Bad Request:
```
{"actions":[{"action":"press","options":{"x":341,"y":…
-
Hi, I have a problem.
1. There is a driver WinAppDriver.
2. I initialize this driver and run the authorization form by login and password.
3. Then I enter my login and password, then I click on the…
-
I want to record my mouse scroll action through UIRecorder.
How can i record mouse scroll action ?
-
Trying to find the element Connect[attached below] but WinAppDriver ended up not finding the element for some. Upon checking the pagesource found out the pagesource does not have it even though its vi…
-
Not sure if I am just missing something or what but I am unable to long press using actual touch actions. I see the mouse cursor move which leads me to believe, there is no touch pointer being created…
-
Hi Team,
I found some differences when running my tests on Windows Server 2016. Some attributes that have values on Windows 10 have empty values on Windows Server 2016. Is there any way to get thos…
-
When I run inspect.exe on my app under test, I see that it detects the button I want to click. However, the property of the element I need to click that makes the most sense for this use case is store…
-
Hi, I’d like to try the WinAppDriver Pipeline Task but what would be the url I use to get to the server instead of 127.0.0.1:4723?
Recently, I just got the interactive build agent working with Appi…
-
Hi, I have a problem.
There is a driver WinAppDriver.
I initialize this driver and run the authorization form by login and password.
Then I enter my login and password, then I click on the "Login…