Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverContextClickAction.php14 $this->mouse->contextClick($this->getActionLocation());
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverMouse.php22 public function contextClick(WebDriverCoordinates $where); function
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteMouse.php75 public function contextClick(WebDriverCoordinates $where = null) function in Facebook\\WebDriver\\Remote\\RemoteMouse
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php86 public function contextClick(WebDriverElement $element = null) function in Facebook\\WebDriver\\Interactions\\WebDriverActions