lanzelot1989

Results 3 comments of lanzelot1989

Does it work with? ``` [FindsByAndroidUIAutomator(Accessibility = "Access")] public IMobileElement MyElement { get; set; } ```

Using `new WebDriverWait(Driver, timeout).Until(func);` is working fine for us. Are you aware that the passed function needs to return a boolean? Maybe you can try one of these `new WebDriverWait(driver,...

Adding this would give us the possibility to "relive" failed test cases and to see possible quirks (on the UI, infrastructure, etc.) which would remain unseen otherwise. Currently, we are...