소스 검색

Indicate that set_implicit_wait_timeout is set_timeout

Fix #237
Daniel Gempesaw 9 년 전
부모
커밋
c0b5fd12ad
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      lib/Selenium/Remote/Driver.pm

+ 3 - 0
lib/Selenium/Remote/Driver.pm

@@ -1026,6 +1026,9 @@ sub set_async_script_timeout {
     will return an empty list. If this method is never called, the driver will
     default to an implicit wait of 0ms.
 
+    This is exactly equivalent to calling L</set_timeout> with a type
+    arg of C<"implicit">.
+
  Input:
     Time in milliseconds.