thebrowsercompany / swift-webdriver

A Swift library for communicating with WebDriver (Appium/WinAppDriver) endpoints
BSD 3-Clause "New" or "Revised" License
101 stars 3 forks source link

Poll until WinAppDriver is ready instead of sleeping for a fixed amount of time #96

Open tristanlabelle opened 1 year ago

tristanlabelle commented 1 year ago

Currently we use a hard-coded 1 second sleep for both of these:

Polling can shorten the waiting time and will let us assert if the expected transition does not happen within some expected time.