You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.0-alpha.367 to 9.0.0-alpha.369

35

build/index.d.ts

@@ -40,2 +40,33 @@ import type * as Automation from './Automation.js';

namespace WebdriverIO {
/**
* Service option to be extended by ecosystem services
*/
interface ServiceOption extends Services.ServiceOption {
}
/**
* Reporter option to be extended by ecosystem reporters
*/
interface ReporterOption extends Reporters.Options {
}
/**
* types to be extended by `webdriverio` package
*/
interface Browser {
requestedCapabilities?: any;
}
interface MultiRemoteBrowser {
}
interface Element {
/**
* parent of the element if fetched via `$(parent).$(child)`
*/
parent: WebdriverIO.Element | WebdriverIO.Browser;
}
interface MultiRemoteElement {
}
interface ElementArray {
}
/**
* types to be extended by ecosystem framework adapters
*/
interface MochaOpts {

@@ -50,6 +81,2 @@ [key: string]: any;

}
interface ServiceOption extends Services.ServiceOption {
}
interface ReporterOption extends Reporters.Options {
}
interface Config extends Options.Testrunner, Capabilities.WithRequestedTestrunnerCapabilities {

@@ -56,0 +83,0 @@ }

4

package.json
{
"name": "@wdio/types",
"version": "9.0.0-alpha.367+1c1d44229",
"version": "9.0.0-alpha.369+43868ec82",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

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

},
"gitHead": "1c1d44229632b8a472ca68155fdd5c001da07145"
"gitHead": "43868ec82075db90009f00bb737f6df0f1744ca6"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc