PHP Class SimpleSeleniumRemoteControl, simpletest

Based on the Domain51_Testing_Selenium class available at http://domain51.googlecode.com/svn/Domain51/trunk/
Show file Open project: simpletest/simpletest Class Usage Examples

Public Methods

Method Description
__call ( $method, $arguments )
__construct ( $browser, $browserUrl, $host = 'localhost', $port = 4444, $timeout = 30000 )
buildUrlCmd ( $method, $arguments = [] )
cmd ( $method, $arguments = [] )
isUp ( )
sessionIdParser ( $response )
start ( )
stop ( )

Private Methods

Method Description
_initCurl ( $url )
_sendRequest ( $url )
_server ( )

Method Details

__call() public method

public __call ( $method, $arguments )

__construct() public method

public __construct ( $browser, $browserUrl, $host = 'localhost', $port = 4444, $timeout = 30000 )

buildUrlCmd() public method

public buildUrlCmd ( $method, $arguments = [] )

cmd() public method

public cmd ( $method, $arguments = [] )

isUp() public method

public isUp ( )

sessionIdParser() public method

public sessionIdParser ( $response )

start() public method

public start ( )

stop() public method

public stop ( )