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

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/types - npm Package Compare versions

Comparing version 8.8.6 to 8.8.7

12

build/Capabilities.d.ts

@@ -1080,2 +1080,14 @@ import type { WebdriverIO as WebDriverIOOptions, Connection as ConnectionOptions } from './Options.js';

networkLogs?: boolean;
/**
* https://www.browserstack.com/docs/app-automate/appium/debug-failed-tests/network-logs
* Enable viewing the response data in the Network Logs tab on your session
*/
networkLogsOptions?: {
captureContent?: boolean;
};
/**
* https://www.browserstack.com/docs/app-automate/appium/debug-failed-tests/interactive-session
* Enable an interactive debugging session while your test session is running
*/
interactiveDebugging?: boolean;
seleniumVersion?: string;

@@ -1082,0 +1094,0 @@ seleniumCdp?: boolean;

4

package.json
{
"name": "@wdio/types",
"version": "8.8.6",
"version": "8.8.7",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

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

},
"gitHead": "0db3b2f595ef834e6e01f58873dbde776dc08240"
"gitHead": "c8f7c7298308b5d313d88a16fdd58f241fdeec52"
}

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