Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 63) sorted by relevance

123

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
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(DriverCommand::EXECUTE_SCRIPT, [
[all …]
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(DriverCommand::TOUCH_UP, [
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(DriverCommand::MOVE_TO, $params);
[all …]
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 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 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 DExecuteMethod.php12 public function execute($command_name, array $parameters = []); function
/template/strap/vendor/php-webdriver/webdriver/lib/
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(
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 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 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 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
/template/strap/ComboStrap/
H A DPageRules.php34 $request->execute();
60 ->execute()
88 $count = $request->execute()
140 $lastInsertId = $request->execute()
174 $request->execute();
196 $request->execute();
219 $count = $request->execute()
244 return $request->execute()
262 return $request->execute()
H A DEvent.php87 $rows = $request->execute()
117 $rowsSelected = $request->execute()
135 $changeCount = $request->execute()->getChangeCount();
217 $request->execute();
268 return $request->execute()
297 return $request->execute()
H A DCacheLog.php99 ->execute();
127 return $request->execute()
/template/strap/syntax/
H A Dvariable.php149 $execute = PipelineUtility::execute($expression);
154 $renderer->doc .= $execute;
/template/m1/
Dscript.js48 execute: function(action, name, callback) { method
183 privateMethods.execute('open', name, callback);
186 privateMethods.execute('close', name, callback);
189 privateMethods.execute('toggle', name, callback);
193 privateMethods.execute('toggle', name, callback);
/template/strap/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);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerIndexedCustomAction.php101 public function execute(Lexer $lexer) : void function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerIndexedCustomAction
104 $this->action->execute($lexer);
H A DLexerAction.php50 public function execute(Lexer $lexer) : void; function
/template/strap/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDriver.php59 $response = $executor->execute($newSessionCommand);
84 $response = $this->executor->execute($command);
H A DChromeDevToolsDriver.php36 public function execute($command, array $parameters = []) function in Facebook\\WebDriver\\Chrome\\ChromeDevToolsDriver
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php164 public function execute(Lexer $lexer, CharStream $input, int $startIndex) : void function in Antlr\\Antlr4\\Runtime\\Atn\\LexerActionExecutor
181 $lexerAction->execute($lexer);
/template/strap/ComboStrap/Meta/Store/
H A DMetadataDbStore.php190 $request->execute();
221 $request->execute();
265 ->execute()

123