playwright-chromium
Advanced tools
Comparing version 0.11.1-next.1583177628607 to 0.11.1-next.1583179440445
@@ -17,2 +17,3 @@ /** | ||
const {downloadBrowser} = require('playwright-core/download-browser'); | ||
downloadBrowser('chromium'); | ||
const playwright = require('.'); | ||
downloadBrowser(playwright.chromium); |
{ | ||
"name": "playwright-chromium", | ||
"version": "0.11.1-next.1583177628607", | ||
"version": "0.11.1-next.1583179440445", | ||
"description": "A high-level API to automate Chromium", | ||
@@ -15,4 +15,4 @@ "repository": "github:Microsoft/playwright", | ||
"dependencies": { | ||
"playwright-core": "=0.11.1-next.1583177628607" | ||
"playwright-core": "=0.11.1-next.1583179440445" | ||
} | ||
} |
2081
38