소스 검색

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 년 전
부모
커밋
e477f9e975
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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"