WebDriverTapAction
extends WebDriverTouchAction
in package
implements
WebDriverAction
Base class for all touch-related actions.
Table of Contents
Interfaces
- WebDriverAction
- Interface representing a single user-interaction action.
Properties
Methods
- __construct() : mixed
- perform() : mixed
- getActionLocation() : null|WebDriverCoordinates
Properties
$locationProvider
protected
WebDriverLocatable
$locationProvider
$touchScreen
protected
WebDriverTouchScreen
$touchScreen
Methods
__construct()
public
__construct(WebDriverTouchScreen $touch_screen[, WebDriverLocatable $location_provider = null ]) : mixed
Parameters
- $touch_screen : WebDriverTouchScreen
- $location_provider : WebDriverLocatable = null
perform()
public
perform() : mixed
getActionLocation()
protected
getActionLocation() : null|WebDriverCoordinates