Testing_Selenium::setTimeout
Specifies the amount of time that Selenium will wait for actions to complete.
<p> Actions that require waiting include "open" and the "waitFor*" actions. </p> The default timeout is 30 seconds.
Signature
public function setTimeout(string
$timeout )
Parameters
-
$timeout
- a timeout in milliseconds, after which the action will return with an error