Comparing version 7.5.3 to 7.5.6
@@ -74,3 +74,2 @@ "use strict"; | ||
...chromeOptions, | ||
// @ts-ignore ToDo(@L0tso): remove comment once https://github.com/puppeteer/puppeteer/pull/6942 is released | ||
defaultViewport: null, | ||
@@ -77,0 +76,0 @@ browserURL: `http://localhost:${chrome.port}` |
import type { Capabilities } from '@wdio/types'; | ||
import { LaunchOptions, ChromeArgOptions, BrowserOptions, ConnectOptions } from 'puppeteer-core'; | ||
import { LaunchOptions, BrowserLaunchArgumentOptions, BrowserConnectOptions, ConnectOptions } from 'puppeteer-core'; | ||
export interface ExtendedCapabilities extends Capabilities.Capabilities, WDIODevtoolsOptions { | ||
@@ -8,3 +8,3 @@ } | ||
} | ||
export interface DevToolsOptions extends LaunchOptions, ChromeArgOptions, BrowserOptions, ConnectOptions { | ||
export interface DevToolsOptions extends LaunchOptions, BrowserLaunchArgumentOptions, BrowserConnectOptions, ConnectOptions { | ||
/** | ||
@@ -11,0 +11,0 @@ * If you want to start Google Chrome on a custom port |
{ | ||
"name": "devtools", | ||
"version": "7.5.3", | ||
"version": "7.5.6", | ||
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer", | ||
@@ -32,3 +32,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"edge-paths": "^2.1.0", | ||
"puppeteer-core": "^7.1.0", | ||
"puppeteer-core": "^9.1.0", | ||
"query-selector-shadow-dom": "^1.0.0", | ||
@@ -42,3 +42,3 @@ "ua-parser-js": "^0.7.21", | ||
}, | ||
"gitHead": "52995eaf16adbd6dc1003079abb39e4d7498419c" | ||
"gitHead": "434ba414ef154e111fc31ae7e2b8cdd0ffd03ea7" | ||
} |
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
217661
4020
+ Addeddevtools-protocol@0.0.869402(transitive)
+ Addedpuppeteer-core@9.1.1(transitive)
- Removeddevtools-protocol@0.0.847576(transitive)
- Removedpuppeteer-core@7.1.0(transitive)
Updatedpuppeteer-core@^9.1.0