Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
199
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
9.19.2
to
9.20.0
+8
build/CustomCommands.d.ts
export type Instances = WebdriverIO.Browser | WebdriverIO.MultiRemoteBrowser;
export type CustomCommandOptions<IsElement extends boolean = false> = {
attachToElement?: IsElement;
proto?: Record<string, unknown>;
instances?: Record<string, Instances>;
disableElementImplicitWait?: boolean;
};
//# sourceMappingURL=CustomCommands.d.ts.map
{"version":3,"file":"CustomCommands.d.ts","sourceRoot":"","sources":["../src/CustomCommands.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,SAAS,GAAG,WAAW,CAAC,OAAO,GAAG,WAAW,CAAC,kBAAkB,CAAA;AAE5E,MAAM,MAAM,oBAAoB,CAAC,SAAS,SAAS,OAAO,GAAG,KAAK,IAAI;IAClE,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IACtC,0BAA0B,CAAC,EAAE,OAAO,CAAA;CACvC,CAAA"}
+1
-1
export interface Driver<T> {
newSession(options: T, modifier?: (...args: unknown[]) => unknown, userPrototype?: Record<string, unknown>, customCommandWrapper?: (...args: unknown[]) => unknown): unknown;
newSession(options: T, modifier?: (...args: unknown[]) => unknown, userPrototype?: Record<string, unknown>, customCommandWrapper?: (...args: unknown[]) => unknown, implicitWaitExclusionList?: string[]): unknown;
attachToSession(options: unknown, modifier?: (...args: unknown[]) => unknown, userPrototype?: Record<string, unknown>, customCommandWrapper?: (...args: unknown[]) => unknown): unknown;

@@ -4,0 +4,0 @@ reloadSession(client: unknown, newCapabilities: WebdriverIO.Capabilities): unknown;

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

import type * as Network from './Network.js';
import type * as CustomCommands from './CustomCommands.js';
/**

@@ -14,3 +15,3 @@ * exported constant values

export { MESSAGE_TYPES } from './Workers.js';
export type { Automation, Capabilities, Options, Services, Frameworks, Reporters, Workers };
export type { Automation, Capabilities, Options, Services, Frameworks, Reporters, Workers, CustomCommands };
export type JsonPrimitive = string | number | boolean | null;

@@ -17,0 +18,0 @@ export type JsonObject = {

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

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

},
"gitHead": "4ca46771777a0ef20bfd911fbd0da0904059fd9e"
"gitHead": "6c8694a72b8e173ecdd20dacae5d49d089b2877c"
}

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 not supported yet

Sorry, the diff of this file is not supported yet