playwright-core
Advanced tools
Comparing version 0.11.1-next.1583177628607 to 0.11.1-next.1583179440445
@@ -17,4 +17,4 @@ /** | ||
async function downloadBrowser(browser) { | ||
const browserType = require('.')[browser]; | ||
async function downloadBrowser(browserType) { | ||
const browser = browserType.name(); | ||
let progressBar = null; | ||
@@ -21,0 +21,0 @@ let lastDownloadedBytes = 0; |
{ | ||
"name": "playwright-core", | ||
"version": "0.11.1-next.1583177628607", | ||
"version": "0.11.1-next.1583179440445", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -5,0 +5,0 @@ "repository": "github:Microsoft/playwright", |
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
2420973