PHP 클래스 Nearsoft\SeleniumClient\Navigation

파일 보기 프로젝트 열기: nearsoft/php-selenium-client

공개 메소드들

메소드 설명
__construct ( WebDriver $driver )
back ( ) Navigate back in history
forward ( ) Navigate forward in history
refresh ( ) Refreshes current page
to ( String $url ) Navigates to specified url

메소드 상세

__construct() 공개 메소드

public __construct ( WebDriver $driver )
$driver WebDriver

back() 공개 메소드

Navigate back in history
public back ( )

forward() 공개 메소드

Navigate forward in history
public forward ( )

refresh() 공개 메소드

Refreshes current page
public refresh ( )

to() 공개 메소드

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