playwright-chromium
Advanced tools
Comparing version 0.11.1-next.1583179440445 to 0.11.1-next.1583187564534
@@ -22,3 +22,4 @@ /** | ||
browsers: ['chromium'], | ||
respectEnvironmentVariables: true, | ||
}); | ||
{ | ||
"name": "playwright-chromium", | ||
"version": "0.11.1-next.1583179440445", | ||
"version": "0.11.1-next.1583187564534", | ||
"description": "A high-level API to automate Chromium", | ||
@@ -15,4 +15,4 @@ "repository": "github:Microsoft/playwright", | ||
"dependencies": { | ||
"playwright-core": "=0.11.1-next.1583179440445" | ||
"playwright-core": "=0.11.1-next.1583187564534" | ||
} | ||
} |
2118
39