Home
last modified time | relevance | path

Searched refs:doubleClick (Results 1 – 4 of 4) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverDoubleClickAction.php11 $this->mouse->doubleClick($this->getActionLocation());
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverMouse.php28 public function doubleClick(WebDriverCoordinates $where); function
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteMouse.php115 public function doubleClick(WebDriverCoordinates $where = null) function in Facebook\\WebDriver\\Remote\\RemoteMouse
/template/strap/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php102 public function doubleClick(WebDriverElement $element = null) function in Facebook\\WebDriver\\Interactions\\WebDriverActions