Comparing version 6.8.0 to 6.9.0
@@ -0,1 +1,3 @@ | ||
/// <reference types="webdriver" /> | ||
import type { DefaultOptions } from '@wdio/config'; | ||
export declare const DEFAULT_WIDTH = 1200; | ||
@@ -16,21 +18,3 @@ export declare const DEFAULT_HEIGHT = 900; | ||
}; | ||
export declare const DEFAULTS: { | ||
capabilities: { | ||
type: string; | ||
required: boolean; | ||
}; | ||
logLevel: { | ||
type: string; | ||
default: string; | ||
match: RegExp; | ||
}; | ||
connectionPollInterval: { | ||
type: string; | ||
default: number; | ||
}; | ||
connectionRetryCount: { | ||
type: string; | ||
default: number; | ||
}; | ||
}; | ||
export declare const DEFAULTS: DefaultOptions<WebDriver.Options>; | ||
export declare const DEFAULT_IMPLICIT_TIMEOUT = 0; | ||
@@ -37,0 +21,0 @@ export declare const DEFAULT_PAGELOAD_TIMEOUT: number; |
/// <reference types="webdriverio/webdriverio-core" /> | ||
/// <reference types="webdriverio" /> | ||
/// <reference types="@wdio/cucumber-framework" /> | ||
import type { Browser } from 'puppeteer-core/lib/cjs/puppeteer/common/Browser'; | ||
@@ -4,0 +5,0 @@ import type { Dialog } from 'puppeteer-core/lib/cjs/puppeteer/common/Dialog'; |
/// <reference types="node" /> | ||
/// <reference types="expect-webdriverio" /> | ||
declare const _default: (browserName: 'firefox' | 'edge', platform: NodeJS.Platform) => (() => string[]) | (() => string[]) | (() => string[]) | (() => string[]) | (() => string[]) | (() => string[]); | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "devtools", | ||
"version": "6.8.0", | ||
"version": "6.9.0", | ||
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer", | ||
@@ -28,3 +28,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"@types/uuid": "^8.3.0", | ||
"@wdio/config": "6.8.0", | ||
"@wdio/config": "6.9.0", | ||
"@wdio/logger": "6.8.0", | ||
@@ -42,3 +42,3 @@ "@wdio/protocols": "6.8.0", | ||
}, | ||
"gitHead": "08e2f8d13b25d9d14babbe61aa7292c9970c7698" | ||
"gitHead": "b933815152731bba96cdb85843b37d896cfd42d4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39
133825
2419
+ Added@wdio/config@6.9.0(transitive)
+ Addedua-parser-js@0.7.39(transitive)
- Removed@wdio/config@6.8.0(transitive)
- Removedua-parser-js@0.7.40(transitive)
Updated@wdio/config@6.9.0