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
'Connect to a running Chrome instance using port forwarding. For more details see: https://developer.chrome.com/docs/devtools/remote-debugging/local-server.',
15
+
alias: 'u',
16
+
coerce: (url: string)=>{
17
+
newURL(url);
18
+
returnurl;
19
+
},
20
+
},
21
+
headless: {
22
+
type: 'boolean'asconst,
23
+
description: 'Whether to run in headless (no UI) mode.',
24
+
default: false,
25
+
},
26
+
executablePath: {
27
+
type: 'string'asconst,
28
+
description: 'Path to custom Chrome executable.',
29
+
conflicts: 'browserUrl',
30
+
alias: 'e',
31
+
},
32
+
isolated: {
33
+
type: 'boolean'asconst,
34
+
description:
35
+
'If specified, creates a temporary user-data-dir that is automatically cleaned up after the browser is closed.',
36
+
default: false,
37
+
},
38
+
customDevtools: {
39
+
type: 'string'asconst,
40
+
description: 'Path to custom DevTools.',
41
+
hidden: true,
42
+
conflicts: 'browserUrl',
43
+
alias: 'd',
44
+
},
45
+
channel: {
46
+
type: 'string'asconst,
47
+
description:
48
+
'Specify a different Chrome channel that should be used. The default is the stable channel version.',
'Connect to a running Chrome instance using port forwarding. For more details see: https://developer.chrome.com/docs/devtools/remote-debugging/local-server.',
40
-
alias: 'u',
41
-
coerce: (url: string)=>{
42
-
newURL(url);
43
-
returnurl;
44
-
},
45
-
},
46
-
headless: {
47
-
type: 'boolean'asconst,
48
-
description: 'Whether to run in headless (no UI) mode.',
49
-
default: false,
50
-
},
51
-
executablePath: {
52
-
type: 'string'asconst,
53
-
description: 'Path to custom Chrome executable.',
54
-
conflicts: 'browserUrl',
55
-
alias: 'e',
56
-
},
57
-
isolated: {
58
-
type: 'boolean'asconst,
59
-
description:
60
-
'If specified, creates a temporary user-data-dir that is automatically cleaned up after the browser is closed.',
61
-
default: false,
62
-
},
63
-
customDevtools: {
64
-
type: 'string'asconst,
65
-
description: 'Path to custom DevTools.',
66
-
hidden: true,
67
-
conflicts: 'browserUrl',
68
-
alias: 'd',
69
-
},
70
-
channel: {
71
-
type: 'string'asconst,
72
-
description:
73
-
'Specify a different Chrome channel that should be used. The default is the stable channel version.',
0 commit comments