Open tristanlabelle opened 1 year ago
We reimplemented implicit waiting but the WebDriver protocol actually provides this functionality:
https://www.selenium.dev/documentation/legacy/json_wire_protocol/#sessionsessionidtimeoutsimplicit_wait https://www.w3.org/TR/webdriver1/#set-timeouts
We should also remove the 1-second default timeout since it is arbitrary. WebDriver rather defaults to no implicit wait and puts the burden on the library user to specify any magic number they want.
We reimplemented implicit waiting but the WebDriver protocol actually provides this functionality:
https://www.selenium.dev/documentation/legacy/json_wire_protocol/#sessionsessionidtimeoutsimplicit_wait https://www.w3.org/TR/webdriver1/#set-timeouts
We should also remove the 1-second default timeout since it is arbitrary. WebDriver rather defaults to no implicit wait and puts the burden on the library user to specify any magic number they want.