SimpleSeleniumRemoteControl::start PHP Method

start() public method

public start ( )
    public function start()
    {
        $response = $this->cmd('getNewBrowserSession', array($this->_browser, $this->_browserUrl));
        $this->_sessionId = $this->sessionIdParser($response);
    }