@wdio/protocols
Advanced tools
Comparing version 8.18.0 to 8.20.3
@@ -511,7 +511,7 @@ import type { StringsReturn, SettingsReturn, ProtocolCommandResponse } from '../types.js'; | ||
* | ||
* This command enables you to specify a webdriverio script as a string and transmit it to the Appium server for local execution on the server itself. This approach helps minimize potential latency associated with each command. ***To utilize this command with Appium 2.0, you must have the [`execute-driver-plugin`](https://github.com/appium/appium/tree/master/packages/execute-driver-plugin) plugin installed.*** | ||
* This command enables you to specify a WebdriverIO script as a string and transmit it to the Appium server for local execution on the server itself. This approach helps minimize potential latency associated with each command. ***To utilize this command with Appium 2.0, you must have the [`execute-driver-plugin`](https://github.com/appium/appium/tree/master/packages/execute-driver-plugin) plugin installed.*** | ||
* @ref https://github.com/appium/appium/blob/master/docs/en/commands/session/execute-driver.md | ||
* | ||
*/ | ||
executeDriverScript(script: string, type?: string, timeout?: number): Promise<ProtocolCommandResponse>; | ||
driverScript(script: string, type?: string, timeout?: number): Promise<ProtocolCommandResponse>; | ||
/** | ||
@@ -518,0 +518,0 @@ * Appium Protocol Command |
@@ -1513,4 +1513,4 @@ export default { | ||
POST: { | ||
command: 'executeDriverScript', | ||
description: 'This command enables you to specify a webdriverio script as a string and transmit it to the Appium server for local execution on the server itself. This approach helps minimize potential latency associated with each command. ***To utilize this command with Appium 2.0, you must have the [`execute-driver-plugin`](https://github.com/appium/appium/tree/master/packages/execute-driver-plugin) plugin installed.***', | ||
command: 'driverScript', | ||
description: 'This command enables you to specify a WebdriverIO script as a string and transmit it to the Appium server for local execution on the server itself. This approach helps minimize potential latency associated with each command. ***To utilize this command with Appium 2.0, you must have the [`execute-driver-plugin`](https://github.com/appium/appium/tree/master/packages/execute-driver-plugin) plugin installed.***', | ||
ref: 'https://github.com/appium/appium/blob/master/docs/en/commands/session/execute-driver.md', | ||
@@ -1517,0 +1517,0 @@ parameters: [ |
@@ -309,3 +309,3 @@ /** | ||
"name": "params", | ||
"type": "`remote.ScriptAddPreloadScriptParameters`", | ||
"type": "object", | ||
"description": "<pre>{<br /> functionDeclaration: string;<br /> arguments?: ScriptChannelValue[];<br /> sandbox?: string;<br />}</pre>", | ||
@@ -312,0 +312,0 @@ "required": true |
{ | ||
"name": "@wdio/protocols", | ||
"version": "8.18.0", | ||
"version": "8.20.3", | ||
"description": "Utility package providing information about automation protocols", | ||
@@ -30,3 +30,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "66cd3ccfe1c8a94f89afa11fb51f58742ae379c5" | ||
"gitHead": "963b578edcfd5636994662122ebac35b0bd641f1" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
561411
1