@wdio/protocols 8.18.0 → 8.20.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -508,7 +508,7 @@ export default interface AppiumCommands {
|
|
|
508
508
|
/**
|
|
509
509
|
* Appium Protocol Command
|
|
510
510
|
*
|
|
511
|
-
* This command enables you to specify a
|
|
511
|
+
* 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.***
|
|
512
512
|
* @ref https://github.com/appium/appium/blob/master/docs/en/commands/session/execute-driver.md
|
|
513
513
|
*
|
|
514
514
|
*/
|
|
@@ -1511,13 +1511,13 @@ export default {
|
|
|
1511
1511
|
'/session/:sessionId/appium/execute_driver': {
|
|
1512
1512
|
POST: {
|
|
1513
1513
|
command: 'executeDriverScript',
|
|
1514
|
-
description: 'This command enables you to specify a
|
|
1514
|
+
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.***',
|
|
1515
1515
|
ref: 'https://github.com/appium/appium/blob/master/docs/en/commands/session/execute-driver.md',
|
|
1516
1516
|
parameters: [
|
|
1517
1517
|
{
|
|
1518
1518
|
name: 'script',
|
|
1519
1519
|
type: 'string',
|
|
1520
|
-
description: "The script to execute. It has access to a 'driver' object which represents a
|
|
1520
|
+
description: "The script to execute. It has access to a 'driver' object which represents a WebdriverIO session attached to the current server.",
|
|
1521
1521
|
required: true,
|
|
1522
1522
|
},
|
|
1523
1523
|
{
|
|
@@ -306,7 +306,7 @@ export default {
|
|
|
306
306
|
"parameters": [
|
|
307
307
|
{
|
|
308
308
|
"name": "params",
|
|
309
|
-
"type": "
|
|
309
|
+
"type": "object",
|
|
310
310
|
"description": "<pre>{<br /> functionDeclaration: string;<br /> arguments?: ScriptChannelValue[];<br /> sandbox?: string;<br />}</pre>",
|
|
311
311
|
"required": true
|
|
312
312
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/protocols",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.20.4",
|
|
4
4
|
"description": "Utility package providing information about automation protocols",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-protocols",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "271efa5112930e8242534ea84ac6f2f75d73df3b"
|
|
31
31
|
}
|