Skip to content

Commit b762f33

Browse files
authored
Merge pull request #1 from justafish/remove-moveto-command
Remove the moveto command
2 parents 5a88fc3 + 2dedaf5 commit b762f33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/WebDriver/Session.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ protected function methods()
9494
'execute_sql' => array('POST'),
9595
'keys' => array('POST'),
9696
'location' => array('GET', 'POST'),
97-
'moveto' => array('POST'),
9897
'orientation' => array('GET', 'POST'),
9998
'window_handle' => array('GET'), // see also getWindowHandle()
10099
'window_handles' => array('GET'),

0 commit comments

Comments
 (0)