You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/WebDriver/Timeouts.php
+76-11Lines changed: 76 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@
4
4
* @copyright 2011 Anthon Pang
5
5
* @license Apache-2.0
6
6
*
7
-
* @package WebDriver
8
-
*
9
7
* @author Anthon Pang <apang@softwaredevelopment.ca>
10
8
*/
11
9
@@ -16,23 +14,90 @@
16
14
/**
17
15
* WebDriver\Timeouts class
18
16
*
19
-
* @package WebDriver
20
-
*
21
-
* @method void async_script($json) Set the amount of time, in milliseconds, that asynchronous scripts (executed by execute_async) are permitted to run before they are aborted and a timeout error is returned to the client.
22
-
* @method void implicit_wait($json) Set the amount of time the driver should wait when searching for elements.
17
+
* @method void async_script($parameters) Set the amount of time, in milliseconds, that asynchronous scripts (executed by execute_async) are permitted to run before they are aborted and a timeout error is returned to the client.
18
+
* @method void implicit_wait($parameters) Set the amount of time the driver should wait when searching for elements.
0 commit comments