From 2dedaf5e6a4c2687bdf0673181887cb58bb31fe8 Mon Sep 17 00:00:00 2001 From: Sally Young Date: Tue, 1 Nov 2022 13:59:38 +0000 Subject: [PATCH] Remove the moveto command --- lib/WebDriver/Session.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebDriver/Session.php b/lib/WebDriver/Session.php index b6b55d6..169577a 100644 --- a/lib/WebDriver/Session.php +++ b/lib/WebDriver/Session.php @@ -94,7 +94,6 @@ protected function methods() 'execute_sql' => array('POST'), 'keys' => array('POST'), 'location' => array('GET', 'POST'), - 'moveto' => array('POST'), 'orientation' => array('GET', 'POST'), 'window_handle' => array('GET'), // see also getWindowHandle() 'window_handles' => array('GET'),