You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: