Nearsoft\SeleniumClient\Navigation::refresh PHP Method

refresh() public method

Refreshes current page
public refresh ( )
    public function refresh()
    {
        $command = new Commands\Command($this->_driver, 'refresh');
        $command->execute();
    }