File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 37
37
* @method void keys($jsonKeys) Send a sequence of key strokes to the active element.
38
38
* @method array getLocation() Get the current geo location.
39
39
* @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).
40
41
* @method string getOrientation() Get the current browser orientation.
41
42
* @method void postOrientation($jsonOrientation) Set the current browser orientation.
42
43
* @method array print() Print page.
@@ -93,6 +94,7 @@ protected function methods()
93
94
'execute_sql ' => array ('POST ' ),
94
95
'keys ' => array ('POST ' ),
95
96
'location ' => array ('GET ' , 'POST ' ),
97
+ 'moveto ' => array ('POST ' ),
96
98
'orientation ' => array ('GET ' , 'POST ' ),
97
99
'window_handle ' => array ('GET ' ), // see also getWindowHandle()
98
100
'window_handles ' => array ('GET ' ),
You can’t perform that action at this time.
0 commit comments