doc-detective-common 4.18.0 → 4.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1380 -928
- package/dist/schemas/schemas.json +1380 -928
- package/dist/types/generated/closeSurface_v3.d.ts +4 -4
- package/dist/types/generated/dragAndDrop_v3.d.ts +2 -2
- package/dist/types/generated/goTo_v3.d.ts +2 -2
- package/dist/types/generated/record_v3.d.ts +2 -2
- package/dist/types/generated/runBrowserScript_v3.d.ts +2 -2
- package/dist/types/generated/screenshot_v3.d.ts +2 -2
- package/dist/types/generated/step_v3.d.ts +16 -16
- package/dist/types/generated/surface_v3.d.ts +2 -2
- package/dist/types/generated/test_v3.d.ts +32 -32
- package/dist/types/generated/type_v3.d.ts +2 -2
- package/package.json +1 -1
|
@@ -78,11 +78,11 @@ export interface ProcessSurface {
|
|
|
78
78
|
}
|
|
79
79
|
export interface BrowserSurface {
|
|
80
80
|
/**
|
|
81
|
-
* Browser engine.
|
|
81
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
82
82
|
*/
|
|
83
83
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
84
84
|
/**
|
|
85
|
-
* Name of the browser surface.
|
|
85
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
86
86
|
*/
|
|
87
87
|
name?: string;
|
|
88
88
|
window?: WindowTabSelector;
|
|
@@ -132,11 +132,11 @@ export interface ProcessSurface1 {
|
|
|
132
132
|
}
|
|
133
133
|
export interface BrowserSurface1 {
|
|
134
134
|
/**
|
|
135
|
-
* Browser engine.
|
|
135
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
136
136
|
*/
|
|
137
137
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
138
138
|
/**
|
|
139
|
-
* Name of the browser surface.
|
|
139
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
140
140
|
*/
|
|
141
141
|
name?: string;
|
|
142
142
|
window?: WindowTabSelector2;
|
|
@@ -68,11 +68,11 @@ export interface DragAndDrop {
|
|
|
68
68
|
}
|
|
69
69
|
export interface BrowserSurface {
|
|
70
70
|
/**
|
|
71
|
-
* Browser engine.
|
|
71
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
72
72
|
*/
|
|
73
73
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
74
74
|
/**
|
|
75
|
-
* Name of the browser surface.
|
|
75
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
76
76
|
*/
|
|
77
77
|
name?: string;
|
|
78
78
|
window?: WindowTabSelector;
|
|
@@ -105,11 +105,11 @@ export type ByIndex1 = number;
|
|
|
105
105
|
export type ByName1 = string;
|
|
106
106
|
export interface BrowserSurface {
|
|
107
107
|
/**
|
|
108
|
-
* Browser engine.
|
|
108
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
109
109
|
*/
|
|
110
110
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
111
111
|
/**
|
|
112
|
-
* Name of the browser surface.
|
|
112
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
113
113
|
*/
|
|
114
114
|
name?: string;
|
|
115
115
|
window?: WindowTabSelector;
|
|
@@ -76,11 +76,11 @@ export interface RecordDetailed {
|
|
|
76
76
|
}
|
|
77
77
|
export interface BrowserSurface {
|
|
78
78
|
/**
|
|
79
|
-
* Browser engine.
|
|
79
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
80
80
|
*/
|
|
81
81
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
82
82
|
/**
|
|
83
|
-
* Name of the browser surface.
|
|
83
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
84
84
|
*/
|
|
85
85
|
name?: string;
|
|
86
86
|
window?: WindowTabSelector;
|
|
@@ -79,11 +79,11 @@ export interface RunBrowserScriptDetailed {
|
|
|
79
79
|
}
|
|
80
80
|
export interface BrowserSurface {
|
|
81
81
|
/**
|
|
82
|
-
* Browser engine.
|
|
82
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
83
83
|
*/
|
|
84
84
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
85
85
|
/**
|
|
86
|
-
* Name of the browser surface.
|
|
86
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
87
87
|
*/
|
|
88
88
|
name?: string;
|
|
89
89
|
window?: WindowTabSelector;
|
|
@@ -80,11 +80,11 @@ export interface CaptureScreenshotDetailed {
|
|
|
80
80
|
}
|
|
81
81
|
export interface BrowserSurface {
|
|
82
82
|
/**
|
|
83
|
-
* Browser engine.
|
|
83
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
84
84
|
*/
|
|
85
85
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
86
86
|
/**
|
|
87
|
-
* Name of the browser surface.
|
|
87
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
88
88
|
*/
|
|
89
89
|
name?: string;
|
|
90
90
|
window?: WindowTabSelector;
|
|
@@ -1708,11 +1708,11 @@ export interface GoTo {
|
|
|
1708
1708
|
}
|
|
1709
1709
|
export interface BrowserSurface {
|
|
1710
1710
|
/**
|
|
1711
|
-
* Browser engine.
|
|
1711
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
1712
1712
|
*/
|
|
1713
1713
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
1714
1714
|
/**
|
|
1715
|
-
* Name of the browser surface.
|
|
1715
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
1716
1716
|
*/
|
|
1717
1717
|
name?: string;
|
|
1718
1718
|
window?: WindowTabSelector;
|
|
@@ -2511,11 +2511,11 @@ export interface RunBrowserScriptDetailed {
|
|
|
2511
2511
|
}
|
|
2512
2512
|
export interface BrowserSurface1 {
|
|
2513
2513
|
/**
|
|
2514
|
-
* Browser engine.
|
|
2514
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
2515
2515
|
*/
|
|
2516
2516
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
2517
2517
|
/**
|
|
2518
|
-
* Name of the browser surface.
|
|
2518
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
2519
2519
|
*/
|
|
2520
2520
|
name?: string;
|
|
2521
2521
|
window?: WindowTabSelector2;
|
|
@@ -2702,11 +2702,11 @@ export interface ProcessSurface {
|
|
|
2702
2702
|
}
|
|
2703
2703
|
export interface BrowserSurface2 {
|
|
2704
2704
|
/**
|
|
2705
|
-
* Browser engine.
|
|
2705
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
2706
2706
|
*/
|
|
2707
2707
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
2708
2708
|
/**
|
|
2709
|
-
* Name of the browser surface.
|
|
2709
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
2710
2710
|
*/
|
|
2711
2711
|
name?: string;
|
|
2712
2712
|
window?: WindowTabSelector4;
|
|
@@ -2950,11 +2950,11 @@ export interface CaptureScreenshotDetailed {
|
|
|
2950
2950
|
}
|
|
2951
2951
|
export interface BrowserSurface3 {
|
|
2952
2952
|
/**
|
|
2953
|
-
* Browser engine.
|
|
2953
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
2954
2954
|
*/
|
|
2955
2955
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
2956
2956
|
/**
|
|
2957
|
-
* Name of the browser surface.
|
|
2957
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
2958
2958
|
*/
|
|
2959
2959
|
name?: string;
|
|
2960
2960
|
window?: WindowTabSelector6;
|
|
@@ -3321,11 +3321,11 @@ export interface RecordDetailed {
|
|
|
3321
3321
|
}
|
|
3322
3322
|
export interface BrowserSurface4 {
|
|
3323
3323
|
/**
|
|
3324
|
-
* Browser engine.
|
|
3324
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
3325
3325
|
*/
|
|
3326
3326
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
3327
3327
|
/**
|
|
3328
|
-
* Name of the browser surface.
|
|
3328
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
3329
3329
|
*/
|
|
3330
3330
|
name?: string;
|
|
3331
3331
|
window?: WindowTabSelector8;
|
|
@@ -3669,11 +3669,11 @@ export interface ProcessSurface1 {
|
|
|
3669
3669
|
}
|
|
3670
3670
|
export interface BrowserSurface5 {
|
|
3671
3671
|
/**
|
|
3672
|
-
* Browser engine.
|
|
3672
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
3673
3673
|
*/
|
|
3674
3674
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
3675
3675
|
/**
|
|
3676
|
-
* Name of the browser surface.
|
|
3676
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
3677
3677
|
*/
|
|
3678
3678
|
name?: string;
|
|
3679
3679
|
window?: WindowTabSelector10;
|
|
@@ -3723,11 +3723,11 @@ export interface ProcessSurface2 {
|
|
|
3723
3723
|
}
|
|
3724
3724
|
export interface BrowserSurface6 {
|
|
3725
3725
|
/**
|
|
3726
|
-
* Browser engine.
|
|
3726
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
3727
3727
|
*/
|
|
3728
3728
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
3729
3729
|
/**
|
|
3730
|
-
* Name of the browser surface.
|
|
3730
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
3731
3731
|
*/
|
|
3732
3732
|
name?: string;
|
|
3733
3733
|
window?: WindowTabSelector12;
|
|
@@ -4067,11 +4067,11 @@ export interface DragAndDrop1 {
|
|
|
4067
4067
|
}
|
|
4068
4068
|
export interface BrowserSurface7 {
|
|
4069
4069
|
/**
|
|
4070
|
-
* Browser engine.
|
|
4070
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
4071
4071
|
*/
|
|
4072
4072
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
4073
4073
|
/**
|
|
4074
|
-
* Name of the browser surface.
|
|
4074
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
4075
4075
|
*/
|
|
4076
4076
|
name?: string;
|
|
4077
4077
|
window?: WindowTabSelector14;
|
|
@@ -42,11 +42,11 @@ export interface ProcessSurface {
|
|
|
42
42
|
}
|
|
43
43
|
export interface BrowserSurface {
|
|
44
44
|
/**
|
|
45
|
-
* Browser engine.
|
|
45
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
46
46
|
*/
|
|
47
47
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
48
48
|
/**
|
|
49
|
-
* Name of the browser surface.
|
|
49
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
50
50
|
*/
|
|
51
51
|
name?: string;
|
|
52
52
|
window?: WindowTabSelector;
|
|
@@ -4369,11 +4369,11 @@ export interface GoTo {
|
|
|
4369
4369
|
}
|
|
4370
4370
|
export interface BrowserSurface {
|
|
4371
4371
|
/**
|
|
4372
|
-
* Browser engine.
|
|
4372
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
4373
4373
|
*/
|
|
4374
4374
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
4375
4375
|
/**
|
|
4376
|
-
* Name of the browser surface.
|
|
4376
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
4377
4377
|
*/
|
|
4378
4378
|
name?: string;
|
|
4379
4379
|
window?: WindowTabSelector;
|
|
@@ -5172,11 +5172,11 @@ export interface RunBrowserScriptDetailed {
|
|
|
5172
5172
|
}
|
|
5173
5173
|
export interface BrowserSurface1 {
|
|
5174
5174
|
/**
|
|
5175
|
-
* Browser engine.
|
|
5175
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
5176
5176
|
*/
|
|
5177
5177
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
5178
5178
|
/**
|
|
5179
|
-
* Name of the browser surface.
|
|
5179
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
5180
5180
|
*/
|
|
5181
5181
|
name?: string;
|
|
5182
5182
|
window?: WindowTabSelector2;
|
|
@@ -5363,11 +5363,11 @@ export interface ProcessSurface {
|
|
|
5363
5363
|
}
|
|
5364
5364
|
export interface BrowserSurface2 {
|
|
5365
5365
|
/**
|
|
5366
|
-
* Browser engine.
|
|
5366
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
5367
5367
|
*/
|
|
5368
5368
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
5369
5369
|
/**
|
|
5370
|
-
* Name of the browser surface.
|
|
5370
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
5371
5371
|
*/
|
|
5372
5372
|
name?: string;
|
|
5373
5373
|
window?: WindowTabSelector4;
|
|
@@ -5623,11 +5623,11 @@ export interface CaptureScreenshotDetailed {
|
|
|
5623
5623
|
}
|
|
5624
5624
|
export interface BrowserSurface3 {
|
|
5625
5625
|
/**
|
|
5626
|
-
* Browser engine.
|
|
5626
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
5627
5627
|
*/
|
|
5628
5628
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
5629
5629
|
/**
|
|
5630
|
-
* Name of the browser surface.
|
|
5630
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
5631
5631
|
*/
|
|
5632
5632
|
name?: string;
|
|
5633
5633
|
window?: WindowTabSelector6;
|
|
@@ -5994,11 +5994,11 @@ export interface RecordDetailed {
|
|
|
5994
5994
|
}
|
|
5995
5995
|
export interface BrowserSurface4 {
|
|
5996
5996
|
/**
|
|
5997
|
-
* Browser engine.
|
|
5997
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
5998
5998
|
*/
|
|
5999
5999
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
6000
6000
|
/**
|
|
6001
|
-
* Name of the browser surface.
|
|
6001
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
6002
6002
|
*/
|
|
6003
6003
|
name?: string;
|
|
6004
6004
|
window?: WindowTabSelector8;
|
|
@@ -6342,11 +6342,11 @@ export interface ProcessSurface1 {
|
|
|
6342
6342
|
}
|
|
6343
6343
|
export interface BrowserSurface5 {
|
|
6344
6344
|
/**
|
|
6345
|
-
* Browser engine.
|
|
6345
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
6346
6346
|
*/
|
|
6347
6347
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
6348
6348
|
/**
|
|
6349
|
-
* Name of the browser surface.
|
|
6349
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
6350
6350
|
*/
|
|
6351
6351
|
name?: string;
|
|
6352
6352
|
window?: WindowTabSelector10;
|
|
@@ -6396,11 +6396,11 @@ export interface ProcessSurface2 {
|
|
|
6396
6396
|
}
|
|
6397
6397
|
export interface BrowserSurface6 {
|
|
6398
6398
|
/**
|
|
6399
|
-
* Browser engine.
|
|
6399
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
6400
6400
|
*/
|
|
6401
6401
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
6402
6402
|
/**
|
|
6403
|
-
* Name of the browser surface.
|
|
6403
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
6404
6404
|
*/
|
|
6405
6405
|
name?: string;
|
|
6406
6406
|
window?: WindowTabSelector12;
|
|
@@ -6740,11 +6740,11 @@ export interface DragAndDrop1 {
|
|
|
6740
6740
|
}
|
|
6741
6741
|
export interface BrowserSurface7 {
|
|
6742
6742
|
/**
|
|
6743
|
-
* Browser engine.
|
|
6743
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
6744
6744
|
*/
|
|
6745
6745
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
6746
6746
|
/**
|
|
6747
|
-
* Name of the browser surface.
|
|
6747
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
6748
6748
|
*/
|
|
6749
6749
|
name?: string;
|
|
6750
6750
|
window?: WindowTabSelector14;
|
|
@@ -7706,11 +7706,11 @@ export interface GoTo2 {
|
|
|
7706
7706
|
}
|
|
7707
7707
|
export interface BrowserSurface8 {
|
|
7708
7708
|
/**
|
|
7709
|
-
* Browser engine.
|
|
7709
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
7710
7710
|
*/
|
|
7711
7711
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
7712
7712
|
/**
|
|
7713
|
-
* Name of the browser surface.
|
|
7713
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
7714
7714
|
*/
|
|
7715
7715
|
name?: string;
|
|
7716
7716
|
window?: WindowTabSelector16;
|
|
@@ -8509,11 +8509,11 @@ export interface RunBrowserScriptDetailed1 {
|
|
|
8509
8509
|
}
|
|
8510
8510
|
export interface BrowserSurface9 {
|
|
8511
8511
|
/**
|
|
8512
|
-
* Browser engine.
|
|
8512
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
8513
8513
|
*/
|
|
8514
8514
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
8515
8515
|
/**
|
|
8516
|
-
* Name of the browser surface.
|
|
8516
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
8517
8517
|
*/
|
|
8518
8518
|
name?: string;
|
|
8519
8519
|
window?: WindowTabSelector18;
|
|
@@ -8700,11 +8700,11 @@ export interface ProcessSurface3 {
|
|
|
8700
8700
|
}
|
|
8701
8701
|
export interface BrowserSurface10 {
|
|
8702
8702
|
/**
|
|
8703
|
-
* Browser engine.
|
|
8703
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
8704
8704
|
*/
|
|
8705
8705
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
8706
8706
|
/**
|
|
8707
|
-
* Name of the browser surface.
|
|
8707
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
8708
8708
|
*/
|
|
8709
8709
|
name?: string;
|
|
8710
8710
|
window?: WindowTabSelector20;
|
|
@@ -8960,11 +8960,11 @@ export interface CaptureScreenshotDetailed1 {
|
|
|
8960
8960
|
}
|
|
8961
8961
|
export interface BrowserSurface11 {
|
|
8962
8962
|
/**
|
|
8963
|
-
* Browser engine.
|
|
8963
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
8964
8964
|
*/
|
|
8965
8965
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
8966
8966
|
/**
|
|
8967
|
-
* Name of the browser surface.
|
|
8967
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
8968
8968
|
*/
|
|
8969
8969
|
name?: string;
|
|
8970
8970
|
window?: WindowTabSelector22;
|
|
@@ -9331,11 +9331,11 @@ export interface RecordDetailed1 {
|
|
|
9331
9331
|
}
|
|
9332
9332
|
export interface BrowserSurface12 {
|
|
9333
9333
|
/**
|
|
9334
|
-
* Browser engine.
|
|
9334
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
9335
9335
|
*/
|
|
9336
9336
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
9337
9337
|
/**
|
|
9338
|
-
* Name of the browser surface.
|
|
9338
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
9339
9339
|
*/
|
|
9340
9340
|
name?: string;
|
|
9341
9341
|
window?: WindowTabSelector24;
|
|
@@ -9679,11 +9679,11 @@ export interface ProcessSurface4 {
|
|
|
9679
9679
|
}
|
|
9680
9680
|
export interface BrowserSurface13 {
|
|
9681
9681
|
/**
|
|
9682
|
-
* Browser engine.
|
|
9682
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
9683
9683
|
*/
|
|
9684
9684
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
9685
9685
|
/**
|
|
9686
|
-
* Name of the browser surface.
|
|
9686
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
9687
9687
|
*/
|
|
9688
9688
|
name?: string;
|
|
9689
9689
|
window?: WindowTabSelector26;
|
|
@@ -9733,11 +9733,11 @@ export interface ProcessSurface5 {
|
|
|
9733
9733
|
}
|
|
9734
9734
|
export interface BrowserSurface14 {
|
|
9735
9735
|
/**
|
|
9736
|
-
* Browser engine.
|
|
9736
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
9737
9737
|
*/
|
|
9738
9738
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
9739
9739
|
/**
|
|
9740
|
-
* Name of the browser surface.
|
|
9740
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
9741
9741
|
*/
|
|
9742
9742
|
name?: string;
|
|
9743
9743
|
window?: WindowTabSelector28;
|
|
@@ -10077,11 +10077,11 @@ export interface DragAndDrop3 {
|
|
|
10077
10077
|
}
|
|
10078
10078
|
export interface BrowserSurface15 {
|
|
10079
10079
|
/**
|
|
10080
|
-
* Browser engine.
|
|
10080
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
10081
10081
|
*/
|
|
10082
10082
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
10083
10083
|
/**
|
|
10084
|
-
* Name of the browser surface.
|
|
10084
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
10085
10085
|
*/
|
|
10086
10086
|
name?: string;
|
|
10087
10087
|
window?: WindowTabSelector30;
|
|
@@ -100,11 +100,11 @@ export interface ProcessSurface {
|
|
|
100
100
|
}
|
|
101
101
|
export interface BrowserSurface {
|
|
102
102
|
/**
|
|
103
|
-
* Browser engine.
|
|
103
|
+
* Browser engine. Selects the browser surface with that engine (or the one named by `name`). A goTo step opens the browser if it isn't open yet; other steps require it to already be open.
|
|
104
104
|
*/
|
|
105
105
|
browser: "chrome" | "firefox" | "safari" | "webkit" | "edge";
|
|
106
106
|
/**
|
|
107
|
-
* Name of the browser surface.
|
|
107
|
+
* Name of the browser surface. Defaults to the engine name (the context's default browser registers under its engine). Assign distinct names to drive multiple browsers at once, including several of the same engine.
|
|
108
108
|
*/
|
|
109
109
|
name?: string;
|
|
110
110
|
window?: WindowTabSelector;
|