playwright-core
Advanced tools
Comparing version 1.49.0-alpha-2024-10-28 to 1.49.0-alpha-2024-10-29
@@ -265,2 +265,3 @@ "use strict"; | ||
if (args.find(arg => !arg.startsWith('-'))) throw new Error('Arguments can not specify page to be opened'); | ||
if (!options.headless && options.channel === 'chromium-headless-shell') throw new Error('Cannot launch headed Chromium with `chromium-headless-shell` channel. Consider using regular Chromium instead.'); | ||
const chromeArguments = [..._chromiumSwitches.chromiumSwitches]; | ||
@@ -267,0 +268,0 @@ if (_os.default.platform() === 'darwin') { |
{ | ||
"name": "playwright-core", | ||
"version": "1.49.0-alpha-2024-10-28", | ||
"version": "1.49.0-alpha-2024-10-29", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7818237
108069