Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteMouse.php47 $moveAction = $where ? [$this->createMoveAction($where)] : [];
78 $moveAction = $where ? [$this->createMoveAction($where)] : [];
119 $moveAction = $where === null ? [] : [$this->createMoveAction($where)];
155 $this->createMoveAction($where),
193 'actions' => [$this->createMoveAction($where, $x_offset, $y_offset)],
225 $moveAction = $where ? [$this->createMoveAction($where)] : [];
269 private function createMoveAction( function in Facebook\\WebDriver\\Remote\\RemoteMouse