Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/Interactions/
DWebDriverActions.php56 $this->action->addAction(
72 $this->action->addAction(
88 $this->action->addAction(
104 $this->action->addAction(
120 $this->action->addAction(
123 $this->action->addAction(
126 $this->action->addAction(
143 $this->action->addAction(
146 $this->action->addAction(
149 $this->action->addAction(
[all …]
DWebDriverTouchActions.php41 $this->action->addAction(
55 $this->action->addAction(
69 $this->action->addAction(
83 $this->action->addAction(
97 $this->action->addAction(
112 $this->action->addAction(
125 $this->action->addAction(
138 $this->action->addAction(
152 $this->action->addAction(
168 $this->action->addAction(
DWebDriverCompositeAction.php23 public function addAction(WebDriverAction $action) function in Facebook\\WebDriver\\Interactions\\WebDriverCompositeAction