Home
last modified time | relevance | path

Searched refs:execute (Results 126 – 150 of 390) sorted by path

12345678910>>...16

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DExecuteMethod.php12 public function execute($command_name, array $parameters = []); function
H A DHttpCommandExecutor.php36 DriverCommand::EXECUTE_SCRIPT => ['method' => 'POST', 'url' => '/session/:sessionId/execute'],
142 DriverCommand::EXECUTE_ASYNC_SCRIPT => ['method' => 'POST', 'url' => '/session/:sessionId/execute/async'],
143 DriverCommand::EXECUTE_SCRIPT => ['method' => 'POST', 'url' => '/session/:sessionId/execute/sync'],
265 public function execute(WebDriverCommand $command) function in Facebook\\WebDriver\\Remote\\HttpCommandExecutor
H A DRemoteExecuteMethod.php25 public function execute($command_name, array $parameters = []) function in Facebook\\WebDriver\\Remote\\RemoteExecuteMethod
27 return $this->driver->execute($command_name, $parameters);
H A DRemoteKeyboard.php42 $this->executor->execute(DriverCommand::SEND_KEYS_TO_ACTIVE_ELEMENT, [
60 $this->executor->execute(DriverCommand::ACTIONS, [
70 $this->executor->execute(DriverCommand::SEND_KEYS_TO_ACTIVE_ELEMENT, [
88 $this->executor->execute(DriverCommand::ACTIONS, [
98 $this->executor->execute(DriverCommand::SEND_KEYS_TO_ACTIVE_ELEMENT, [
H A DRemoteMouse.php48 $this->executor->execute(DriverCommand::ACTIONS, [
63 $this->executor->execute(DriverCommand::CLICK, [
79 $this->executor->execute(DriverCommand::ACTIONS, [
103 $this->executor->execute(DriverCommand::CLICK, [
120 $this->executor->execute(DriverCommand::ACTIONS, [
135 $this->executor->execute(DriverCommand::DOUBLE_CLICK);
148 $this->executor->execute(DriverCommand::ACTIONS, [
169 $this->executor->execute(DriverCommand::MOUSE_DOWN);
187 $this->executor->execute(DriverCommand::ACTIONS, [
212 $this->executor->execute(DriverComman
[all...]
H A DRemoteTargetLocator.php35 $this->executor->execute(DriverCommand::SWITCH_TO_FRAME, $params);
73 $this->executor->execute(DriverCommand::SWITCH_TO_FRAME, $params);
85 $this->executor->execute(DriverCommand::SWITCH_TO_PARENT_FRAME, []);
102 $this->executor->execute(DriverCommand::SWITCH_TO_WINDOW, $params);
127 $response = $this->executor->execute(DriverCommand::NEW_WINDOW, ['type' => $windowType]);
144 $response = $this->driver->execute(DriverCommand::GET_ACTIVE_ELEMENT, []);
H A DRemoteTouchScreen.php33 $this->executor->execute(
48 $this->executor->execute(
64 $this->executor->execute(DriverCommand::TOUCH_DOWN, [
80 $this->executor->execute(DriverCommand::TOUCH_FLICK, [
98 $this->executor->execute(DriverCommand::TOUCH_FLICK, [
115 $this->executor->execute(
131 $this->executor->execute(DriverCommand::TOUCH_MOVE, [
147 $this->executor->execute(DriverCommand::TOUCH_SCROLL, [
164 $this->executor->execute(DriverCommand::TOUCH_SCROLL, [
181 $this->executor->execute(DriverComman
[all...]
H A DRemoteWebDriver.php131 $response = $executor->execute($command);
180 $this->execute(DriverCommand::CLOSE, []);
206 $raw_element = $this->execute(
223 $raw_elements = $this->execute(
246 $this->execute(DriverCommand::GET, $params);
258 return $this->execute(DriverCommand::GET_CURRENT_URL);
268 return $this->execute(DriverCommand::GET_PAGE_SOURCE);
278 return $this->execute(DriverCommand::GET_TITLE);
288 return $this->execute(
304 return $this->execute(DriverComman
576 public function execute($command_name, $params = []) global() function in Facebook\\WebDriver\\Remote\\RemoteWebDriver
[all...]
H A DRemoteWebElement.php59 $this->executor->execute(
75 $this->executor->execute(
105 $raw_element = $this->executor->execute(
129 $raw_elements = $this->executor->execute(
159 $value = $this->executor->execute(DriverCommand::GET_ELEMENT_PROPERTY, $params);
174 return $this->executor->execute(DriverCommand::GET_ELEMENT_ATTRIBUTE, $params);
196 return $this->executor->execute(DriverCommand::GET_ELEMENT_PROPERTY, $params);
212 return $this->executor->execute(
225 $location = $this->executor->execute(
249 $result = $this->executor->execute(DriverComman
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverCommandExecutor.php35 public function execute(WebDriverCommand $command) function in Facebook\\WebDriver\\Remote\\Service\\DriverCommandExecutor
42 $value = parent::execute($command);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriver.php367 public function execute($name, $params) function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriver
370 return $this->driver->execute($name, $params);
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriver.php129 public function execute($name, $params); function
H A DWebDriverAlert.php30 $this->executor->execute(DriverCommand::ACCEPT_ALERT);
42 $this->executor->execute(DriverCommand::DISMISS_ALERT);
54 return $this->executor->execute(DriverCommand::GET_ALERT_TEXT);
65 $this->executor->execute(
H A DWebDriverCommandExecutor.php18 public function execute(WebDriverCommand $command); function
H A DWebDriverNavigation.php19 $this->executor->execute(DriverCommand::GO_BACK);
26 $this->executor->execute(DriverCommand::GO_FORWARD);
33 $this->executor->execute(DriverCommand::REFRESH);
41 $this->executor->execute(DriverCommand::GET, $params);
H A DWebDriverOptions.php46 $this->executor->execute(
61 $this->executor->execute(DriverCommand::DELETE_ALL_COOKIES);
74 $this->executor->execute(
92 $cookieArray = $this->executor->execute(
121 $cookieArrays = $this->executor->execute(DriverCommand::GET_ALL_COOKIES);
164 return $this->executor->execute(
178 return $this->executor->execute(DriverCommand::GET_AVAILABLE_LOG_TYPES);
H A DWebDriverTimeouts.php37 $this->executor->execute(
45 $this->executor->execute(
62 $this->executor->execute(
70 $this->executor->execute(
87 $this->executor->execute(
95 $this->executor->execute(DriverCommand::SET_TIMEOUT, [
H A DWebDriverWindow.php38 $position = $this->executor->execute(
57 $size = $this->executor->execute(
79 $this->executor->execute(DriverCommand::MINIMIZE_WINDOW, []);
92 $this->executor->execute(DriverCommand::MAXIMIZE_WINDOW, []);
94 $this->executor->execute(
114 $this->executor->execute(DriverCommand::FULLSCREEN_WINDOW, []);
133 $this->executor->execute(DriverCommand::SET_WINDOW_SIZE, $params);
152 $this->executor->execute(DriverCommand::SET_WINDOW_POSITION, $params);
164 return $this->executor->execute(DriverCommand::GET_SCREEN_ORIENTATION);
184 $this->executor->execute(
[all...]
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php91 protected function execute(InputInterface $input, OutputInterface $output) function in Symfony\\Component\\Yaml\\Command\\LintCommand
/plugin/confightmlok/
H A DLICENSE110 “Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
/plugin/contactmodern/
H A DLICENSE312 and execute modified versions of a covered work in that User Product from
/plugin/creole/helper/
H A Deventhandler.php97 public function execute ($queuedEvent, $pos, $match, &$handler) { function in creole_state_callback
160 … self::$callbacks [$cb_index]->execute(self::$queue [$q_index], $pos, $match, $handler);
/plugin/crossdbsqlclient/
H A DREADME3 A Interface to execute sql on local mySQL database.
H A Ddescr.txt4 description: A GUI-Interface in Dokuwiki to execute sql on MySQL and PostgreSQL.
H A Dplugin.info.txt6 desc A GUI-Interface in Dokuwiki to execute sql on MySQL and PosgreSQL.

12345678910>>...16