Kirk Fertitta
Kirk Fertitta
I feel like I'm missing something fundamental, as the explicit wait feature doesn't seem to actually ignore exceptions no matter what I try. I also never see my condition executed...
WinAppDriver FindElementsByXPath sometimes fails when the singular form succeeds (and vice versa).
This is something I see a lot, but without any common pattern I'm able to infer. The exact same XPath, when used in the singular `FindElementByXPath` version works, whereas it...
I'm finding a number of scenarios where `FindElementsByXPath` returns no results where the identical locator used in the singular form of the method (`FindElementByXPath`) does return the expected element. Any...
I'm testing a WPF app and have tried exposing some public properties from my custom control `AutomationPeer` classes. The goal is to enable our UI tests to call `GetProperty`/`GetAttribute` to...
I'm trying to migrate from WinAppDriver to FlaUI, which as been very, very nice thus far. We do have an important use case for running our UI tests remotely using...