WebDriverCoordinates
in package
Interface representing basic mouse operations.
Table of Contents
Properties
- $auxiliary : string
- $inViewPort : callable
- $onPage : callable
- $onScreen : mixed
Methods
- __construct() : mixed
- getAuxiliary() : string
- inViewPort() : WebDriverPoint
- onPage() : WebDriverPoint
- onScreen() : WebDriverPoint
Properties
$auxiliary
private
string
$auxiliary
$inViewPort
private
callable
$inViewPort
$onPage
private
callable
$onPage
$onScreen
private
mixed
$onScreen
Tags
Methods
__construct()
public
__construct(mixed $on_screen, callable $in_view_port, callable $on_page, string $auxiliary) : mixed
Parameters
- $on_screen : mixed
- $in_view_port : callable
- $on_page : callable
- $auxiliary : string
getAuxiliary()
public
getAuxiliary() : string
Return values
string —The attached object id.
inViewPort()
public
inViewPort() : WebDriverPoint
Return values
WebDriverPointonPage()
public
onPage() : WebDriverPoint
Return values
WebDriverPointonScreen()
public
onScreen() : WebDriverPoint