-
I am automation UWP app using WinAppdriver with appium. Language used is python. I want driver to retry searching for element presence, i configured implicit_wait(20) to the driver. The driver did not…
-
I am automating UWP using WinAppdriver. Some fields in the application are taking time to initialize. If i try to find to those elements after app launch, they are not available. Found ms:waitForAppLa…
-
[Appium support classic Windows application testing](http://appium.io/docs/en/drivers/windows/) which we can use to test common developer workflow inside the IDE. Microsoft also released a tool called…
-
uiTreeNode.Top in GenerateXPath.cs is set to left instead of top
https://github.com/microsoft/WinAppDriver/blob/9c561a52ace7b57bb375bc752389731a68dbcc53/Tools/UIRecorder/UIRecorder/GenerateXPath.cs#L…
-
I git clone microsoft/WinAppDriver, and then open WinAppDriver/Samples/C#/AlarmClockTestAlarmClockTest.sln;
I got this error in this line:
```
session = new WindowsDriver(new Uri(WindowsApplication…
-
if I start a new powershell and execute winappdriver it is all fine, but I need it to behave more like chromedriver and geckodriver, that I can start it in the background and it logs to file. and no o…
-
I am automating UWP app using appium with WinAppDriver using python language. I am using ms:waitForAppLaunch = 50 capability of WAD, to wait for 50 secs after app launch is initiated prior to attachin…
-
We are experiencing some strange behavior in WinAppDriver that is related to adding a Xamarin Forms ScrollView within the app.
**Steps to reproduce:**
- Start our app
- Start WinAppDriver session…
-
Hello,
Currently before I run the Azure pipeline for my automated test of a Windows client I need to start WInAppDriver manually on the VM. We have tried using a scheduler and that has no…
-
Original issue at Appim repo: [https://github.com/appium/appium/issues/19880](url)
On Appium repo they told me its a problem with WinAppDriver and this is the reason I'm posting here.
-------
A…