Browse Source

Remove drag's entry in list of commands

Daniel Gempesaw 11 years ago
parent
commit
4dc455ddfd
1 changed files with 0 additions and 5 deletions
  1. 0 5
      lib/Selenium/Remote/Commands.pm

+ 0 - 5
lib/Selenium/Remote/Commands.pm

@@ -279,11 +279,6 @@ has '_cmds' => (
                 'url'                => 'session/:sessionId/window',
                 'no_content_success' => 1
             },
-            'dragElement' => {
-                'method'             => 'POST',
-                'url'                => 'session/:sessionId/element/:id/drag',
-                'no_content_success' => 1
-            },
             'getElementSize' => {
                 'method'             => 'GET',
                 'url'                => 'session/:sessionId/element/:id/size',