Peter Arrenbrecht

Results 2 issues of Peter Arrenbrecht

Uses the W3C "Get Timeouts" API: https://www.w3.org/TR/webdriver1/#get-timeouts There is no such API in the JSON API: https://www.selenium.dev/documentation/legacy/json_wire_protocol/#command-summary Rationale: Allows sync clients to temporarily change a timeout and then restore it...

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.