Explorar o código

Indicate that set_implicit_wait_timeout is set_timeout

Fix #237
Daniel Gempesaw %!s(int64=9) %!d(string=hai) anos
pai
achega
c0b5fd12ad
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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
     will return an empty list. If this method is never called, the driver will
     default to an implicit wait of 0ms.
     default to an implicit wait of 0ms.
 
 
+    This is exactly equivalent to calling L</set_timeout> with a type
+    arg of C<"implicit">.
+
  Input:
  Input:
     Time in milliseconds.
     Time in milliseconds.