PHP Class Nearsoft\SeleniumClient\Timeouts

Datei anzeigen Open project: nearsoft/php-selenium-client

Public Methods

Method Description
__construct ( WebDriver $driver )
implicitWait ( integer $milliseconds ) Sets default time for selenium to wait for an element to be present
pageLoadTimeout ( integer $milliseconds ) Sets page_load timeout
setScriptTimeout ( integer $milliseconds ) Set's Async Script timeout

Method Details

__construct() public method

public __construct ( WebDriver $driver )
$driver WebDriver

implicitWait() public method

Sets default time for selenium to wait for an element to be present
public implicitWait ( integer $milliseconds )
$milliseconds integer

pageLoadTimeout() public method

Sets page_load timeout
public pageLoadTimeout ( integer $milliseconds )
$milliseconds integer

setScriptTimeout() public method

Set's Async Script timeout
public setScriptTimeout ( integer $milliseconds )
$milliseconds integer