File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 3737 * @method void keys($jsonKeys) Send a sequence of key strokes to the active element.
3838 * @method array getLocation() Get the current geo location.
3939 * @method void postLocation($jsonCoordinates) Set the current geo location.
40- * @method void moveto($jsonCoordinates) Move the mouse by an offset of the specified element (or current mouse cursor).
4140 * @method string getOrientation() Get the current browser orientation.
4241 * @method void postOrientation($jsonOrientation) Set the current browser orientation.
4342 * @method array print() Print page.
@@ -94,7 +93,6 @@ protected function methods()
9493 'execute_sql ' => array ('POST ' ),
9594 'keys ' => array ('POST ' ),
9695 'location ' => array ('GET ' , 'POST ' ),
97- 'moveto ' => array ('POST ' ),
9896 'orientation ' => array ('GET ' , 'POST ' ),
9997 'window_handle ' => array ('GET ' ), // see also getWindowHandle()
10098 'window_handles ' => array ('GET ' ),
You can’t perform that action at this time.
0 commit comments