Browse Source

removed getElementValue from the Commands module

  - this method will be deprecated in the JsonWireProtocol
    soon.  the method will be retained in the WebElement module
    that simply makes a call to get_attribute('value')
Gordon Child 14 years ago
parent
commit
e477f9e975
1 changed files with 0 additions and 4 deletions
  1. 0 4
      lib/Selenium/Remote/Commands.pm

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

@@ -136,10 +136,6 @@ sub new {
               'method' => 'POST',
               'method' => 'POST',
               'url' => "session/:sessionId/element/:id/submit"
               'url' => "session/:sessionId/element/:id/submit"
         },
         },
-        'getElementValue' => {
-               'method' => 'GET',
-               'url' => "session/:sessionId/element/:id/value"
-        },
         'sendKeysToElement' => {
         'sendKeysToElement' => {
                'method' => 'POST',
                'method' => 'POST',
                'url' => "session/:sessionId/element/:id/value"
                'url' => "session/:sessionId/element/:id/value"