HumHub Documentation (unofficial)

WebDriverNavigationInterface

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

Table of Contents

Methods

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.
refresh()  : self
Refresh the current page This is equivalent to pressing the refresh button in the browser.
to()  : self
Navigate to the given URL

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