New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webdriverio

Package Overview
Dependencies
Maintainers
0
Versions
761
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdriverio - npm Package Compare versions

Comparing version 9.9.3 to 9.10.0

build/commands/mobile/deepLink.d.ts

2

build/commands/browser.d.ts

@@ -53,2 +53,4 @@ export * from './browser/$$.js';

export * from './mobile/switchContext.js';
export * from './mobile/relaunchActiveApp.js';
export * from './mobile/deepLink.js';
//# sourceMappingURL=browser.d.ts.map

8

build/commands/element/getHTML.d.ts

@@ -53,6 +53,6 @@ /**

* @param {GetHTMLOptions} options command options
* @param {Boolean=} options.includeSelectorTag if true it includes the selector element tag (default: true)
* @param {Boolean=} options.pierceShadowRoot if true it includes content of the shadow roots of all web components in the DOM
* @param {Boolean=} options.removeCommentNodes if true it removes all comment nodes from the HTML, e.g. `<!--?lit$206212805$--><!--?lit$206212805$-->`
* @param {Boolean=} options.prettify if true, the html output will be prettified
* @param {Boolean=} options.includeSelectorTag if true it includes the selector element tag (default: `true`)
* @param {Boolean=} options.pierceShadowRoot if true it includes content of the shadow roots of all web components in the DOM (default: `true`)
* @param {Boolean=} options.removeCommentNodes if true it removes all comment nodes from the HTML, e.g. `<!--?lit$206212805$--><!--?lit$206212805$-->` (default: `true`)
* @param {Boolean=} options.prettify if true, the html output will be prettified (default: `true`)
* @return {String} the HTML of the specified element

@@ -59,0 +59,0 @@ * @uses action/selectorExecute

@@ -9,2 +9,3 @@ export * from './mobile/dragAndDrop.js';

export * from './mobile/switchContext.js';
export * from './mobile/deepLink.js';
//# sourceMappingURL=mobile.d.ts.map

@@ -509,2 +509,11 @@ import type { EventEmitter } from 'node:events';

};
export type ActiveAppInfo = {
pid: number;
bundleId: string;
name: string;
processArguments: {
args: string[];
env: Record<string, string>;
};
};
export type WaitUntilOptions = {

@@ -511,0 +520,0 @@ timeout?: number;

{
"name": "webdriverio",
"description": "Next-gen browser and mobile automation test framework for Node.js",
"version": "9.9.3",
"version": "9.10.0",
"homepage": "https://webdriver.io",

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

},
"gitHead": "8908cc4e3cd75e85bf47692477fc5c0ab58f9168"
"gitHead": "11ca2d175dd33b49639197c2a4ac4e26c9d852d1"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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