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
The W3C spec says that all responses from the remote end
should be set as a `value` field. I think most people
thought that this didn't apply to errors, but they would
think wrong. It does. *sigh*
Geckodriver 0.15 follows the W3C spec more closely, and
so correctly wraps the error in the `value` property of
the returned JSON. Handle this nicely.
0 commit comments