Comparing version 7.0.8 to 7.0.9
@@ -86,3 +86,5 @@ "use strict"; | ||
...chromeOptions, | ||
browserURL: `http://localhost:${chrome.port}` | ||
browserURL: `http://localhost:${chrome.port}`, | ||
// @ts-ignore ToDo(@L0tso): remove once https://github.com/puppeteer/puppeteer/pull/6942 is merged | ||
defaultViewport: null | ||
}); // casting from @types/puppeteer to built in type | ||
@@ -89,0 +91,0 @@ /** |
{ | ||
"name": "devtools", | ||
"version": "7.0.8", | ||
"version": "7.0.9", | ||
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer", | ||
@@ -40,3 +40,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "b09d3e47ab2c84ea2510e15ef755e06895c051fe" | ||
"gitHead": "08f6d464e479ed890837ab667819446d05b5b3e1" | ||
} |
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
211191
3913