Skip to content

Commit 0867686

Browse files
Merge pull request #48 from handrus/master
Fixes #9 - add support for status operations
2 parents aafad24 + d8ebf42 commit 0867686

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)