Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Nearsoft
SeleniumClient
Navigation
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