HumHub Documentation (unofficial)

EventFiringWebDriverNavigation
in package
implements WebDriverNavigationInterface

Table of Contents

Interfaces

WebDriverNavigationInterface
An abstraction allowing the driver to access the browser's history and to navigate to a given URL.

Properties

$dispatcher  : WebDriverDispatcher
$navigator  : WebDriverNavigationInterface

Methods

__construct()  : mixed
back()  : self
Move back a single entry in the browser's history, if possible.
forward()  : self
Move forward a single entry in the browser's history, if possible.
getDispatcher()  : WebDriverDispatcher
getNavigator()  : WebDriverNavigationInterface
refresh()  : self
Refresh the current page This is equivalent to pressing the refresh button in the browser.
to()  : self
Navigate to the given URL
dispatch()  : mixed
dispatchOnException()  : mixed

Properties

Methods

back()

Move back a single entry in the browser's history, if possible.

public back() : self

This is equivalent to pressing the back button in the browser or invoking window.history.back.

Return values
self

forward()

Move forward a single entry in the browser's history, if possible.

public forward() : self

This is equivalent to pressing the forward button in the browser or invoking window.history.back.

Return values
self

refresh()

Refresh the current page This is equivalent to pressing the refresh button in the browser.

public refresh() : self
Return values
self

        
On this page

Search results