Nearsoft\SeleniumClient\Navigation::forward PHP Method

forward() public method

Navigate forward in history
public forward ( )
    public function forward()
    {
        $command = new Commands\Command($this->_driver, 'forward');
        $command->execute();
    }