Skip to content

Commit c5cf307

Browse files
author
Mikhail Podtserkovskiy
committed
fix
1 parent 977f612 commit c5cf307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wda/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (c *Client) Sessions() (*jsonwire.Sessions, error) {
4343
func (c *Client) Status() (*jsonwire.Message, error) {
4444
reqUrl := url.URL{
4545
Scheme: PROTOCOL,
46-
Path: "/wd/hub/status",
46+
Path: "/status",
4747
Host: c.Address(),
4848
}
4949
request, err := newRequest(http.MethodGet, reqUrl.String(), "")

0 commit comments

Comments
 (0)