PHP Class Nearsoft\SeleniumClient\Commands\Command

Mostra file Open project: nearsoft/php-selenium-client Class Usage Examples

Public Methods

Method Description
__construct ( $driver, $name, $params = null, $urlParams = null )
execute ( $trace = false )
getHttpMethod ( )
getParams ( )
getPolling ( )
getResponse ( )
getUrl ( )
setPolling ( $value )

Private Methods

Method Description
setHttpMethod ( )
setUrl ( )

Method Details

__construct() public method

public __construct ( $driver, $name, $params = null, $urlParams = null )

execute() public method

public execute ( $trace = false )

getHttpMethod() public method

public getHttpMethod ( )

getParams() public method

public getParams ( )

getPolling() public method

public getPolling ( )

getResponse() public method

public getResponse ( )

getUrl() public method

public getUrl ( )

setPolling() public method

public setPolling ( $value )