WebDriverClickAction
extends WebDriverMouseAction
in package
implements
WebDriverAction
Base class for all mouse-related actions.
Table of Contents
Interfaces
- WebDriverAction
- Interface representing a single user-interaction action.
Properties
Methods
- __construct() : mixed
- perform() : mixed
- getActionLocation() : null|WebDriverCoordinates
- moveToLocation() : mixed
Properties
$locationProvider
protected
WebDriverLocatable
$locationProvider
$mouse
protected
WebDriverMouse
$mouse
Methods
__construct()
public
__construct(WebDriverMouse $mouse[, WebDriverLocatable $location_provider = null ]) : mixed
Parameters
- $mouse : WebDriverMouse
- $location_provider : WebDriverLocatable = null
perform()
public
perform() : mixed
getActionLocation()
protected
getActionLocation() : null|WebDriverCoordinates
Return values
null|WebDriverCoordinatesmoveToLocation()
protected
moveToLocation() : mixed