interface WebDriverMouse (View source)

Interface representing basic mouse operations.

Methods

click(WebDriverCoordinates $where)

No description

mouseMove(WebDriverCoordinates $where, int $x_offset = null, int $y_offset = null)

No description

Details

WebDriverMouse click(WebDriverCoordinates $where)

No description

Parameters

WebDriverCoordinates $where

Return Value

WebDriverMouse

WebDriverMouse contextClick(WebDriverCoordinates $where)

No description

Parameters

WebDriverCoordinates $where

Return Value

WebDriverMouse

WebDriverMouse doubleClick(WebDriverCoordinates $where)

No description

Parameters

WebDriverCoordinates $where

Return Value

WebDriverMouse

WebDriverMouse mouseDown(WebDriverCoordinates $where)

No description

Parameters

WebDriverCoordinates $where

Return Value

WebDriverMouse

WebDriverMouse mouseMove(WebDriverCoordinates $where, int $x_offset = null, int $y_offset = null)

No description

Parameters

WebDriverCoordinates $where
int $x_offset
int $y_offset

Return Value

WebDriverMouse

WebDriverMouse mouseUp(WebDriverCoordinates $where)

No description

Parameters

WebDriverCoordinates $where

Return Value

WebDriverMouse