You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError('headless cli option unexpectedly does not have a default');
57
+
}
58
+
if ('default' in cliOptions.isolated) {
59
+
thrownewError('isolated cli option unexpectedly has a default');
60
+
}
52
61
startCliOptions.headless!.default = true;
53
62
startCliOptions.isolated!.description =
54
63
'If specified, creates a temporary user-data-dir that is automatically cleaned up after the browser is closed. Defaults to true unless userDataDir is provided.';
0 commit comments