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
In Selenium 2.53.0, the error code mapper would not match the
UnsupportedCommandException and so would return the default
value of UNHANDLED_ERROR. In 3.0, we correctly map this to
the more appropriate error code of UNKNOWN_COMMAND, which
describes the lack of a match more appropriately.
0 commit comments