webdriver.dart
webdriver.dart copied to clipboard
Support querying current webdriver timeouts
The W3C API supports it: https://www.w3.org/TR/webdriver1/#get-timeouts
The goal is to be able to modify and restore timeouts with the sync driver.
I have a pull request in the works.
https://github.com/google/webdriver.dart/pull/281