class EventFiringWebDriverNavigation (View source)

Properties

protected WebDriverNavigation $navigator
protected WebDriverDispatcher $dispatcher

Methods

__construct(WebDriverNavigation $navigator, WebDriverDispatcher $dispatcher)

No description

void
dispatch(mixed $method)

No description

$this
back()

No description

$this
forward()

No description

$this
refresh()

No description

$this
to(mixed $url)

No description

Details

__construct(WebDriverNavigation $navigator, WebDriverDispatcher $dispatcher)

No description

Parameters

WebDriverNavigation $navigator
WebDriverDispatcher $dispatcher

WebDriverDispatcher getDispatcher()

No description

Return Value

WebDriverDispatcher

protected void dispatch(mixed $method)

No description

Parameters

mixed $method

Return Value

void

WebDriverNavigation getNavigator()

No description

Return Value

WebDriverNavigation

$this back()

No description

Return Value

$this

Exceptions

WebDriverException

$this forward()

No description

Return Value

$this

Exceptions

WebDriverException

$this refresh()

No description

Return Value

$this

Exceptions

WebDriverException

$this to(mixed $url)

No description

Parameters

mixed $url

Return Value

$this

Exceptions

WebDriverException