PHP Class Nearsoft\SeleniumClient\Navigation

Datei anzeigen Open project: nearsoft/php-selenium-client

Public Methods

Method Description
__construct ( WebDriver $driver )
back ( ) Navigate back in history
forward ( ) Navigate forward in history
refresh ( ) Refreshes current page
to ( String $url ) Navigates to specified url

Method Details

__construct() public method

public __construct ( WebDriver $driver )
$driver WebDriver

back() public method

Navigate back in history
public back ( )

forward() public method

Navigate forward in history
public forward ( )

refresh() public method

Refreshes current page
public refresh ( )

to() public method

Navigates to specified url
public to ( String $url )
$url String