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
After raising a TimeoutException, the Firefox Webdriver will fail to respect a second one immediately afterwards. The issue can be reproduced using the following code:
The first iteration will properly timeout after 5 seconds, while the second iteration will not complete until the page fully loads (intentionally delayed by 20 seconds in the example).
This will cause Selenium to hang completely if it encounters a page that never loads (such as real time data that continuously polls) provided it has already timed out once before.
The text was updated successfully, but these errors were encountered:
After raising a TimeoutException, the Firefox Webdriver will fail to respect a second one immediately afterwards. The issue can be reproduced using the following code:
The first iteration will properly timeout after 5 seconds, while the second iteration will not complete until the page fully loads (intentionally delayed by 20 seconds in the example).
This will cause Selenium to hang completely if it encounters a page that never loads (such as real time data that continuously polls) provided it has already timed out once before.
The text was updated successfully, but these errors were encountered: