Skip to content

Commit d8ebf42

Browse files
committed
Fixes #9 - add support for status operations
1 parent aafad24 commit d8ebf42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/WebDriver/Session.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ protected function methods()
9797
'execute_sql' => array('POST'),
9898
'location' => array('GET', 'POST'),
9999
'browser_connection' => array('GET', 'POST'),
100+
'status' => array('GET'),
100101
);
101102
}
102103

0 commit comments

Comments
 (0)