abstract class WebDriverTouchAction (View source)

Base class for all touch-related actions.

Properties

protected WebDriverTouchScreen $touchScreen
protected WebDriverLocatable $locationProvider

Methods

__construct(WebDriverTouchScreen $touch_screen, WebDriverLocatable $location_provider = null)

No description

getActionLocation()

No description

Details

__construct(WebDriverTouchScreen $touch_screen, WebDriverLocatable $location_provider = null)

No description

Parameters

WebDriverTouchScreen $touch_screen
WebDriverLocatable $location_provider

protected null|WebDriverCoordinates getActionLocation()

No description

Return Value

null|WebDriverCoordinates