Vladislav Shcherba
Results
2
issues of
Vladislav Shcherba
I have encountered a problem that `MobileElement`'s method `findElement(By)` does not work when using with XPATH AXES. For example, `rootElement.findElement("./following-sibling::*")` always throws `NoSuchElementException`, although I am sure that the element...
On our project, test automation team has chosen to use WinAppDriver as a tool for automation of desktop applications. Our application under test is a UWP app build with Xamarin...