playwright-core
Advanced tools
Comparing version 0.13.0-post-next.1586548226274 to 0.13.0-post-next.1586554384812
@@ -148,4 +148,9 @@ "use strict"; | ||
firefoxArguments.push(...args); | ||
if (args.every(arg => arg.startsWith('-'))) | ||
firefoxArguments.push('about:blank'); | ||
if (launchType === 'persistent') { | ||
if (args.every(arg => arg.startsWith('-'))) | ||
firefoxArguments.push('about:blank'); | ||
} | ||
else { | ||
firefoxArguments.push('-silent'); | ||
} | ||
return firefoxArguments; | ||
@@ -152,0 +157,0 @@ } |
{ | ||
"name": "playwright-core", | ||
"version": "0.13.0-post-next.1586548226274", | ||
"version": "0.13.0-post-next.1586554384812", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -5,0 +5,0 @@ "repository": "github:Microsoft/playwright", |
1393874
34370