Home
last modified time | relevance | path

Searched refs:mouseDown (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverClickAndHoldAction.php14 $this->mouse->mouseDown($this->getActionLocation());
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverMouse.php34 public function mouseDown(WebDriverCoordinates $where); function
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteMouse.php145 public function mouseDown(WebDriverCoordinates $where = null) function in Facebook\\WebDriver\\Remote\\RemoteMouse