Shakevg
Shakevg
[omkar4289](https://github.com/omkar4289) Did you mean that WAD UI becomes hidden under your app? Why you cannot just decrease size of your app or use second screen, or devide screen on 2...
This is strange behavior. Did it happen only after opening the dropdown, but working when you perform other actions?
https://github.com/microsoft/WinAppDriver/issues/1737#issuecomment-1161276608
Another issue, the driver could not find the element if using: driver.FindElementByXPath("//Document[@AutomationId=\"linkText\"]/Hyperlink[contains(@Name, 'event')]"); => Save PageSource and check that this XPath is working via http://xpather.com/ Here is my code: var...