Socket
Socket
Sign inDemoInstall

@wdio/protocols

Package Overview
Dependencies
Maintainers
3
Versions
139
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.20.3 to 8.20.4

2

build/commands/appium.d.ts

@@ -515,3 +515,3 @@ import type { StringsReturn, SettingsReturn, ProtocolCommandResponse } from '../types.js';

*/
driverScript(script: string, type?: string, timeout?: number): Promise<ProtocolCommandResponse>;
executeDriverScript(script: string, type?: string, timeout?: number): Promise<ProtocolCommandResponse>;
/**

@@ -518,0 +518,0 @@ * Appium Protocol Command

@@ -1513,3 +1513,3 @@ export default {

POST: {
command: 'driverScript',
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.***',

@@ -1521,3 +1521,3 @@ ref: 'https://github.com/appium/appium/blob/master/docs/en/commands/session/execute-driver.md',

type: 'string',
description: "The script to execute. It has access to a 'driver' object which represents a webdriverio session attached to the current server.",
description: "The script to execute. It has access to a 'driver' object which represents a WebdriverIO session attached to the current server.",
required: true,

@@ -1524,0 +1524,0 @@ },

{
"name": "@wdio/protocols",
"version": "8.20.3",
"version": "8.20.4",
"description": "Utility package providing information about automation protocols",

@@ -30,3 +30,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

},
"gitHead": "963b578edcfd5636994662122ebac35b0bd641f1"
"gitHead": "271efa5112930e8242534ea84ac6f2f75d73df3b"
}

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