Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/protocols

Package Overview
Dependencies
Maintainers
3
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/protocols - npm Package Compare versions

Comparing version 8.18.0 to 8.20.3

4

build/commands/appium.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc