You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 attaching to the application session, as some elements of the app takes time to initialize. This capability when used with appium, the winappdriver not waiting 50 secs to attache the app session. Where as when i run winappdriver seperately and start tests, the WAD is waiting 50 secs to attach the app session. Appium team said, its the issue with WinAppDriver. Appreciate any help
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 attaching to the application session, as some elements of the app takes time to initialize. This capability when used with appium, the winappdriver not waiting 50 secs to attache the app session. Where as when i run winappdriver seperately and start tests, the WAD is waiting 50 secs to attach the app session. Appium team said, its the issue with WinAppDriver. Appreciate any help
Issue logged in appium: appium/appium#14490
WinAppDriver 1.2 RC
Appium: 1.16.0
Code used
The text was updated successfully, but these errors were encountered: