RemoteMouse
class RemoteMouse implements WebDriverMouse (View source)
Execute mouse commands for RemoteWebDriver.
Constants
internal BUTTON_LEFT |
|
internal BUTTON_MIDDLE |
|
internal BUTTON_RIGHT |
|
Methods
mouseMove(WebDriverCoordinates $where = null, int $x_offset = null, int $y_offset = null)
No description
Details
__construct(RemoteExecuteMethod $executor, bool $isW3cCompliant = false)
No description
WebDriverMouse
click(WebDriverCoordinates $where = null)
No description
WebDriverMouse
contextClick(WebDriverCoordinates $where = null)
No description
WebDriverMouse
doubleClick(WebDriverCoordinates $where = null)
No description
WebDriverMouse
mouseDown(WebDriverCoordinates $where = null)
No description
WebDriverMouse
mouseMove(WebDriverCoordinates $where = null, int $x_offset = null, int $y_offset = null)
No description
WebDriverMouse
mouseUp(WebDriverCoordinates $where = null)
No description
protected
moveIfNeeded(WebDriverCoordinates $where = null)
No description