SimpleSeleniumRemoteControl::__construct PHP Method

__construct() public method

public __construct ( $browser, $browserUrl, $host = 'localhost', $port = 4444, $timeout = 30000 )
    public function __construct($browser, $browserUrl, $host = 'localhost', $port = 4444, $timeout = 30000)
    {
        $this->_browser = $browser;
        $this->_browserUrl = $browserUrl;
        $this->_host = $host;
        $this->_port = $port;
        $this->_timeout = $timeout;
    }