Tree55Topz
Tree55Topz
@LisaAga you could also try some more creative approaches, like using the page down key press
This likely has to do with the fact that WinAppDriver can not run without at least some active host machine. Windows tests are different than selenium tests, they need at...
You need to include screenshots of what you are picking up in the inspector and your code used to identify the element if you'd like help with this issue.
@paul-foreflight what is the code you are using to perform the action?
Sounds to me like you may not have your VMs configured for windows UI tests. You will need atleast a minimized RDC session so the VMs can inherit the GUI....
I dont know much about UWP, are you able to use Actions? Try something like this Actions.MoveToElement(element, 5, 5).Click().Perform();
@chavandnyanu looks like this question has been asked multiple times recently. See my response on the other issue. Minimized is fine, but you will need to configure some registry settings...
@rabia08 can you explain what is happening, does the app even launch? Is this an intermittent issue? Also, why are you using WinAppDriver to interact with cmd line? You could...
@khapuhetti try this thread - looks like the same issue. You will need to start with initiating your session as Root type. https://github.com/Microsoft/WinAppDriver/issues/313
@RameshR66 can you give some insight as to how these tests are ran? Are you closing and restarting the WinAppDriver session in between test cases? How many test cases are...