Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
172
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.26.2 to 8.26.3

10

build/Capabilities.d.ts

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

/**
* iOS specific. For IOS 13 & above, behavior will flip if popup has more than 2 buttons
* @see https://www.browserstack.com/docs/app-automate/appium/advanced-features/handle-permission-pop-ups
*/
autoAcceptAlerts?: boolean;
/**
* iOS specific. For IOS 13 & above, behavior will flip if popup has more than 2 buttons
* @see https://www.browserstack.com/docs/app-automate/appium/advanced-features/handle-permission-pop-ups
*/
autoDismissAlerts?: boolean;
/**
* Add a host entry (/etc/hosts) to the remote BrowserStack machine.

@@ -1125,0 +1135,0 @@ *

4

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

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

},
"gitHead": "a8d00d826d49b1b01bf4921a10974e1db47085f6"
"gitHead": "284ce5591d90d9ea5f591e977d04557fd9ec4011"
}

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