timeoutsAsyncScript
Set the amount of time, in milliseconds, that asynchronous scripts executed
by /session/:sessionId/execute_async are permitted to run before they are
aborted and a |Timeout| error is returned to the client.
Usage
1
| client.timeoutsAsyncScript(ms).then(callback);
|
Parameters
Param |
Type |
Details |
ms |
Number |
The amount of time, in milliseconds, that time-limited commands are permitted to run. |