Nearsoft\SeleniumClient\Navigation::refresh PHP 메소드

refresh() 공개 메소드

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