Explorar o código

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 %!s(int64=14) %!d(string=hai) anos
pai
achega
e477f9e975
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      lib/Selenium/Remote/Commands.pm

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

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