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
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
The default value is 30 sec. I've checked our executeScript calls - and they looks like relatively short term. Did you saw any timeout errors related to script execution?
Did you saw any timeout errors related to script execution?
Only on IE11, but I've been trying to avoid executing JavaScript against IE11 generally. Should we just make it the same as page load to be consistent? Or not worry about it. I'm happy either way.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We currently use:
.setTimeouts( { implicit: webDriverImplicitTimeOutMS, pageLoad: webDriverPageLoadTimeOutMS } );
as of #1216
I noticed there is also a
script
value we can set - perhaps we should experiment to see whether this makes a difference to stability of testsThe text was updated successfully, but these errors were encountered: