WebDriverMouse
interface WebDriverMouse (View source)
Interface representing basic mouse operations.
Methods
Details
WebDriverMouse
click(WebDriverCoordinates $where)
No description
WebDriverMouse
contextClick(WebDriverCoordinates $where)
No description
WebDriverMouse
doubleClick(WebDriverCoordinates $where)
No description
WebDriverMouse
mouseDown(WebDriverCoordinates $where)
No description
WebDriverMouse
mouseMove(WebDriverCoordinates $where, int $x_offset = null, int $y_offset = null)
No description
WebDriverMouse
mouseUp(WebDriverCoordinates $where)
No description