WebDriverFlickAction
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
- $locationProvider : WebDriverLocatable
- $touchScreen : WebDriverTouchScreen
- $x : int
- $y : int
Methods
- __construct() : mixed
- perform() : mixed
- getActionLocation() : null|WebDriverCoordinates
Properties
$locationProvider
protected
WebDriverLocatable
$locationProvider
$touchScreen
protected
WebDriverTouchScreen
$touchScreen
$x
private
int
$x
$y
private
int
$y
Methods
__construct()
public
__construct(WebDriverTouchScreen $touch_screen, int $x, int $y) : mixed
Parameters
- $touch_screen : WebDriverTouchScreen
- $x : int
- $y : int
perform()
public
perform() : mixed
getActionLocation()
protected
getActionLocation() : null|WebDriverCoordinates