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
When creating an HTTPWebDriver, the library should be able to auto-detect whether the server supports the W3C protocol or the legacy protocol, for example by means of calling GET /status and inspecting the result.
When creating an
HTTPWebDriver, the library should be able to auto-detect whether the server supports the W3C protocol or the legacy protocol, for example by means of callingGET /statusand inspecting the result.