We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977f612 commit c5cf307Copy full SHA for c5cf307
wda/client.go
@@ -43,7 +43,7 @@ func (c *Client) Sessions() (*jsonwire.Sessions, error) {
43
func (c *Client) Status() (*jsonwire.Message, error) {
44
reqUrl := url.URL{
45
Scheme: PROTOCOL,
46
- Path: "/wd/hub/status",
+ Path: "/status",
47
Host: c.Address(),
48
}
49
request, err := newRequest(http.MethodGet, reqUrl.String(), "")
0 commit comments