@nimble-way/nimble-js 0.5.1
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/CHANGELOG.md +164 -0
- package/LICENSE +201 -0
- package/README.md +370 -0
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +239 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +239 -0
- package/client.d.ts.map +1 -0
- package/client.js +530 -0
- package/client.js.map +1 -0
- package/client.mjs +526 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +6 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -0
- package/index.js +30 -0
- package/index.js.map +1 -0
- package/index.mjs +7 -0
- package/index.mjs.map +1 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +40 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +37 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +85 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +79 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +7 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +7 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +137 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/agent.d.mts +356 -0
- package/resources/agent.d.mts.map +1 -0
- package/resources/agent.d.ts +356 -0
- package/resources/agent.d.ts.map +1 -0
- package/resources/agent.js +34 -0
- package/resources/agent.js.map +1 -0
- package/resources/agent.mjs +30 -0
- package/resources/agent.mjs.map +1 -0
- package/resources/crawl.d.mts +465 -0
- package/resources/crawl.d.mts.map +1 -0
- package/resources/crawl.d.ts +465 -0
- package/resources/crawl.d.ts.map +1 -0
- package/resources/crawl.js +34 -0
- package/resources/crawl.js.map +1 -0
- package/resources/crawl.mjs +30 -0
- package/resources/crawl.mjs.map +1 -0
- package/resources/index.d.mts +6 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +6 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +13 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +6 -0
- package/resources/index.mjs.map +1 -0
- package/resources/shared.d.mts +452 -0
- package/resources/shared.d.mts.map +1 -0
- package/resources/shared.d.ts +452 -0
- package/resources/shared.d.ts.map +1 -0
- package/resources/shared.js +4 -0
- package/resources/shared.js.map +1 -0
- package/resources/shared.mjs +3 -0
- package/resources/shared.mjs.map +1 -0
- package/resources/tasks.d.mts +183 -0
- package/resources/tasks.d.mts.map +1 -0
- package/resources/tasks.d.ts +183 -0
- package/resources/tasks.d.ts.map +1 -0
- package/resources/tasks.js +28 -0
- package/resources/tasks.js.map +1 -0
- package/resources/tasks.mjs +24 -0
- package/resources/tasks.mjs.map +1 -0
- package/resources/top-level.d.mts +847 -0
- package/resources/top-level.d.mts.map +1 -0
- package/resources/top-level.d.ts +847 -0
- package/resources/top-level.d.ts.map +1 -0
- package/resources/top-level.js +4 -0
- package/resources/top-level.js.map +1 -0
- package/resources/top-level.mjs +3 -0
- package/resources/top-level.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +893 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +22 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +56 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +95 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +126 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +8 -0
- package/src/lib/.keep +4 -0
- package/src/resource.ts +2 -0
- package/src/resources/agent.ts +548 -0
- package/src/resources/crawl.ts +1493 -0
- package/src/resources/index.ts +39 -0
- package/src/resources/shared.ts +816 -0
- package/src/resources/tasks.ts +240 -0
- package/src/resources/top-level.ts +3665 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
|
@@ -0,0 +1,452 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Continuously scroll to load dynamic content
|
|
3
|
+
*/
|
|
4
|
+
export interface AutoScrollAction {
|
|
5
|
+
auto_scroll: boolean | number | string | AutoScrollAction.UnionMember3;
|
|
6
|
+
}
|
|
7
|
+
export declare namespace AutoScrollAction {
|
|
8
|
+
interface UnionMember3 {
|
|
9
|
+
/**
|
|
10
|
+
* CSS selector or array of alternative selectors. Use an array when you have
|
|
11
|
+
* multiple possible selectors for the same element.
|
|
12
|
+
*/
|
|
13
|
+
click_selector?: string | Array<string>;
|
|
14
|
+
/**
|
|
15
|
+
* CSS selector or array of alternative selectors. Use an array when you have
|
|
16
|
+
* multiple possible selectors for the same element.
|
|
17
|
+
*/
|
|
18
|
+
container?: string | Array<string>;
|
|
19
|
+
/**
|
|
20
|
+
* Duration value that accepts various formats. Supports: number (ms), string
|
|
21
|
+
* ("1000"), or string with unit ("2s", "500ms", "2m", "1h")
|
|
22
|
+
*/
|
|
23
|
+
delay_after_scroll?: number | string;
|
|
24
|
+
/**
|
|
25
|
+
* Duration value that accepts various formats. Supports: number (ms), string
|
|
26
|
+
* ("1000"), or string with unit ("2s", "500ms", "2m", "1h")
|
|
27
|
+
*/
|
|
28
|
+
idle_timeout?: number | string;
|
|
29
|
+
/**
|
|
30
|
+
* CSS selector or array of alternative selectors. Use an array when you have
|
|
31
|
+
* multiple possible selectors for the same element.
|
|
32
|
+
*/
|
|
33
|
+
loading_selector?: string | Array<string>;
|
|
34
|
+
/**
|
|
35
|
+
* Duration value that accepts various formats. Supports: number (ms), string
|
|
36
|
+
* ("1000"), or string with unit ("2s", "500ms", "2m", "1h")
|
|
37
|
+
*/
|
|
38
|
+
max_duration?: number | string;
|
|
39
|
+
/**
|
|
40
|
+
* CSS selector or array of alternative selectors. Use an array when you have
|
|
41
|
+
* multiple possible selectors for the same element.
|
|
42
|
+
*/
|
|
43
|
+
pause_on_selector?: string | Array<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
46
|
+
* boolean or string "true"/"false". Default: true.
|
|
47
|
+
*/
|
|
48
|
+
required?: 'true' | 'false' | boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
51
|
+
* false.
|
|
52
|
+
*/
|
|
53
|
+
skip?: 'true' | 'false' | boolean;
|
|
54
|
+
step_size?: number;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Click on an element by selector
|
|
59
|
+
*/
|
|
60
|
+
export interface ClickAction {
|
|
61
|
+
click: string | Array<string> | ClickAction.UnionMember2;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace ClickAction {
|
|
64
|
+
interface UnionMember2 {
|
|
65
|
+
/**
|
|
66
|
+
* CSS selector or array of alternative selectors. Use an array when you have
|
|
67
|
+
* multiple possible selectors for the same element.
|
|
68
|
+
*/
|
|
69
|
+
selector: string | Array<string>;
|
|
70
|
+
count?: number;
|
|
71
|
+
/**
|
|
72
|
+
* Duration value that accepts various formats. Supports: number (ms), string
|
|
73
|
+
* ("1000"), or string with unit ("2s", "500ms", "2m", "1h")
|
|
74
|
+
*/
|
|
75
|
+
delay?: number | string;
|
|
76
|
+
offset_x?: number;
|
|
77
|
+
offset_y?: number;
|
|
78
|
+
/**
|
|
79
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
80
|
+
* boolean or string "true"/"false". Default: true.
|
|
81
|
+
*/
|
|
82
|
+
required?: 'true' | 'false' | boolean;
|
|
83
|
+
scroll?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
86
|
+
* false.
|
|
87
|
+
*/
|
|
88
|
+
skip?: 'true' | 'false' | boolean;
|
|
89
|
+
steps?: number;
|
|
90
|
+
strategy?: 'linear' | 'ghost-cursor' | 'windmouse';
|
|
91
|
+
/**
|
|
92
|
+
* Timeout in milliseconds. Set to 0 for infinite timeout (no timeout). Default:
|
|
93
|
+
* 15000ms.
|
|
94
|
+
*/
|
|
95
|
+
timeout?: number;
|
|
96
|
+
visible?: boolean;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Execute JavaScript code in page context
|
|
101
|
+
*/
|
|
102
|
+
export interface EvalAction {
|
|
103
|
+
eval: string | EvalAction.UnionMember1;
|
|
104
|
+
}
|
|
105
|
+
export declare namespace EvalAction {
|
|
106
|
+
interface UnionMember1 {
|
|
107
|
+
code: string;
|
|
108
|
+
/**
|
|
109
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
110
|
+
* boolean or string "true"/"false". Default: true.
|
|
111
|
+
*/
|
|
112
|
+
required?: 'true' | 'false' | boolean;
|
|
113
|
+
/**
|
|
114
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
115
|
+
* false.
|
|
116
|
+
*/
|
|
117
|
+
skip?: 'true' | 'false' | boolean;
|
|
118
|
+
/**
|
|
119
|
+
* Timeout in milliseconds. Set to 0 for infinite timeout (no timeout). Default:
|
|
120
|
+
* 15000ms.
|
|
121
|
+
*/
|
|
122
|
+
timeout?: number;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Make an HTTP request in browser context
|
|
127
|
+
*/
|
|
128
|
+
export interface FetchAction {
|
|
129
|
+
fetch: string | FetchAction.UnionMember1;
|
|
130
|
+
}
|
|
131
|
+
export declare namespace FetchAction {
|
|
132
|
+
interface UnionMember1 {
|
|
133
|
+
url: string;
|
|
134
|
+
body?: string;
|
|
135
|
+
headers?: {
|
|
136
|
+
[key: string]: string;
|
|
137
|
+
};
|
|
138
|
+
method?: 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH';
|
|
139
|
+
/**
|
|
140
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
141
|
+
* boolean or string "true"/"false". Default: true.
|
|
142
|
+
*/
|
|
143
|
+
required?: 'true' | 'false' | boolean;
|
|
144
|
+
/**
|
|
145
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
146
|
+
* false.
|
|
147
|
+
*/
|
|
148
|
+
skip?: 'true' | 'false' | boolean;
|
|
149
|
+
/**
|
|
150
|
+
* Timeout in milliseconds. Set to 0 for infinite timeout (no timeout). Default:
|
|
151
|
+
* 15000ms.
|
|
152
|
+
*/
|
|
153
|
+
timeout?: number;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* Fill text into an input field
|
|
158
|
+
*/
|
|
159
|
+
export interface FillAction {
|
|
160
|
+
/**
|
|
161
|
+
* Fill options with mode-specific fields. Use "type" mode for behavioral typing
|
|
162
|
+
* simulation, or "paste" mode for instant paste.
|
|
163
|
+
*/
|
|
164
|
+
fill: FillAction.Type | FillAction.Paste;
|
|
165
|
+
}
|
|
166
|
+
export declare namespace FillAction {
|
|
167
|
+
interface Type {
|
|
168
|
+
/**
|
|
169
|
+
* CSS selector or array of alternative selectors. Use an array when you have
|
|
170
|
+
* multiple possible selectors for the same element.
|
|
171
|
+
*/
|
|
172
|
+
selector: string | Array<string>;
|
|
173
|
+
value: string;
|
|
174
|
+
click_on_element?: boolean;
|
|
175
|
+
/**
|
|
176
|
+
* Duration value that accepts various formats. Supports: number (ms), string
|
|
177
|
+
* ("1000"), or string with unit ("2s", "500ms", "2m", "1h")
|
|
178
|
+
*/
|
|
179
|
+
delay?: number | string;
|
|
180
|
+
mode?: 'type';
|
|
181
|
+
mouse_movement_strategy?: 'linear' | 'ghost-cursor' | 'windmouse';
|
|
182
|
+
/**
|
|
183
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
184
|
+
* boolean or string "true"/"false". Default: true.
|
|
185
|
+
*/
|
|
186
|
+
required?: 'true' | 'false' | boolean;
|
|
187
|
+
scroll?: boolean;
|
|
188
|
+
/**
|
|
189
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
190
|
+
* false.
|
|
191
|
+
*/
|
|
192
|
+
skip?: 'true' | 'false' | boolean;
|
|
193
|
+
/**
|
|
194
|
+
* Timeout in milliseconds. Set to 0 for infinite timeout (no timeout). Default:
|
|
195
|
+
* 15000ms.
|
|
196
|
+
*/
|
|
197
|
+
timeout?: number;
|
|
198
|
+
/**
|
|
199
|
+
* Duration value that accepts various formats. Supports: number (ms), string
|
|
200
|
+
* ("1000"), or string with unit ("2s", "500ms", "2m", "1h")
|
|
201
|
+
*/
|
|
202
|
+
typing_interval?: number | string;
|
|
203
|
+
typing_strategy?: 'simple' | 'distribution';
|
|
204
|
+
visible?: boolean;
|
|
205
|
+
}
|
|
206
|
+
interface Paste {
|
|
207
|
+
mode: 'paste';
|
|
208
|
+
/**
|
|
209
|
+
* CSS selector or array of alternative selectors. Use an array when you have
|
|
210
|
+
* multiple possible selectors for the same element.
|
|
211
|
+
*/
|
|
212
|
+
selector: string | Array<string>;
|
|
213
|
+
value: string;
|
|
214
|
+
click_on_element?: boolean;
|
|
215
|
+
/**
|
|
216
|
+
* Duration value that accepts various formats. Supports: number (ms), string
|
|
217
|
+
* ("1000"), or string with unit ("2s", "500ms", "2m", "1h")
|
|
218
|
+
*/
|
|
219
|
+
delay?: number | string;
|
|
220
|
+
/**
|
|
221
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
222
|
+
* boolean or string "true"/"false". Default: true.
|
|
223
|
+
*/
|
|
224
|
+
required?: 'true' | 'false' | boolean;
|
|
225
|
+
scroll?: boolean;
|
|
226
|
+
/**
|
|
227
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
228
|
+
* false.
|
|
229
|
+
*/
|
|
230
|
+
skip?: 'true' | 'false' | boolean;
|
|
231
|
+
/**
|
|
232
|
+
* Timeout in milliseconds. Set to 0 for infinite timeout (no timeout). Default:
|
|
233
|
+
* 15000ms.
|
|
234
|
+
*/
|
|
235
|
+
timeout?: number;
|
|
236
|
+
visible?: boolean;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* Retrieve browser cookies
|
|
241
|
+
*/
|
|
242
|
+
export interface GetCookiesAction {
|
|
243
|
+
get_cookies: boolean | GetCookiesAction.UnionMember1;
|
|
244
|
+
}
|
|
245
|
+
export declare namespace GetCookiesAction {
|
|
246
|
+
interface UnionMember1 {
|
|
247
|
+
/**
|
|
248
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
249
|
+
* boolean or string "true"/"false". Default: true.
|
|
250
|
+
*/
|
|
251
|
+
required?: 'true' | 'false' | boolean;
|
|
252
|
+
/**
|
|
253
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
254
|
+
* false.
|
|
255
|
+
*/
|
|
256
|
+
skip?: 'true' | 'false' | boolean;
|
|
257
|
+
[k: string]: unknown;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* Navigate to a URL
|
|
262
|
+
*/
|
|
263
|
+
export interface GotoAction {
|
|
264
|
+
goto: string | GotoAction.UnionMember1;
|
|
265
|
+
}
|
|
266
|
+
export declare namespace GotoAction {
|
|
267
|
+
interface UnionMember1 {
|
|
268
|
+
url: string;
|
|
269
|
+
referer?: string;
|
|
270
|
+
/**
|
|
271
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
272
|
+
* boolean or string "true"/"false". Default: true.
|
|
273
|
+
*/
|
|
274
|
+
required?: 'true' | 'false' | boolean;
|
|
275
|
+
/**
|
|
276
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
277
|
+
* false.
|
|
278
|
+
*/
|
|
279
|
+
skip?: 'true' | 'false' | boolean;
|
|
280
|
+
/**
|
|
281
|
+
* Timeout in milliseconds. Set to 0 for infinite timeout (no timeout). Default:
|
|
282
|
+
* 15000ms.
|
|
283
|
+
*/
|
|
284
|
+
timeout?: number;
|
|
285
|
+
wait_until?: 'load' | 'domcontentloaded' | 'networkidle0' | 'networkidle2';
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* Press a keyboard key
|
|
290
|
+
*/
|
|
291
|
+
export interface PressAction {
|
|
292
|
+
press: string | PressAction.UnionMember1;
|
|
293
|
+
}
|
|
294
|
+
export declare namespace PressAction {
|
|
295
|
+
interface UnionMember1 {
|
|
296
|
+
key: '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | 'Power' | 'Eject' | 'Abort' | 'Help' | 'Backspace' | 'Tab' | 'Numpad5' | 'NumpadEnter' | 'Enter' | '\r' | '\n' | 'ShiftLeft' | 'ShiftRight' | 'ControlLeft' | 'ControlRight' | 'AltLeft' | 'AltRight' | 'Pause' | 'CapsLock' | 'Escape' | 'Convert' | 'NonConvert' | 'Space' | 'Numpad9' | 'PageUp' | 'Numpad3' | 'PageDown' | 'End' | 'Numpad1' | 'Home' | 'Numpad7' | 'ArrowLeft' | 'Numpad4' | 'Numpad8' | 'ArrowUp' | 'ArrowRight' | 'Numpad6' | 'Numpad2' | 'ArrowDown' | 'Select' | 'Open' | 'PrintScreen' | 'Insert' | 'Numpad0' | 'Delete' | 'NumpadDecimal' | 'Digit0' | 'Digit1' | 'Digit2' | 'Digit3' | 'Digit4' | 'Digit5' | 'Digit6' | 'Digit7' | 'Digit8' | 'Digit9' | 'KeyA' | 'KeyB' | 'KeyC' | 'KeyD' | 'KeyE' | 'KeyF' | 'KeyG' | 'KeyH' | 'KeyI' | 'KeyJ' | 'KeyK' | 'KeyL' | 'KeyM' | 'KeyN' | 'KeyO' | 'KeyP' | 'KeyQ' | 'KeyR' | 'KeyS' | 'KeyT' | 'KeyU' | 'KeyV' | 'KeyW' | 'KeyX' | 'KeyY' | 'KeyZ' | 'MetaLeft' | 'MetaRight' | 'ContextMenu' | 'NumpadMultiply' | 'NumpadAdd' | 'NumpadSubtract' | 'NumpadDivide' | 'F1' | 'F2' | 'F3' | 'F4' | 'F5' | 'F6' | 'F7' | 'F8' | 'F9' | 'F10' | 'F11' | 'F12' | 'F13' | 'F14' | 'F15' | 'F16' | 'F17' | 'F18' | 'F19' | 'F20' | 'F21' | 'F22' | 'F23' | 'F24' | 'NumLock' | 'ScrollLock' | 'AudioVolumeMute' | 'AudioVolumeDown' | 'AudioVolumeUp' | 'MediaTrackNext' | 'MediaTrackPrevious' | 'MediaStop' | 'MediaPlayPause' | 'Semicolon' | 'Equal' | 'NumpadEqual' | 'Comma' | 'Minus' | 'Period' | 'Slash' | 'Backquote' | 'BracketLeft' | 'Backslash' | 'BracketRight' | 'Quote' | 'AltGraph' | 'Props' | 'Cancel' | 'Clear' | 'Shift' | 'Control' | 'Alt' | 'Accept' | 'ModeChange' | ' ' | 'Print' | 'Execute' | '' | 'a' | 'b' | 'c' | 'd' | 'e' | 'f' | 'g' | 'h' | 'i' | 'j' | 'k' | 'l' | 'm' | 'n' | 'o' | 'p' | 'q' | 'r' | 's' | 't' | 'u' | 'v' | 'w' | 'x' | 'y' | 'z' | 'Meta' | '*' | '+' | '-' | '/' | ';' | '=' | ',' | '.' | '`' | '[' | '\\' | ']' | "'" | 'Attn' | 'CrSel' | 'ExSel' | 'EraseEof' | 'Play' | 'ZoomOut' | ')' | '!' | '@' | '#' | '$' | '%' | '^' | '&' | '(' | 'A' | 'B' | 'C' | 'D' | 'E' | 'F' | 'G' | 'H' | 'I' | 'J' | 'K' | 'L' | 'M' | 'N' | 'O' | 'P' | 'Q' | 'R' | 'S' | 'T' | 'U' | 'V' | 'W' | 'X' | 'Y' | 'Z' | ':' | '<' | '_' | '>' | '?' | '~' | '{' | '|' | '}' | '"' | 'SoftLeft' | 'SoftRight' | 'Camera' | 'Call' | 'EndCall' | 'VolumeDown' | 'VolumeUp';
|
|
297
|
+
/**
|
|
298
|
+
* Duration value that accepts various formats. Supports: number (ms), string
|
|
299
|
+
* ("1000"), or string with unit ("2s", "500ms", "2m", "1h")
|
|
300
|
+
*/
|
|
301
|
+
delay?: number | string;
|
|
302
|
+
/**
|
|
303
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
304
|
+
* boolean or string "true"/"false". Default: true.
|
|
305
|
+
*/
|
|
306
|
+
required?: 'true' | 'false' | boolean;
|
|
307
|
+
/**
|
|
308
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
309
|
+
* false.
|
|
310
|
+
*/
|
|
311
|
+
skip?: 'true' | 'false' | boolean;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Capture a page screenshot
|
|
316
|
+
*/
|
|
317
|
+
export interface ScreenshotAction {
|
|
318
|
+
screenshot: boolean | ScreenshotAction.UnionMember1;
|
|
319
|
+
}
|
|
320
|
+
export declare namespace ScreenshotAction {
|
|
321
|
+
interface UnionMember1 {
|
|
322
|
+
format?: 'png' | 'jpeg' | 'webp';
|
|
323
|
+
full_page?: boolean;
|
|
324
|
+
quality?: number;
|
|
325
|
+
/**
|
|
326
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
327
|
+
* boolean or string "true"/"false". Default: true.
|
|
328
|
+
*/
|
|
329
|
+
required?: 'true' | 'false' | boolean;
|
|
330
|
+
/**
|
|
331
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
332
|
+
* false.
|
|
333
|
+
*/
|
|
334
|
+
skip?: 'true' | 'false' | boolean;
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* Scroll the page or an element
|
|
339
|
+
*/
|
|
340
|
+
export interface ScrollAction {
|
|
341
|
+
scroll: number | string | ScrollAction.UnionMember2;
|
|
342
|
+
}
|
|
343
|
+
export declare namespace ScrollAction {
|
|
344
|
+
interface UnionMember2 {
|
|
345
|
+
/**
|
|
346
|
+
* CSS selector or array of alternative selectors. Use an array when you have
|
|
347
|
+
* multiple possible selectors for the same element.
|
|
348
|
+
*/
|
|
349
|
+
container?: string | Array<string>;
|
|
350
|
+
/**
|
|
351
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
352
|
+
* boolean or string "true"/"false". Default: true.
|
|
353
|
+
*/
|
|
354
|
+
required?: 'true' | 'false' | boolean;
|
|
355
|
+
/**
|
|
356
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
357
|
+
* false.
|
|
358
|
+
*/
|
|
359
|
+
skip?: 'true' | 'false' | boolean;
|
|
360
|
+
/**
|
|
361
|
+
* CSS selector or array of alternative selectors. Use an array when you have
|
|
362
|
+
* multiple possible selectors for the same element.
|
|
363
|
+
*/
|
|
364
|
+
to?: string | Array<string>;
|
|
365
|
+
visible?: boolean;
|
|
366
|
+
x?: number;
|
|
367
|
+
y?: number;
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* Wait for a specified duration
|
|
372
|
+
*/
|
|
373
|
+
export interface WaitAction {
|
|
374
|
+
wait: number | string | WaitAction.UnionMember2;
|
|
375
|
+
}
|
|
376
|
+
export declare namespace WaitAction {
|
|
377
|
+
interface UnionMember2 {
|
|
378
|
+
/**
|
|
379
|
+
* Duration value that accepts various formats. Supports: number (ms), string
|
|
380
|
+
* ("1000"), or string with unit ("2s", "500ms", "2m", "1h")
|
|
381
|
+
*/
|
|
382
|
+
duration: number | string;
|
|
383
|
+
/**
|
|
384
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
385
|
+
* boolean or string "true"/"false". Default: true.
|
|
386
|
+
*/
|
|
387
|
+
required?: 'true' | 'false' | boolean;
|
|
388
|
+
/**
|
|
389
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
390
|
+
* false.
|
|
391
|
+
*/
|
|
392
|
+
skip?: 'true' | 'false' | boolean;
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
/**
|
|
396
|
+
* Wait for an element to appear or reach a specific state
|
|
397
|
+
*/
|
|
398
|
+
export interface WaitForElementAction {
|
|
399
|
+
wait_for_element: string | Array<string> | WaitForElementAction.UnionMember2;
|
|
400
|
+
}
|
|
401
|
+
export declare namespace WaitForElementAction {
|
|
402
|
+
interface UnionMember2 {
|
|
403
|
+
/**
|
|
404
|
+
* CSS selector or array of alternative selectors. Use an array when you have
|
|
405
|
+
* multiple possible selectors for the same element.
|
|
406
|
+
*/
|
|
407
|
+
selector: string | Array<string>;
|
|
408
|
+
/**
|
|
409
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
410
|
+
* boolean or string "true"/"false". Default: true.
|
|
411
|
+
*/
|
|
412
|
+
required?: 'true' | 'false' | boolean;
|
|
413
|
+
/**
|
|
414
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
415
|
+
* false.
|
|
416
|
+
*/
|
|
417
|
+
skip?: 'true' | 'false' | boolean;
|
|
418
|
+
/**
|
|
419
|
+
* Timeout in milliseconds. Set to 0 for infinite timeout (no timeout). Default:
|
|
420
|
+
* 15000ms.
|
|
421
|
+
*/
|
|
422
|
+
timeout?: number;
|
|
423
|
+
visible?: boolean;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* Wait for page navigation to complete
|
|
428
|
+
*/
|
|
429
|
+
export interface WaitForNavigationAction {
|
|
430
|
+
wait_for_navigation: 'load' | 'domcontentloaded' | 'networkidle0' | 'networkidle2' | WaitForNavigationAction.UnionMember1;
|
|
431
|
+
}
|
|
432
|
+
export declare namespace WaitForNavigationAction {
|
|
433
|
+
interface UnionMember1 {
|
|
434
|
+
navigation: 'load' | 'domcontentloaded' | 'networkidle0' | 'networkidle2';
|
|
435
|
+
/**
|
|
436
|
+
* Whether this action is required. If true, pipeline stops on failure. Accepts
|
|
437
|
+
* boolean or string "true"/"false". Default: true.
|
|
438
|
+
*/
|
|
439
|
+
required?: 'true' | 'false' | boolean;
|
|
440
|
+
/**
|
|
441
|
+
* Whether to skip this action. Accepts boolean or string "true"/"false". Default:
|
|
442
|
+
* false.
|
|
443
|
+
*/
|
|
444
|
+
skip?: 'true' | 'false' | boolean;
|
|
445
|
+
/**
|
|
446
|
+
* Timeout in milliseconds. Set to 0 for infinite timeout (no timeout). Default:
|
|
447
|
+
* 15000ms.
|
|
448
|
+
*/
|
|
449
|
+
timeout?: number;
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
//# sourceMappingURL=shared.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared.d.mts","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":"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"}
|