Currently we use a hard-coded 1 second sleep for both of these: - https://github.com/thebrowsercompany/webdriver-swift/blob/65e710c177d5adce560b5777a41ec9cec45ac7ce/Sources/WinAppDriver/WinAppDriver.swift#L45 - https://github.com/thebrowsercompany/webdriver-swift/blob/65e710c177d5adce560b5777a41ec9cec45ac7ce/Sources/WinAppDriver/WinAppDriver.swift#L61 Polling can shorten the waiting time and will let us assert if the expected transition does not happen within some expected time.
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.