Safaridriver exception types are broken after the latest MacOS update #5658
turunenm
started this conversation in
Installed software
Replies: 1 comment
-
I think I figured this one out. If you are having trouble with TimeoutExceptions setting the implicit_wait property above 0 should fix the issue at hand Nonetheless this seems like a blocker level bug for a utility software such as Safaridriver... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the latest MacOS update Safaridriver always raises TimeoutException instead of proper exception types specified in
https://www.w3.org/TR/webdriver/#dfn-error-code
This has completly broken our browser testing librarys Safari regression tests.
Has anyone else noticed this behavior?
Does anybody know what is the correct channel to report this issue?
The closest I could find with searching was WebKits Bugzilla.
Beta Was this translation helpful? Give feedback.
All reactions