@wdio/types
Advanced tools
| 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"} |
| 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; |
+2
-1
@@ -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 = { |
+2
-2
| { | ||
| "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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
162270
0.66%24
9.09%3006
0.3%