Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
2
Versions
168
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 7.0.2 to 7.0.3

36

build/Options.d.ts

@@ -46,2 +46,20 @@ /// <reference types="node" />

};
/**
* Your cloud service username (only works for [Sauce Labs](https://saucelabs.com),
* [Browserstack](https://www.browserstack.com), [TestingBot](https://testingbot.com),
* [CrossBrowserTesting](https://crossbrowsertesting.com) or
* [LambdaTest](https://www.lambdatest.com) accounts). If set, WebdriverIO will
* automatically set connection options for you. If you don't use a cloud provider this
* can be used to authenticate any other WebDriver backend.
*/
user?: string;
/**
* Your cloud service access key or secret key (only works for
* [Sauce Labs](https://saucelabs.com), [Browserstack](https://www.browserstack.com),
* [TestingBot](https://testingbot.com), [CrossBrowserTesting](https://crossbrowsertesting.com)
* or [LambdaTest](https://www.lambdatest.com) accounts). If set, WebdriverIO will
* automatically set connection options for you. If you don't use a cloud provider this
* can be used to authenticate any other WebDriver backend.
*/
key?: string;
}

@@ -167,20 +185,2 @@ export interface WebDriver extends Connection {

/**
* Your cloud service username (only works for [Sauce Labs](https://saucelabs.com),
* [Browserstack](https://www.browserstack.com), [TestingBot](https://testingbot.com),
* [CrossBrowserTesting](https://crossbrowsertesting.com) or
* [LambdaTest](https://www.lambdatest.com) accounts). If set, WebdriverIO will
* automatically set connection options for you. If you don't use a cloud provider this
* can be used to authenticate any other WebDriver backend.
*/
user?: string;
/**
* Your cloud service access key or secret key (only works for
* [Sauce Labs](https://saucelabs.com), [Browserstack](https://www.browserstack.com),
* [TestingBot](https://testingbot.com), [CrossBrowserTesting](https://crossbrowsertesting.com)
* or [LambdaTest](https://www.lambdatest.com) accounts). If set, WebdriverIO will
* automatically set connection options for you. If you don't use a cloud provider this
* can be used to authenticate any other WebDriver backend.
*/
key?: string;
/**
* Defines the capabilities you want to run in your WebDriver session. Check out the

@@ -187,0 +187,0 @@ * [WebDriver Protocol](https://w3c.github.io/webdriver/#capabilities) for more details.

{
"name": "@wdio/types",
"version": "7.0.2",
"version": "7.0.3",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

@@ -34,3 +34,3 @@ "author": "Christian Bromann <christian@saucelabs.com>",

},
"gitHead": "3391f11c37c52ea33868696b7aa8d8a7cf32b8bb"
"gitHead": "4fc47c232928b65579dfa8a85a3023736723c135"
}

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