Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 3e64169

Browse files
WhatCMSAdminOndraM
authored andcommitted
Add status command
1 parent 081b70f commit 3e64169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Remote/HttpCommandExecutor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class HttpCommandExecutor implements WebDriverCommandExecutor
126126
'method' => 'POST',
127127
'url' => '/session/:sessionId/window/:windowHandle/size',
128128
],
129+
DriverCommand::STATUS => ['method' => 'GET', 'url' => '/status'],
129130
DriverCommand::SUBMIT_ELEMENT => ['method' => 'POST', 'url' => '/session/:sessionId/element/:id/submit'],
130131
DriverCommand::SCREENSHOT => ['method' => 'GET', 'url' => '/session/:sessionId/screenshot'],
131132
DriverCommand::TOUCH_SINGLE_TAP => ['method' => 'POST', 'url' => '/session/:sessionId/touch/click'],

0 commit comments

Comments
 (0)