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
Hello,
I use the wait_for_condition function , and I pass a different parameter than the default one. It is taken into account by the WebDriverWait function, but not the wait_for_condition one.
So for example, if I pass "50' parameter like: with self._wait_for_page_refresh(50):
It will raise an error if the page didn't go stale within 50 secs. But it will wait only 10 secs and not 50 secs for document to be ready.
Would it be possible to modify the library so the parameter I send to wait_for_page_refresh is taken into account by the both condition ?
Thank you !
The text was updated successfully, but these errors were encountered:
Hello,
I use the wait_for_condition function , and I pass a different parameter than the default one. It is taken into account by the WebDriverWait function, but not the wait_for_condition one.
So for example, if I pass "50' parameter like:
with self._wait_for_page_refresh(50):
It will raise an error if the page didn't go stale within 50 secs. But it will wait only 10 secs and not 50 secs for document to be ready.
Would it be possible to modify the library so the parameter I send to wait_for_page_refresh is taken into account by the both condition ?
Thank you !
The text was updated successfully, but these errors were encountered: