@bctrl/sdk 1.0.1 → 1.0.2
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/README.md +24 -29
- package/dist/bctrl.d.ts +22 -36
- package/dist/bctrl.js +40 -75
- package/dist/browsers.d.ts +24 -0
- package/dist/browsers.js +82 -0
- package/dist/errors.d.ts +49 -43
- package/dist/errors.js +83 -120
- package/dist/files.d.ts +31 -0
- package/dist/files.js +97 -0
- package/dist/http.d.ts +18 -0
- package/dist/http.js +135 -0
- package/dist/index.d.ts +9 -12
- package/dist/index.js +8 -23
- package/dist/invocations.d.ts +24 -0
- package/dist/invocations.js +66 -0
- package/dist/pagination.d.ts +2 -0
- package/dist/pagination.js +13 -0
- package/dist/runs.d.ts +38 -0
- package/dist/runs.js +99 -0
- package/dist/runtimes.d.ts +73 -0
- package/dist/runtimes.js +205 -0
- package/dist/spaces.d.ts +41 -0
- package/dist/spaces.js +96 -0
- package/dist/types.d.ts +386 -0
- package/dist/types.js +1 -0
- package/dist/utils.d.ts +4 -0
- package/dist/utils.js +27 -0
- package/dist/version.js +2 -2
- package/package.json +12 -31
- package/dist/agents/browser-use/index.d.ts +0 -1
- package/dist/agents/browser-use/index.js +0 -9
- package/dist/agents/browser-use/namespace.d.ts +0 -39
- package/dist/agents/browser-use/namespace.js +0 -93
- package/dist/agents/index.d.ts +0 -2
- package/dist/agents/index.js +0 -17
- package/dist/agents/stagehand/core.d.ts +0 -93
- package/dist/agents/stagehand/core.js +0 -144
- package/dist/agents/stagehand/index.d.ts +0 -3
- package/dist/agents/stagehand/index.js +0 -24
- package/dist/agents/stagehand/namespace.d.ts +0 -51
- package/dist/agents/stagehand/namespace.js +0 -65
- package/dist/ai-credentials/client.d.ts +0 -12
- package/dist/ai-credentials/client.js +0 -70
- package/dist/ai-credentials/index.d.ts +0 -1
- package/dist/ai-credentials/index.js +0 -1
- package/dist/base/event-binding.d.ts +0 -7
- package/dist/base/event-binding.js +0 -23
- package/dist/base/types.d.ts +0 -109
- package/dist/base/types.js +0 -4
- package/dist/browser-extensions/client.d.ts +0 -15
- package/dist/browser-extensions/client.js +0 -72
- package/dist/browser-extensions/index.d.ts +0 -2
- package/dist/browser-extensions/index.js +0 -1
- package/dist/browser-profiles/client.d.ts +0 -11
- package/dist/browser-profiles/client.js +0 -63
- package/dist/browser-profiles/index.d.ts +0 -1
- package/dist/browser-profiles/index.js +0 -1
- package/dist/captcha/index.d.ts +0 -1
- package/dist/captcha/index.js +0 -1
- package/dist/captcha/namespace.d.ts +0 -34
- package/dist/captcha/namespace.js +0 -41
- package/dist/client/index.d.ts +0 -1
- package/dist/client/index.js +0 -1
- package/dist/client/rpc.d.ts +0 -83
- package/dist/client/rpc.js +0 -354
- package/dist/config.d.ts +0 -5
- package/dist/config.js +0 -28
- package/dist/constants/browser.d.ts +0 -2
- package/dist/constants/browser.js +0 -1
- package/dist/contracts/agent-tools.d.ts +0 -45
- package/dist/contracts/agent-tools.js +0 -31
- package/dist/contracts/automation.d.ts +0 -265
- package/dist/contracts/automation.js +0 -109
- package/dist/contracts/browser-management.d.ts +0 -179
- package/dist/contracts/browser-management.js +0 -95
- package/dist/contracts/browser-use.d.ts +0 -136
- package/dist/contracts/browser-use.js +0 -93
- package/dist/contracts/captcha.d.ts +0 -114
- package/dist/contracts/captcha.js +0 -40
- package/dist/contracts/desktop.d.ts +0 -223
- package/dist/contracts/desktop.js +0 -121
- package/dist/contracts/drivers/playwright.d.ts +0 -2008
- package/dist/contracts/drivers/playwright.js +0 -2033
- package/dist/contracts/drivers/puppeteer.d.ts +0 -1221
- package/dist/contracts/drivers/puppeteer.js +0 -941
- package/dist/contracts/drivers/selenium.d.ts +0 -156
- package/dist/contracts/drivers/selenium.js +0 -61
- package/dist/contracts/drivers/stagehand.d.ts +0 -155
- package/dist/contracts/drivers/stagehand.js +0 -7
- package/dist/contracts/extensions.d.ts +0 -13
- package/dist/contracts/extensions.js +0 -9
- package/dist/contracts/index.d.ts +0 -13
- package/dist/contracts/index.js +0 -13
- package/dist/contracts/public-api.d.ts +0 -360
- package/dist/contracts/public-api.js +0 -17
- package/dist/contracts/runtime.d.ts +0 -81
- package/dist/contracts/runtime.js +0 -16
- package/dist/contracts/stagehand.d.ts +0 -253
- package/dist/contracts/stagehand.js +0 -145
- package/dist/contracts/storage.d.ts +0 -51
- package/dist/contracts/storage.js +0 -56
- package/dist/contracts/vault.d.ts +0 -119
- package/dist/contracts/vault.js +0 -112
- package/dist/contracts/version.d.ts +0 -3
- package/dist/contracts/version.js +0 -16
- package/dist/desktop.d.ts +0 -2
- package/dist/desktop.js +0 -3
- package/dist/drivers/desktop/index.d.ts +0 -65
- package/dist/drivers/desktop/index.js +0 -68
- package/dist/drivers/desktop/session.d.ts +0 -313
- package/dist/drivers/desktop/session.js +0 -432
- package/dist/drivers/playwright/event-emitter.d.ts +0 -160
- package/dist/drivers/playwright/event-emitter.js +0 -297
- package/dist/drivers/playwright/generated/api-request-context.d.ts +0 -137
- package/dist/drivers/playwright/generated/api-request-context.js +0 -154
- package/dist/drivers/playwright/generated/api-response.d.ts +0 -119
- package/dist/drivers/playwright/generated/api-response.js +0 -123
- package/dist/drivers/playwright/generated/browser-context.d.ts +0 -284
- package/dist/drivers/playwright/generated/browser-context.js +0 -458
- package/dist/drivers/playwright/generated/browser.d.ts +0 -120
- package/dist/drivers/playwright/generated/browser.js +0 -151
- package/dist/drivers/playwright/generated/clock.d.ts +0 -80
- package/dist/drivers/playwright/generated/clock.js +0 -94
- package/dist/drivers/playwright/generated/console-message.d.ts +0 -94
- package/dist/drivers/playwright/generated/console-message.js +0 -89
- package/dist/drivers/playwright/generated/coverage.d.ts +0 -57
- package/dist/drivers/playwright/generated/coverage.js +0 -66
- package/dist/drivers/playwright/generated/dialog.d.ts +0 -79
- package/dist/drivers/playwright/generated/dialog.js +0 -80
- package/dist/drivers/playwright/generated/element-handle.d.ts +0 -399
- package/dist/drivers/playwright/generated/element-handle.js +0 -501
- package/dist/drivers/playwright/generated/frame-locator.d.ts +0 -34
- package/dist/drivers/playwright/generated/frame-locator.js +0 -63
- package/dist/drivers/playwright/generated/frame.d.ts +0 -557
- package/dist/drivers/playwright/generated/frame.js +0 -634
- package/dist/drivers/playwright/generated/js-handle.d.ts +0 -72
- package/dist/drivers/playwright/generated/js-handle.js +0 -92
- package/dist/drivers/playwright/generated/keyboard.d.ts +0 -103
- package/dist/drivers/playwright/generated/keyboard.js +0 -113
- package/dist/drivers/playwright/generated/locator.d.ts +0 -795
- package/dist/drivers/playwright/generated/locator.js +0 -974
- package/dist/drivers/playwright/generated/mouse.d.ts +0 -97
- package/dist/drivers/playwright/generated/mouse.js +0 -109
- package/dist/drivers/playwright/generated/page.d.ts +0 -762
- package/dist/drivers/playwright/generated/page.js +0 -988
- package/dist/drivers/playwright/generated/touchscreen.d.ts +0 -34
- package/dist/drivers/playwright/generated/touchscreen.js +0 -37
- package/dist/drivers/playwright/generated/tracing.d.ts +0 -78
- package/dist/drivers/playwright/generated/tracing.js +0 -80
- package/dist/drivers/playwright/generated/worker.d.ts +0 -53
- package/dist/drivers/playwright/generated/worker.js +0 -59
- package/dist/drivers/playwright/index.d.ts +0 -19
- package/dist/drivers/playwright/index.js +0 -20
- package/dist/drivers/playwright/remote-base.d.ts +0 -62
- package/dist/drivers/playwright/remote-base.js +0 -86
- package/dist/drivers/playwright/types.d.ts +0 -148
- package/dist/drivers/playwright/types.js +0 -8
- package/dist/drivers/puppeteer/errors.d.ts +0 -50
- package/dist/drivers/puppeteer/errors.js +0 -71
- package/dist/drivers/puppeteer/event-emitter.d.ts +0 -145
- package/dist/drivers/puppeteer/event-emitter.js +0 -259
- package/dist/drivers/puppeteer/generated/accessibility.d.ts +0 -77
- package/dist/drivers/puppeteer/generated/accessibility.js +0 -74
- package/dist/drivers/puppeteer/generated/browser-context.d.ts +0 -116
- package/dist/drivers/puppeteer/generated/browser-context.js +0 -168
- package/dist/drivers/puppeteer/generated/browser.d.ts +0 -169
- package/dist/drivers/puppeteer/generated/browser.js +0 -246
- package/dist/drivers/puppeteer/generated/console-message.d.ts +0 -54
- package/dist/drivers/puppeteer/generated/console-message.js +0 -69
- package/dist/drivers/puppeteer/generated/coverage.d.ts +0 -49
- package/dist/drivers/puppeteer/generated/coverage.js +0 -57
- package/dist/drivers/puppeteer/generated/dialog.d.ts +0 -46
- package/dist/drivers/puppeteer/generated/dialog.js +0 -60
- package/dist/drivers/puppeteer/generated/element-handle.d.ts +0 -261
- package/dist/drivers/puppeteer/generated/element-handle.js +0 -341
- package/dist/drivers/puppeteer/generated/file-chooser.d.ts +0 -34
- package/dist/drivers/puppeteer/generated/file-chooser.js +0 -43
- package/dist/drivers/puppeteer/generated/frame.d.ts +0 -221
- package/dist/drivers/puppeteer/generated/frame.js +0 -302
- package/dist/drivers/puppeteer/generated/http-request.d.ts +0 -195
- package/dist/drivers/puppeteer/generated/http-request.js +0 -243
- package/dist/drivers/puppeteer/generated/http-response.d.ts +0 -142
- package/dist/drivers/puppeteer/generated/http-response.js +0 -169
- package/dist/drivers/puppeteer/generated/js-handle.d.ts +0 -104
- package/dist/drivers/puppeteer/generated/js-handle.js +0 -125
- package/dist/drivers/puppeteer/generated/keyboard.d.ts +0 -79
- package/dist/drivers/puppeteer/generated/keyboard.js +0 -89
- package/dist/drivers/puppeteer/generated/locator.d.ts +0 -141
- package/dist/drivers/puppeteer/generated/locator.js +0 -164
- package/dist/drivers/puppeteer/generated/mouse.d.ts +0 -74
- package/dist/drivers/puppeteer/generated/mouse.js +0 -94
- package/dist/drivers/puppeteer/generated/page.d.ts +0 -604
- package/dist/drivers/puppeteer/generated/page.js +0 -776
- package/dist/drivers/puppeteer/generated/target.d.ts +0 -105
- package/dist/drivers/puppeteer/generated/target.js +0 -123
- package/dist/drivers/puppeteer/generated/touchscreen.d.ts +0 -87
- package/dist/drivers/puppeteer/generated/touchscreen.js +0 -103
- package/dist/drivers/puppeteer/generated/tracing.d.ts +0 -38
- package/dist/drivers/puppeteer/generated/tracing.js +0 -43
- package/dist/drivers/puppeteer/generated/web-worker.d.ts +0 -63
- package/dist/drivers/puppeteer/generated/web-worker.js +0 -73
- package/dist/drivers/puppeteer/index.d.ts +0 -21
- package/dist/drivers/puppeteer/index.js +0 -23
- package/dist/drivers/puppeteer/remote-base.d.ts +0 -57
- package/dist/drivers/puppeteer/remote-base.js +0 -79
- package/dist/drivers/puppeteer/types.d.ts +0 -178
- package/dist/drivers/puppeteer/types.js +0 -8
- package/dist/drivers/selenium/driver.d.ts +0 -28
- package/dist/drivers/selenium/driver.js +0 -169
- package/dist/drivers/selenium/element.d.ts +0 -34
- package/dist/drivers/selenium/element.js +0 -73
- package/dist/drivers/selenium/index.d.ts +0 -3
- package/dist/drivers/selenium/index.js +0 -5
- package/dist/drivers/selenium/types.d.ts +0 -2
- package/dist/drivers/selenium/types.js +0 -12
- package/dist/drivers/stagehand/generated/context.d.ts +0 -127
- package/dist/drivers/stagehand/generated/context.js +0 -153
- package/dist/drivers/stagehand/generated/locator.d.ts +0 -324
- package/dist/drivers/stagehand/generated/locator.js +0 -368
- package/dist/drivers/stagehand/generated/page.d.ts +0 -377
- package/dist/drivers/stagehand/generated/page.js +0 -439
- package/dist/drivers/stagehand/generated/response.d.ts +0 -197
- package/dist/drivers/stagehand/generated/response.js +0 -232
- package/dist/drivers/stagehand/index.d.ts +0 -5
- package/dist/drivers/stagehand/index.js +0 -8
- package/dist/drivers/stagehand/types.d.ts +0 -1
- package/dist/drivers/stagehand/types.js +0 -7
- package/dist/extensions/client.d.ts +0 -47
- package/dist/extensions/client.js +0 -154
- package/dist/extensions/index.d.ts +0 -1
- package/dist/extensions/index.js +0 -1
- package/dist/internal/dev-client.d.ts +0 -5
- package/dist/internal/dev-client.js +0 -9
- package/dist/internal/rpc-targets.d.ts +0 -17
- package/dist/internal/rpc-targets.js +0 -58
- package/dist/internal/serialization.d.ts +0 -32
- package/dist/internal/serialization.js +0 -42
- package/dist/internal/transport.d.ts +0 -24
- package/dist/internal/transport.js +0 -29
- package/dist/playwright.d.ts +0 -1
- package/dist/playwright.js +0 -2
- package/dist/puppeteer.d.ts +0 -1
- package/dist/puppeteer.js +0 -2
- package/dist/selenium.d.ts +0 -1
- package/dist/selenium.js +0 -2
- package/dist/stagehand.d.ts +0 -1
- package/dist/stagehand.js +0 -2
- package/dist/storage/client.d.ts +0 -151
- package/dist/storage/client.js +0 -329
- package/dist/storage/index.d.ts +0 -2
- package/dist/storage/index.js +0 -4
- package/dist/telemetry.d.ts +0 -18
- package/dist/telemetry.js +0 -93
- package/dist/updates/client.d.ts +0 -8
- package/dist/updates/client.js +0 -128
- package/dist/updates/index.d.ts +0 -1
- package/dist/updates/index.js +0 -1
- package/dist/utils/http.d.ts +0 -39
- package/dist/utils/http.js +0 -88
- package/dist/utils/index.d.ts +0 -4
- package/dist/utils/index.js +0 -4
- package/dist/utils/logger.d.ts +0 -27
- package/dist/utils/logger.js +0 -74
- package/dist/utils/schema.d.ts +0 -17
- package/dist/utils/schema.js +0 -31
- package/dist/utils/url.d.ts +0 -5
- package/dist/utils/url.js +0 -7
- package/dist/vault/client.d.ts +0 -43
- package/dist/vault/client.js +0 -123
- package/dist/vault/index.d.ts +0 -1
- package/dist/vault/index.js +0 -1
- package/dist/workspaces/browser-runtime.d.ts +0 -251
- package/dist/workspaces/browser-runtime.js +0 -1025
- package/dist/workspaces/client.d.ts +0 -48
- package/dist/workspaces/client.js +0 -222
- package/dist/workspaces/index.d.ts +0 -2
- package/dist/workspaces/index.js +0 -2
- package/dist/workspaces/runtime-event-pump.d.ts +0 -65
- package/dist/workspaces/runtime-event-pump.js +0 -716
|
@@ -1,1221 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
-
*
|
|
4
|
-
* Generated from: packages/automation-spec/src/drivers/puppeteer/options.ts
|
|
5
|
-
* Run `pnpm generate:sdk-contracts` to regenerate.
|
|
6
|
-
*/
|
|
7
|
-
/**
|
|
8
|
-
* Puppeteer-specific option schemas
|
|
9
|
-
*
|
|
10
|
-
* These match the real Puppeteer API 1:1.
|
|
11
|
-
* @see https://pptr.dev/api
|
|
12
|
-
*/
|
|
13
|
-
import { z } from 'zod';
|
|
14
|
-
export declare const PuppeteerWaitUntilSchema: z.ZodEnum<{
|
|
15
|
-
load: "load";
|
|
16
|
-
domcontentloaded: "domcontentloaded";
|
|
17
|
-
networkidle0: "networkidle0";
|
|
18
|
-
networkidle2: "networkidle2";
|
|
19
|
-
}>;
|
|
20
|
-
export declare const PuppeteerWaitUntilOptionSchema: z.ZodUnion<readonly [z.ZodEnum<{
|
|
21
|
-
load: "load";
|
|
22
|
-
domcontentloaded: "domcontentloaded";
|
|
23
|
-
networkidle0: "networkidle0";
|
|
24
|
-
networkidle2: "networkidle2";
|
|
25
|
-
}>, z.ZodArray<z.ZodEnum<{
|
|
26
|
-
load: "load";
|
|
27
|
-
domcontentloaded: "domcontentloaded";
|
|
28
|
-
networkidle0: "networkidle0";
|
|
29
|
-
networkidle2: "networkidle2";
|
|
30
|
-
}>>]>;
|
|
31
|
-
export declare const PuppeteerGotoOptionsSchema: z.ZodObject<{
|
|
32
|
-
waitUntil: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
33
|
-
load: "load";
|
|
34
|
-
domcontentloaded: "domcontentloaded";
|
|
35
|
-
networkidle0: "networkidle0";
|
|
36
|
-
networkidle2: "networkidle2";
|
|
37
|
-
}>, z.ZodArray<z.ZodEnum<{
|
|
38
|
-
load: "load";
|
|
39
|
-
domcontentloaded: "domcontentloaded";
|
|
40
|
-
networkidle0: "networkidle0";
|
|
41
|
-
networkidle2: "networkidle2";
|
|
42
|
-
}>>]>>;
|
|
43
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
44
|
-
referer: z.ZodOptional<z.ZodString>;
|
|
45
|
-
referrerPolicy: z.ZodOptional<z.ZodString>;
|
|
46
|
-
}, z.core.$strip>;
|
|
47
|
-
export declare const PuppeteerWaitForNavigationOptionsSchema: z.ZodObject<{
|
|
48
|
-
waitUntil: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
49
|
-
load: "load";
|
|
50
|
-
domcontentloaded: "domcontentloaded";
|
|
51
|
-
networkidle0: "networkidle0";
|
|
52
|
-
networkidle2: "networkidle2";
|
|
53
|
-
}>, z.ZodArray<z.ZodEnum<{
|
|
54
|
-
load: "load";
|
|
55
|
-
domcontentloaded: "domcontentloaded";
|
|
56
|
-
networkidle0: "networkidle0";
|
|
57
|
-
networkidle2: "networkidle2";
|
|
58
|
-
}>>]>>;
|
|
59
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
60
|
-
}, z.core.$strip>;
|
|
61
|
-
export declare const PuppeteerReloadOptionsSchema: z.ZodObject<{
|
|
62
|
-
waitUntil: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
63
|
-
load: "load";
|
|
64
|
-
domcontentloaded: "domcontentloaded";
|
|
65
|
-
networkidle0: "networkidle0";
|
|
66
|
-
networkidle2: "networkidle2";
|
|
67
|
-
}>, z.ZodArray<z.ZodEnum<{
|
|
68
|
-
load: "load";
|
|
69
|
-
domcontentloaded: "domcontentloaded";
|
|
70
|
-
networkidle0: "networkidle0";
|
|
71
|
-
networkidle2: "networkidle2";
|
|
72
|
-
}>>]>>;
|
|
73
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
74
|
-
ignoreCache: z.ZodOptional<z.ZodBoolean>;
|
|
75
|
-
}, z.core.$strip>;
|
|
76
|
-
export declare const PuppeteerWaitForNetworkIdleOptionsSchema: z.ZodObject<{
|
|
77
|
-
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
78
|
-
idleTime: z.ZodOptional<z.ZodNumber>;
|
|
79
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
80
|
-
}, z.core.$strip>;
|
|
81
|
-
export declare const PuppeteerRemoteAddressSchema: z.ZodObject<{
|
|
82
|
-
ip: z.ZodOptional<z.ZodString>;
|
|
83
|
-
port: z.ZodOptional<z.ZodNumber>;
|
|
84
|
-
}, z.core.$strip>;
|
|
85
|
-
export declare const PuppeteerSecurityDetailsSchema: z.ZodObject<{
|
|
86
|
-
issuer: z.ZodString;
|
|
87
|
-
protocol: z.ZodString;
|
|
88
|
-
subjectName: z.ZodString;
|
|
89
|
-
validFrom: z.ZodNumber;
|
|
90
|
-
validTo: z.ZodNumber;
|
|
91
|
-
subjectAlternativeNames: z.ZodArray<z.ZodString>;
|
|
92
|
-
}, z.core.$strip>;
|
|
93
|
-
export declare const PuppeteerResourceTimingSchema: z.ZodObject<{
|
|
94
|
-
requestTime: z.ZodNumber;
|
|
95
|
-
proxyStart: z.ZodNumber;
|
|
96
|
-
proxyEnd: z.ZodNumber;
|
|
97
|
-
dnsStart: z.ZodNumber;
|
|
98
|
-
dnsEnd: z.ZodNumber;
|
|
99
|
-
connectStart: z.ZodNumber;
|
|
100
|
-
connectEnd: z.ZodNumber;
|
|
101
|
-
sslStart: z.ZodNumber;
|
|
102
|
-
sslEnd: z.ZodNumber;
|
|
103
|
-
workerStart: z.ZodNumber;
|
|
104
|
-
workerReady: z.ZodNumber;
|
|
105
|
-
workerFetchStart: z.ZodNumber;
|
|
106
|
-
workerRespondWithSettled: z.ZodNumber;
|
|
107
|
-
sendStart: z.ZodNumber;
|
|
108
|
-
sendEnd: z.ZodNumber;
|
|
109
|
-
pushStart: z.ZodNumber;
|
|
110
|
-
pushEnd: z.ZodNumber;
|
|
111
|
-
receiveHeadersStart: z.ZodNumber;
|
|
112
|
-
receiveHeadersEnd: z.ZodNumber;
|
|
113
|
-
}, z.core.$strip>;
|
|
114
|
-
export declare const PuppeteerHTTPResponseSchema: z.ZodObject<{
|
|
115
|
-
responseId: z.ZodString;
|
|
116
|
-
url: z.ZodString;
|
|
117
|
-
status: z.ZodNumber;
|
|
118
|
-
statusText: z.ZodString;
|
|
119
|
-
headers: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
120
|
-
ok: z.ZodBoolean;
|
|
121
|
-
fromCache: z.ZodBoolean;
|
|
122
|
-
fromServiceWorker: z.ZodBoolean;
|
|
123
|
-
remoteAddress: z.ZodOptional<z.ZodObject<{
|
|
124
|
-
ip: z.ZodOptional<z.ZodString>;
|
|
125
|
-
port: z.ZodOptional<z.ZodNumber>;
|
|
126
|
-
}, z.core.$strip>>;
|
|
127
|
-
securityDetails: z.ZodOptional<z.ZodObject<{
|
|
128
|
-
issuer: z.ZodString;
|
|
129
|
-
protocol: z.ZodString;
|
|
130
|
-
subjectName: z.ZodString;
|
|
131
|
-
validFrom: z.ZodNumber;
|
|
132
|
-
validTo: z.ZodNumber;
|
|
133
|
-
subjectAlternativeNames: z.ZodArray<z.ZodString>;
|
|
134
|
-
}, z.core.$strip>>;
|
|
135
|
-
timing: z.ZodOptional<z.ZodObject<{
|
|
136
|
-
requestTime: z.ZodNumber;
|
|
137
|
-
proxyStart: z.ZodNumber;
|
|
138
|
-
proxyEnd: z.ZodNumber;
|
|
139
|
-
dnsStart: z.ZodNumber;
|
|
140
|
-
dnsEnd: z.ZodNumber;
|
|
141
|
-
connectStart: z.ZodNumber;
|
|
142
|
-
connectEnd: z.ZodNumber;
|
|
143
|
-
sslStart: z.ZodNumber;
|
|
144
|
-
sslEnd: z.ZodNumber;
|
|
145
|
-
workerStart: z.ZodNumber;
|
|
146
|
-
workerReady: z.ZodNumber;
|
|
147
|
-
workerFetchStart: z.ZodNumber;
|
|
148
|
-
workerRespondWithSettled: z.ZodNumber;
|
|
149
|
-
sendStart: z.ZodNumber;
|
|
150
|
-
sendEnd: z.ZodNumber;
|
|
151
|
-
pushStart: z.ZodNumber;
|
|
152
|
-
pushEnd: z.ZodNumber;
|
|
153
|
-
receiveHeadersStart: z.ZodNumber;
|
|
154
|
-
receiveHeadersEnd: z.ZodNumber;
|
|
155
|
-
}, z.core.$strip>>;
|
|
156
|
-
requestId: z.ZodOptional<z.ZodString>;
|
|
157
|
-
frameId: z.ZodOptional<z.ZodString>;
|
|
158
|
-
}, z.core.$strip>;
|
|
159
|
-
export declare const PuppeteerMouseButtonSchema: z.ZodEnum<{
|
|
160
|
-
left: "left";
|
|
161
|
-
right: "right";
|
|
162
|
-
middle: "middle";
|
|
163
|
-
back: "back";
|
|
164
|
-
forward: "forward";
|
|
165
|
-
}>;
|
|
166
|
-
export declare const PuppeteerPointSchema: z.ZodObject<{
|
|
167
|
-
x: z.ZodNumber;
|
|
168
|
-
y: z.ZodNumber;
|
|
169
|
-
}, z.core.$strip>;
|
|
170
|
-
export declare const PuppeteerOffsetSchema: z.ZodObject<{
|
|
171
|
-
x: z.ZodNumber;
|
|
172
|
-
y: z.ZodNumber;
|
|
173
|
-
}, z.core.$strip>;
|
|
174
|
-
export declare const PuppeteerMouseOptionsSchema: z.ZodObject<{
|
|
175
|
-
button: z.ZodOptional<z.ZodEnum<{
|
|
176
|
-
left: "left";
|
|
177
|
-
right: "right";
|
|
178
|
-
middle: "middle";
|
|
179
|
-
back: "back";
|
|
180
|
-
forward: "forward";
|
|
181
|
-
}>>;
|
|
182
|
-
clickCount: z.ZodOptional<z.ZodNumber>;
|
|
183
|
-
}, z.core.$strip>;
|
|
184
|
-
export declare const PuppeteerMouseClickOptionsSchema: z.ZodObject<{
|
|
185
|
-
button: z.ZodOptional<z.ZodEnum<{
|
|
186
|
-
left: "left";
|
|
187
|
-
right: "right";
|
|
188
|
-
middle: "middle";
|
|
189
|
-
back: "back";
|
|
190
|
-
forward: "forward";
|
|
191
|
-
}>>;
|
|
192
|
-
clickCount: z.ZodOptional<z.ZodNumber>;
|
|
193
|
-
count: z.ZodOptional<z.ZodNumber>;
|
|
194
|
-
delay: z.ZodOptional<z.ZodNumber>;
|
|
195
|
-
}, z.core.$strip>;
|
|
196
|
-
export declare const PuppeteerClickOptionsSchema: z.ZodObject<{
|
|
197
|
-
button: z.ZodOptional<z.ZodEnum<{
|
|
198
|
-
left: "left";
|
|
199
|
-
right: "right";
|
|
200
|
-
middle: "middle";
|
|
201
|
-
back: "back";
|
|
202
|
-
forward: "forward";
|
|
203
|
-
}>>;
|
|
204
|
-
clickCount: z.ZodOptional<z.ZodNumber>;
|
|
205
|
-
count: z.ZodOptional<z.ZodNumber>;
|
|
206
|
-
delay: z.ZodOptional<z.ZodNumber>;
|
|
207
|
-
offset: z.ZodOptional<z.ZodObject<{
|
|
208
|
-
x: z.ZodNumber;
|
|
209
|
-
y: z.ZodNumber;
|
|
210
|
-
}, z.core.$strip>>;
|
|
211
|
-
debugHighlight: z.ZodOptional<z.ZodBoolean>;
|
|
212
|
-
}, z.core.$strip>;
|
|
213
|
-
export declare const PuppeteerMouseMoveOptionsSchema: z.ZodObject<{
|
|
214
|
-
steps: z.ZodOptional<z.ZodNumber>;
|
|
215
|
-
}, z.core.$strip>;
|
|
216
|
-
export declare const PuppeteerMouseWheelOptionsSchema: z.ZodObject<{
|
|
217
|
-
deltaX: z.ZodOptional<z.ZodNumber>;
|
|
218
|
-
deltaY: z.ZodOptional<z.ZodNumber>;
|
|
219
|
-
}, z.core.$strip>;
|
|
220
|
-
export declare const PuppeteerDragDataItemSchema: z.ZodObject<{
|
|
221
|
-
mimeType: z.ZodString;
|
|
222
|
-
data: z.ZodString;
|
|
223
|
-
title: z.ZodOptional<z.ZodString>;
|
|
224
|
-
baseURL: z.ZodOptional<z.ZodString>;
|
|
225
|
-
}, z.core.$strip>;
|
|
226
|
-
export declare const PuppeteerDragDataSchema: z.ZodObject<{
|
|
227
|
-
items: z.ZodArray<z.ZodObject<{
|
|
228
|
-
mimeType: z.ZodString;
|
|
229
|
-
data: z.ZodString;
|
|
230
|
-
title: z.ZodOptional<z.ZodString>;
|
|
231
|
-
baseURL: z.ZodOptional<z.ZodString>;
|
|
232
|
-
}, z.core.$strip>>;
|
|
233
|
-
files: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
234
|
-
dragOperationsMask: z.ZodNumber;
|
|
235
|
-
}, z.core.$strip>;
|
|
236
|
-
export type PuppeteerKeyInput = '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' | '\u0000' | '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';
|
|
237
|
-
export declare const PuppeteerKeyboardTypeOptionsSchema: z.ZodObject<{
|
|
238
|
-
delay: z.ZodOptional<z.ZodNumber>;
|
|
239
|
-
}, z.core.$strip>;
|
|
240
|
-
export declare const PuppeteerKeyDownOptionsSchema: z.ZodObject<{
|
|
241
|
-
text: z.ZodOptional<z.ZodString>;
|
|
242
|
-
commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
243
|
-
}, z.core.$strip>;
|
|
244
|
-
export declare const PuppeteerKeyPressOptionsSchema: z.ZodObject<{
|
|
245
|
-
delay: z.ZodOptional<z.ZodNumber>;
|
|
246
|
-
text: z.ZodOptional<z.ZodString>;
|
|
247
|
-
commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
248
|
-
}, z.core.$strip>;
|
|
249
|
-
export declare const PuppeteerWaitForOptionsSchema: z.ZodObject<{
|
|
250
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
251
|
-
visible: z.ZodOptional<z.ZodBoolean>;
|
|
252
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
253
|
-
}, z.core.$strip>;
|
|
254
|
-
export declare const PuppeteerScreenshotClipSchema: z.ZodObject<{
|
|
255
|
-
x: z.ZodNumber;
|
|
256
|
-
y: z.ZodNumber;
|
|
257
|
-
width: z.ZodNumber;
|
|
258
|
-
height: z.ZodNumber;
|
|
259
|
-
scale: z.ZodOptional<z.ZodNumber>;
|
|
260
|
-
}, z.core.$strip>;
|
|
261
|
-
/** @deprecated Use PuppeteerScreenshotClipSchema instead */
|
|
262
|
-
export declare const PuppeteerClipRegionSchema: z.ZodObject<{
|
|
263
|
-
x: z.ZodNumber;
|
|
264
|
-
y: z.ZodNumber;
|
|
265
|
-
width: z.ZodNumber;
|
|
266
|
-
height: z.ZodNumber;
|
|
267
|
-
scale: z.ZodOptional<z.ZodNumber>;
|
|
268
|
-
}, z.core.$strip>;
|
|
269
|
-
export declare const PuppeteerImageFormatSchema: z.ZodEnum<{
|
|
270
|
-
png: "png";
|
|
271
|
-
jpeg: "jpeg";
|
|
272
|
-
webp: "webp";
|
|
273
|
-
}>;
|
|
274
|
-
export declare const PuppeteerScreenshotOptionsSchema: z.ZodObject<{
|
|
275
|
-
path: z.ZodOptional<z.ZodString>;
|
|
276
|
-
type: z.ZodOptional<z.ZodEnum<{
|
|
277
|
-
png: "png";
|
|
278
|
-
jpeg: "jpeg";
|
|
279
|
-
webp: "webp";
|
|
280
|
-
}>>;
|
|
281
|
-
quality: z.ZodOptional<z.ZodNumber>;
|
|
282
|
-
fullPage: z.ZodOptional<z.ZodBoolean>;
|
|
283
|
-
clip: z.ZodOptional<z.ZodObject<{
|
|
284
|
-
x: z.ZodNumber;
|
|
285
|
-
y: z.ZodNumber;
|
|
286
|
-
width: z.ZodNumber;
|
|
287
|
-
height: z.ZodNumber;
|
|
288
|
-
scale: z.ZodOptional<z.ZodNumber>;
|
|
289
|
-
}, z.core.$strip>>;
|
|
290
|
-
omitBackground: z.ZodOptional<z.ZodBoolean>;
|
|
291
|
-
encoding: z.ZodOptional<z.ZodEnum<{
|
|
292
|
-
base64: "base64";
|
|
293
|
-
binary: "binary";
|
|
294
|
-
}>>;
|
|
295
|
-
captureBeyondViewport: z.ZodOptional<z.ZodBoolean>;
|
|
296
|
-
fromSurface: z.ZodOptional<z.ZodBoolean>;
|
|
297
|
-
optimizeForSpeed: z.ZodOptional<z.ZodBoolean>;
|
|
298
|
-
}, z.core.$strip>;
|
|
299
|
-
export declare const PuppeteerPDFMarginSchema: z.ZodObject<{
|
|
300
|
-
top: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
301
|
-
right: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
302
|
-
bottom: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
303
|
-
left: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
304
|
-
}, z.core.$strip>;
|
|
305
|
-
export declare const PuppeteerPaperFormatSchema: z.ZodEnum<{
|
|
306
|
-
letter: "letter";
|
|
307
|
-
legal: "legal";
|
|
308
|
-
tabloid: "tabloid";
|
|
309
|
-
ledger: "ledger";
|
|
310
|
-
a0: "a0";
|
|
311
|
-
a1: "a1";
|
|
312
|
-
a2: "a2";
|
|
313
|
-
a3: "a3";
|
|
314
|
-
a4: "a4";
|
|
315
|
-
a5: "a5";
|
|
316
|
-
a6: "a6";
|
|
317
|
-
}>;
|
|
318
|
-
export declare const PuppeteerPDFOptionsSchema: z.ZodObject<{
|
|
319
|
-
path: z.ZodOptional<z.ZodString>;
|
|
320
|
-
scale: z.ZodOptional<z.ZodNumber>;
|
|
321
|
-
displayHeaderFooter: z.ZodOptional<z.ZodBoolean>;
|
|
322
|
-
headerTemplate: z.ZodOptional<z.ZodString>;
|
|
323
|
-
footerTemplate: z.ZodOptional<z.ZodString>;
|
|
324
|
-
printBackground: z.ZodOptional<z.ZodBoolean>;
|
|
325
|
-
landscape: z.ZodOptional<z.ZodBoolean>;
|
|
326
|
-
pageRanges: z.ZodOptional<z.ZodString>;
|
|
327
|
-
format: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
328
|
-
letter: "letter";
|
|
329
|
-
legal: "legal";
|
|
330
|
-
tabloid: "tabloid";
|
|
331
|
-
ledger: "ledger";
|
|
332
|
-
a0: "a0";
|
|
333
|
-
a1: "a1";
|
|
334
|
-
a2: "a2";
|
|
335
|
-
a3: "a3";
|
|
336
|
-
a4: "a4";
|
|
337
|
-
a5: "a5";
|
|
338
|
-
a6: "a6";
|
|
339
|
-
}>, z.ZodString]>>;
|
|
340
|
-
width: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
341
|
-
height: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
342
|
-
margin: z.ZodOptional<z.ZodObject<{
|
|
343
|
-
top: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
344
|
-
right: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
345
|
-
bottom: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
346
|
-
left: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
347
|
-
}, z.core.$strip>>;
|
|
348
|
-
preferCSSPageSize: z.ZodOptional<z.ZodBoolean>;
|
|
349
|
-
omitBackground: z.ZodOptional<z.ZodBoolean>;
|
|
350
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
351
|
-
outline: z.ZodOptional<z.ZodBoolean>;
|
|
352
|
-
tagged: z.ZodOptional<z.ZodBoolean>;
|
|
353
|
-
waitForFonts: z.ZodOptional<z.ZodBoolean>;
|
|
354
|
-
}, z.core.$strip>;
|
|
355
|
-
export declare const PuppeteerViewportSchema: z.ZodObject<{
|
|
356
|
-
width: z.ZodNumber;
|
|
357
|
-
height: z.ZodNumber;
|
|
358
|
-
deviceScaleFactor: z.ZodOptional<z.ZodNumber>;
|
|
359
|
-
isMobile: z.ZodOptional<z.ZodBoolean>;
|
|
360
|
-
hasTouch: z.ZodOptional<z.ZodBoolean>;
|
|
361
|
-
isLandscape: z.ZodOptional<z.ZodBoolean>;
|
|
362
|
-
}, z.core.$strip>;
|
|
363
|
-
export declare const PuppeteerCookiePartitionKeySchema: z.ZodObject<{
|
|
364
|
-
sourceOrigin: z.ZodString;
|
|
365
|
-
hasCrossSiteAncestor: z.ZodOptional<z.ZodBoolean>;
|
|
366
|
-
}, z.core.$strip>;
|
|
367
|
-
export declare const PuppeteerCookieSameSiteSchema: z.ZodEnum<{
|
|
368
|
-
Strict: "Strict";
|
|
369
|
-
Lax: "Lax";
|
|
370
|
-
None: "None";
|
|
371
|
-
}>;
|
|
372
|
-
export declare const PuppeteerCookiePrioritySchema: z.ZodEnum<{
|
|
373
|
-
Low: "Low";
|
|
374
|
-
Medium: "Medium";
|
|
375
|
-
High: "High";
|
|
376
|
-
}>;
|
|
377
|
-
export declare const PuppeteerCookieSourceSchemeSchema: z.ZodEnum<{
|
|
378
|
-
Unset: "Unset";
|
|
379
|
-
NonSecure: "NonSecure";
|
|
380
|
-
Secure: "Secure";
|
|
381
|
-
}>;
|
|
382
|
-
export declare const PuppeteerCookieSchema: z.ZodObject<{
|
|
383
|
-
name: z.ZodString;
|
|
384
|
-
value: z.ZodString;
|
|
385
|
-
domain: z.ZodOptional<z.ZodString>;
|
|
386
|
-
path: z.ZodOptional<z.ZodString>;
|
|
387
|
-
expires: z.ZodOptional<z.ZodNumber>;
|
|
388
|
-
httpOnly: z.ZodOptional<z.ZodBoolean>;
|
|
389
|
-
secure: z.ZodOptional<z.ZodBoolean>;
|
|
390
|
-
sameSite: z.ZodOptional<z.ZodEnum<{
|
|
391
|
-
Strict: "Strict";
|
|
392
|
-
Lax: "Lax";
|
|
393
|
-
None: "None";
|
|
394
|
-
}>>;
|
|
395
|
-
}, z.core.$strip>;
|
|
396
|
-
export declare const PuppeteerCookieDataSchema: z.ZodObject<{
|
|
397
|
-
name: z.ZodString;
|
|
398
|
-
value: z.ZodString;
|
|
399
|
-
domain: z.ZodString;
|
|
400
|
-
path: z.ZodOptional<z.ZodString>;
|
|
401
|
-
expires: z.ZodOptional<z.ZodNumber>;
|
|
402
|
-
httpOnly: z.ZodOptional<z.ZodBoolean>;
|
|
403
|
-
secure: z.ZodOptional<z.ZodBoolean>;
|
|
404
|
-
sameSite: z.ZodOptional<z.ZodEnum<{
|
|
405
|
-
Strict: "Strict";
|
|
406
|
-
Lax: "Lax";
|
|
407
|
-
None: "None";
|
|
408
|
-
}>>;
|
|
409
|
-
priority: z.ZodOptional<z.ZodEnum<{
|
|
410
|
-
Low: "Low";
|
|
411
|
-
Medium: "Medium";
|
|
412
|
-
High: "High";
|
|
413
|
-
}>>;
|
|
414
|
-
sameParty: z.ZodOptional<z.ZodBoolean>;
|
|
415
|
-
sourceScheme: z.ZodOptional<z.ZodEnum<{
|
|
416
|
-
Unset: "Unset";
|
|
417
|
-
NonSecure: "NonSecure";
|
|
418
|
-
Secure: "Secure";
|
|
419
|
-
}>>;
|
|
420
|
-
partitionKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
421
|
-
sourceOrigin: z.ZodString;
|
|
422
|
-
hasCrossSiteAncestor: z.ZodOptional<z.ZodBoolean>;
|
|
423
|
-
}, z.core.$strip>, z.ZodString]>>;
|
|
424
|
-
}, z.core.$strip>;
|
|
425
|
-
export declare const PuppeteerDeleteCookiesRequestSchema: z.ZodObject<{
|
|
426
|
-
name: z.ZodString;
|
|
427
|
-
domain: z.ZodOptional<z.ZodString>;
|
|
428
|
-
path: z.ZodOptional<z.ZodString>;
|
|
429
|
-
url: z.ZodOptional<z.ZodString>;
|
|
430
|
-
partitionKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
431
|
-
sourceOrigin: z.ZodString;
|
|
432
|
-
hasCrossSiteAncestor: z.ZodOptional<z.ZodBoolean>;
|
|
433
|
-
}, z.core.$strip>, z.ZodString]>>;
|
|
434
|
-
}, z.core.$strip>;
|
|
435
|
-
export declare const PuppeteerWindowStateSchema: z.ZodEnum<{
|
|
436
|
-
normal: "normal";
|
|
437
|
-
minimized: "minimized";
|
|
438
|
-
maximized: "maximized";
|
|
439
|
-
fullscreen: "fullscreen";
|
|
440
|
-
}>;
|
|
441
|
-
export declare const PuppeteerWindowBoundsSchema: z.ZodObject<{
|
|
442
|
-
left: z.ZodOptional<z.ZodNumber>;
|
|
443
|
-
top: z.ZodOptional<z.ZodNumber>;
|
|
444
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
445
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
446
|
-
windowState: z.ZodOptional<z.ZodEnum<{
|
|
447
|
-
normal: "normal";
|
|
448
|
-
minimized: "minimized";
|
|
449
|
-
maximized: "maximized";
|
|
450
|
-
fullscreen: "fullscreen";
|
|
451
|
-
}>>;
|
|
452
|
-
}, z.core.$strip>;
|
|
453
|
-
export declare const PuppeteerTargetTypeSchema: z.ZodEnum<{
|
|
454
|
-
page: "page";
|
|
455
|
-
browser: "browser";
|
|
456
|
-
background_page: "background_page";
|
|
457
|
-
other: "other";
|
|
458
|
-
service_worker: "service_worker";
|
|
459
|
-
shared_worker: "shared_worker";
|
|
460
|
-
webview: "webview";
|
|
461
|
-
}>;
|
|
462
|
-
export declare const PuppeteerTargetSchema: z.ZodObject<{
|
|
463
|
-
targetId: z.ZodString;
|
|
464
|
-
type: z.ZodEnum<{
|
|
465
|
-
page: "page";
|
|
466
|
-
browser: "browser";
|
|
467
|
-
background_page: "background_page";
|
|
468
|
-
other: "other";
|
|
469
|
-
service_worker: "service_worker";
|
|
470
|
-
shared_worker: "shared_worker";
|
|
471
|
-
webview: "webview";
|
|
472
|
-
}>;
|
|
473
|
-
url: z.ZodString;
|
|
474
|
-
title: z.ZodOptional<z.ZodString>;
|
|
475
|
-
attached: z.ZodOptional<z.ZodBoolean>;
|
|
476
|
-
openerId: z.ZodOptional<z.ZodString>;
|
|
477
|
-
browserContextId: z.ZodOptional<z.ZodString>;
|
|
478
|
-
}, z.core.$strip>;
|
|
479
|
-
export declare const PuppeteerWaitForTargetOptionsSchema: z.ZodObject<{
|
|
480
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
481
|
-
}, z.core.$strip>;
|
|
482
|
-
export declare const PuppeteerTargetFilterSchema: z.ZodObject<{
|
|
483
|
-
type: z.ZodOptional<z.ZodEnum<{
|
|
484
|
-
page: "page";
|
|
485
|
-
browser: "browser";
|
|
486
|
-
background_page: "background_page";
|
|
487
|
-
other: "other";
|
|
488
|
-
service_worker: "service_worker";
|
|
489
|
-
shared_worker: "shared_worker";
|
|
490
|
-
webview: "webview";
|
|
491
|
-
}>>;
|
|
492
|
-
url: z.ZodOptional<z.ZodString>;
|
|
493
|
-
urlPattern: z.ZodOptional<z.ZodString>;
|
|
494
|
-
}, z.core.$strip>;
|
|
495
|
-
export declare const PuppeteerDownloadPolicySchema: z.ZodEnum<{
|
|
496
|
-
default: "default";
|
|
497
|
-
allow: "allow";
|
|
498
|
-
deny: "deny";
|
|
499
|
-
allowAndName: "allowAndName";
|
|
500
|
-
}>;
|
|
501
|
-
export declare const PuppeteerDownloadBehaviorSchema: z.ZodObject<{
|
|
502
|
-
policy: z.ZodEnum<{
|
|
503
|
-
default: "default";
|
|
504
|
-
allow: "allow";
|
|
505
|
-
deny: "deny";
|
|
506
|
-
allowAndName: "allowAndName";
|
|
507
|
-
}>;
|
|
508
|
-
downloadPath: z.ZodOptional<z.ZodString>;
|
|
509
|
-
}, z.core.$strip>;
|
|
510
|
-
export declare const PuppeteerBrowserContextOptionsSchema: z.ZodObject<{
|
|
511
|
-
proxyServer: z.ZodOptional<z.ZodString>;
|
|
512
|
-
proxyBypassList: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
513
|
-
downloadBehavior: z.ZodOptional<z.ZodObject<{
|
|
514
|
-
policy: z.ZodEnum<{
|
|
515
|
-
default: "default";
|
|
516
|
-
allow: "allow";
|
|
517
|
-
deny: "deny";
|
|
518
|
-
allowAndName: "allowAndName";
|
|
519
|
-
}>;
|
|
520
|
-
downloadPath: z.ZodOptional<z.ZodString>;
|
|
521
|
-
}, z.core.$strip>>;
|
|
522
|
-
}, z.core.$strip>;
|
|
523
|
-
export declare const PuppeteerPermissionSchema: z.ZodEnum<{
|
|
524
|
-
geolocation: "geolocation";
|
|
525
|
-
midi: "midi";
|
|
526
|
-
"midi-sysex": "midi-sysex";
|
|
527
|
-
notifications: "notifications";
|
|
528
|
-
camera: "camera";
|
|
529
|
-
microphone: "microphone";
|
|
530
|
-
"background-sync": "background-sync";
|
|
531
|
-
"ambient-light-sensor": "ambient-light-sensor";
|
|
532
|
-
accelerometer: "accelerometer";
|
|
533
|
-
gyroscope: "gyroscope";
|
|
534
|
-
magnetometer: "magnetometer";
|
|
535
|
-
"accessibility-events": "accessibility-events";
|
|
536
|
-
"clipboard-read": "clipboard-read";
|
|
537
|
-
"clipboard-write": "clipboard-write";
|
|
538
|
-
"payment-handler": "payment-handler";
|
|
539
|
-
"clipboard-sanitized-write": "clipboard-sanitized-write";
|
|
540
|
-
"persistent-storage": "persistent-storage";
|
|
541
|
-
"idle-detection": "idle-detection";
|
|
542
|
-
}>;
|
|
543
|
-
export declare const PuppeteerGeolocationSchema: z.ZodObject<{
|
|
544
|
-
latitude: z.ZodNumber;
|
|
545
|
-
longitude: z.ZodNumber;
|
|
546
|
-
accuracy: z.ZodOptional<z.ZodNumber>;
|
|
547
|
-
}, z.core.$strip>;
|
|
548
|
-
export declare const PuppeteerBoundingBoxSchema: z.ZodObject<{
|
|
549
|
-
x: z.ZodNumber;
|
|
550
|
-
y: z.ZodNumber;
|
|
551
|
-
width: z.ZodNumber;
|
|
552
|
-
height: z.ZodNumber;
|
|
553
|
-
}, z.core.$strip>;
|
|
554
|
-
export declare const PuppeteerBoxModelSchema: z.ZodObject<{
|
|
555
|
-
content: z.ZodArray<z.ZodObject<{
|
|
556
|
-
x: z.ZodNumber;
|
|
557
|
-
y: z.ZodNumber;
|
|
558
|
-
}, z.core.$strip>>;
|
|
559
|
-
padding: z.ZodArray<z.ZodObject<{
|
|
560
|
-
x: z.ZodNumber;
|
|
561
|
-
y: z.ZodNumber;
|
|
562
|
-
}, z.core.$strip>>;
|
|
563
|
-
border: z.ZodArray<z.ZodObject<{
|
|
564
|
-
x: z.ZodNumber;
|
|
565
|
-
y: z.ZodNumber;
|
|
566
|
-
}, z.core.$strip>>;
|
|
567
|
-
margin: z.ZodArray<z.ZodObject<{
|
|
568
|
-
x: z.ZodNumber;
|
|
569
|
-
y: z.ZodNumber;
|
|
570
|
-
}, z.core.$strip>>;
|
|
571
|
-
width: z.ZodNumber;
|
|
572
|
-
height: z.ZodNumber;
|
|
573
|
-
}, z.core.$strip>;
|
|
574
|
-
export declare const PuppeteerCreditCardSchema: z.ZodObject<{
|
|
575
|
-
number: z.ZodString;
|
|
576
|
-
name: z.ZodString;
|
|
577
|
-
expiryMonth: z.ZodString;
|
|
578
|
-
expiryYear: z.ZodString;
|
|
579
|
-
cvc: z.ZodString;
|
|
580
|
-
}, z.core.$strip>;
|
|
581
|
-
export declare const PuppeteerAutofillDataSchema: z.ZodObject<{
|
|
582
|
-
creditCard: z.ZodObject<{
|
|
583
|
-
number: z.ZodString;
|
|
584
|
-
name: z.ZodString;
|
|
585
|
-
expiryMonth: z.ZodString;
|
|
586
|
-
expiryYear: z.ZodString;
|
|
587
|
-
cvc: z.ZodString;
|
|
588
|
-
}, z.core.$strip>;
|
|
589
|
-
}, z.core.$strip>;
|
|
590
|
-
export declare const PuppeteerWaitForSelectorOptionsSchema: z.ZodObject<{
|
|
591
|
-
visible: z.ZodOptional<z.ZodBoolean>;
|
|
592
|
-
hidden: z.ZodOptional<z.ZodBoolean>;
|
|
593
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
594
|
-
}, z.core.$strip>;
|
|
595
|
-
export declare const PuppeteerFrameAddScriptTagOptionsSchema: z.ZodObject<{
|
|
596
|
-
url: z.ZodOptional<z.ZodString>;
|
|
597
|
-
path: z.ZodOptional<z.ZodString>;
|
|
598
|
-
content: z.ZodOptional<z.ZodString>;
|
|
599
|
-
type: z.ZodOptional<z.ZodString>;
|
|
600
|
-
id: z.ZodOptional<z.ZodString>;
|
|
601
|
-
}, z.core.$strip>;
|
|
602
|
-
export declare const PuppeteerFrameAddStyleTagOptionsSchema: z.ZodObject<{
|
|
603
|
-
url: z.ZodOptional<z.ZodString>;
|
|
604
|
-
path: z.ZodOptional<z.ZodString>;
|
|
605
|
-
content: z.ZodOptional<z.ZodString>;
|
|
606
|
-
}, z.core.$strip>;
|
|
607
|
-
export declare const PuppeteerSelectOptionSchema: z.ZodObject<{
|
|
608
|
-
value: z.ZodOptional<z.ZodString>;
|
|
609
|
-
label: z.ZodOptional<z.ZodString>;
|
|
610
|
-
index: z.ZodOptional<z.ZodNumber>;
|
|
611
|
-
}, z.core.$strip>;
|
|
612
|
-
export declare const PuppeteerSerializedElementSchema: z.ZodObject<{
|
|
613
|
-
tagName: z.ZodString;
|
|
614
|
-
id: z.ZodOptional<z.ZodString>;
|
|
615
|
-
className: z.ZodOptional<z.ZodString>;
|
|
616
|
-
textContent: z.ZodOptional<z.ZodString>;
|
|
617
|
-
innerText: z.ZodOptional<z.ZodString>;
|
|
618
|
-
innerHTML: z.ZodOptional<z.ZodString>;
|
|
619
|
-
attributes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
620
|
-
}, z.core.$strip>;
|
|
621
|
-
export declare const PuppeteerDeviceSchema: z.ZodObject<{
|
|
622
|
-
name: z.ZodString;
|
|
623
|
-
userAgent: z.ZodString;
|
|
624
|
-
viewport: z.ZodObject<{
|
|
625
|
-
width: z.ZodNumber;
|
|
626
|
-
height: z.ZodNumber;
|
|
627
|
-
deviceScaleFactor: z.ZodOptional<z.ZodNumber>;
|
|
628
|
-
isMobile: z.ZodOptional<z.ZodBoolean>;
|
|
629
|
-
hasTouch: z.ZodOptional<z.ZodBoolean>;
|
|
630
|
-
isLandscape: z.ZodOptional<z.ZodBoolean>;
|
|
631
|
-
}, z.core.$strip>;
|
|
632
|
-
}, z.core.$strip>;
|
|
633
|
-
export declare const PuppeteerIdleOverridesSchema: z.ZodObject<{
|
|
634
|
-
isUserActive: z.ZodBoolean;
|
|
635
|
-
isScreenUnlocked: z.ZodBoolean;
|
|
636
|
-
}, z.core.$strip>;
|
|
637
|
-
export declare const PuppeteerMediaFeatureSchema: z.ZodObject<{
|
|
638
|
-
name: z.ZodString;
|
|
639
|
-
value: z.ZodString;
|
|
640
|
-
}, z.core.$strip>;
|
|
641
|
-
export declare const PuppeteerNetworkConditionsSchema: z.ZodObject<{
|
|
642
|
-
download: z.ZodNumber;
|
|
643
|
-
upload: z.ZodNumber;
|
|
644
|
-
latency: z.ZodNumber;
|
|
645
|
-
}, z.core.$strip>;
|
|
646
|
-
export declare const PuppeteerResourceTypeSchema: z.ZodEnum<{
|
|
647
|
-
script: "script";
|
|
648
|
-
media: "media";
|
|
649
|
-
document: "document";
|
|
650
|
-
websocket: "websocket";
|
|
651
|
-
other: "other";
|
|
652
|
-
stylesheet: "stylesheet";
|
|
653
|
-
image: "image";
|
|
654
|
-
font: "font";
|
|
655
|
-
texttrack: "texttrack";
|
|
656
|
-
xhr: "xhr";
|
|
657
|
-
fetch: "fetch";
|
|
658
|
-
prefetch: "prefetch";
|
|
659
|
-
eventsource: "eventsource";
|
|
660
|
-
manifest: "manifest";
|
|
661
|
-
signedexchange: "signedexchange";
|
|
662
|
-
ping: "ping";
|
|
663
|
-
cspviolationreport: "cspviolationreport";
|
|
664
|
-
preflight: "preflight";
|
|
665
|
-
}>;
|
|
666
|
-
export declare const PuppeteerErrorCodeSchema: z.ZodEnum<{
|
|
667
|
-
failed: "failed";
|
|
668
|
-
aborted: "aborted";
|
|
669
|
-
accessdenied: "accessdenied";
|
|
670
|
-
addressunreachable: "addressunreachable";
|
|
671
|
-
blockedbyclient: "blockedbyclient";
|
|
672
|
-
blockedbyresponse: "blockedbyresponse";
|
|
673
|
-
connectionaborted: "connectionaborted";
|
|
674
|
-
connectionclosed: "connectionclosed";
|
|
675
|
-
connectionfailed: "connectionfailed";
|
|
676
|
-
connectionrefused: "connectionrefused";
|
|
677
|
-
connectionreset: "connectionreset";
|
|
678
|
-
internetdisconnected: "internetdisconnected";
|
|
679
|
-
namenotresolved: "namenotresolved";
|
|
680
|
-
timedout: "timedout";
|
|
681
|
-
}>;
|
|
682
|
-
export declare const PuppeteerInterceptResolutionActionSchema: z.ZodEnum<{
|
|
683
|
-
abort: "abort";
|
|
684
|
-
continue: "continue";
|
|
685
|
-
disabled: "disabled";
|
|
686
|
-
none: "none";
|
|
687
|
-
"already-handled": "already-handled";
|
|
688
|
-
respond: "respond";
|
|
689
|
-
}>;
|
|
690
|
-
export declare const PuppeteerInterceptResolutionStateSchema: z.ZodObject<{
|
|
691
|
-
action: z.ZodEnum<{
|
|
692
|
-
abort: "abort";
|
|
693
|
-
continue: "continue";
|
|
694
|
-
disabled: "disabled";
|
|
695
|
-
none: "none";
|
|
696
|
-
"already-handled": "already-handled";
|
|
697
|
-
respond: "respond";
|
|
698
|
-
}>;
|
|
699
|
-
priority: z.ZodOptional<z.ZodNumber>;
|
|
700
|
-
}, z.core.$strip>;
|
|
701
|
-
export declare const PuppeteerContinueRequestOverridesSchema: z.ZodObject<{
|
|
702
|
-
url: z.ZodOptional<z.ZodString>;
|
|
703
|
-
method: z.ZodOptional<z.ZodString>;
|
|
704
|
-
postData: z.ZodOptional<z.ZodString>;
|
|
705
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
706
|
-
}, z.core.$strip>;
|
|
707
|
-
export declare const PuppeteerResponseForRequestSchema: z.ZodObject<{
|
|
708
|
-
status: z.ZodNumber;
|
|
709
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
710
|
-
contentType: z.ZodOptional<z.ZodString>;
|
|
711
|
-
body: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
712
|
-
}, z.core.$strip>;
|
|
713
|
-
export declare const PuppeteerInitiatorTypeSchema: z.ZodEnum<{
|
|
714
|
-
script: "script";
|
|
715
|
-
other: "other";
|
|
716
|
-
preflight: "preflight";
|
|
717
|
-
parser: "parser";
|
|
718
|
-
preload: "preload";
|
|
719
|
-
SignedExchange: "SignedExchange";
|
|
720
|
-
}>;
|
|
721
|
-
export declare const PuppeteerInitiatorSchema: z.ZodObject<{
|
|
722
|
-
type: z.ZodEnum<{
|
|
723
|
-
script: "script";
|
|
724
|
-
other: "other";
|
|
725
|
-
preflight: "preflight";
|
|
726
|
-
parser: "parser";
|
|
727
|
-
preload: "preload";
|
|
728
|
-
SignedExchange: "SignedExchange";
|
|
729
|
-
}>;
|
|
730
|
-
url: z.ZodOptional<z.ZodString>;
|
|
731
|
-
lineNumber: z.ZodOptional<z.ZodNumber>;
|
|
732
|
-
columnNumber: z.ZodOptional<z.ZodNumber>;
|
|
733
|
-
requestId: z.ZodOptional<z.ZodString>;
|
|
734
|
-
}, z.core.$strip>;
|
|
735
|
-
export declare const PuppeteerHTTPRequestSchema: z.ZodObject<{
|
|
736
|
-
requestId: z.ZodString;
|
|
737
|
-
url: z.ZodString;
|
|
738
|
-
method: z.ZodString;
|
|
739
|
-
headers: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
740
|
-
postData: z.ZodOptional<z.ZodString>;
|
|
741
|
-
hasPostData: z.ZodOptional<z.ZodBoolean>;
|
|
742
|
-
resourceType: z.ZodEnum<{
|
|
743
|
-
script: "script";
|
|
744
|
-
media: "media";
|
|
745
|
-
document: "document";
|
|
746
|
-
websocket: "websocket";
|
|
747
|
-
other: "other";
|
|
748
|
-
stylesheet: "stylesheet";
|
|
749
|
-
image: "image";
|
|
750
|
-
font: "font";
|
|
751
|
-
texttrack: "texttrack";
|
|
752
|
-
xhr: "xhr";
|
|
753
|
-
fetch: "fetch";
|
|
754
|
-
prefetch: "prefetch";
|
|
755
|
-
eventsource: "eventsource";
|
|
756
|
-
manifest: "manifest";
|
|
757
|
-
signedexchange: "signedexchange";
|
|
758
|
-
ping: "ping";
|
|
759
|
-
cspviolationreport: "cspviolationreport";
|
|
760
|
-
preflight: "preflight";
|
|
761
|
-
}>;
|
|
762
|
-
isNavigationRequest: z.ZodBoolean;
|
|
763
|
-
initiator: z.ZodOptional<z.ZodObject<{
|
|
764
|
-
type: z.ZodEnum<{
|
|
765
|
-
script: "script";
|
|
766
|
-
other: "other";
|
|
767
|
-
preflight: "preflight";
|
|
768
|
-
parser: "parser";
|
|
769
|
-
preload: "preload";
|
|
770
|
-
SignedExchange: "SignedExchange";
|
|
771
|
-
}>;
|
|
772
|
-
url: z.ZodOptional<z.ZodString>;
|
|
773
|
-
lineNumber: z.ZodOptional<z.ZodNumber>;
|
|
774
|
-
columnNumber: z.ZodOptional<z.ZodNumber>;
|
|
775
|
-
requestId: z.ZodOptional<z.ZodString>;
|
|
776
|
-
}, z.core.$strip>>;
|
|
777
|
-
redirectChain: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
778
|
-
responseId: z.ZodOptional<z.ZodString>;
|
|
779
|
-
frameId: z.ZodOptional<z.ZodString>;
|
|
780
|
-
}, z.core.$strip>;
|
|
781
|
-
export declare const PuppeteerFrameSchema: z.ZodObject<{
|
|
782
|
-
frameId: z.ZodString;
|
|
783
|
-
url: z.ZodString;
|
|
784
|
-
name: z.ZodOptional<z.ZodString>;
|
|
785
|
-
parentFrameId: z.ZodOptional<z.ZodString>;
|
|
786
|
-
isDetached: z.ZodOptional<z.ZodBoolean>;
|
|
787
|
-
isOOPFrame: z.ZodOptional<z.ZodBoolean>;
|
|
788
|
-
}, z.core.$strip>;
|
|
789
|
-
export declare const PuppeteerWebWorkerSchema: z.ZodObject<{
|
|
790
|
-
workerId: z.ZodString;
|
|
791
|
-
url: z.ZodString;
|
|
792
|
-
}, z.core.$strip>;
|
|
793
|
-
export declare const PuppeteerRemoteObjectTypeSchema: z.ZodEnum<{
|
|
794
|
-
string: "string";
|
|
795
|
-
number: "number";
|
|
796
|
-
bigint: "bigint";
|
|
797
|
-
boolean: "boolean";
|
|
798
|
-
symbol: "symbol";
|
|
799
|
-
undefined: "undefined";
|
|
800
|
-
object: "object";
|
|
801
|
-
function: "function";
|
|
802
|
-
}>;
|
|
803
|
-
export declare const PuppeteerRemoteObjectSubtypeSchema: z.ZodEnum<{
|
|
804
|
-
proxy: "proxy";
|
|
805
|
-
error: "error";
|
|
806
|
-
null: "null";
|
|
807
|
-
date: "date";
|
|
808
|
-
array: "array";
|
|
809
|
-
map: "map";
|
|
810
|
-
set: "set";
|
|
811
|
-
promise: "promise";
|
|
812
|
-
node: "node";
|
|
813
|
-
regexp: "regexp";
|
|
814
|
-
weakmap: "weakmap";
|
|
815
|
-
weakset: "weakset";
|
|
816
|
-
iterator: "iterator";
|
|
817
|
-
generator: "generator";
|
|
818
|
-
typedarray: "typedarray";
|
|
819
|
-
arraybuffer: "arraybuffer";
|
|
820
|
-
dataview: "dataview";
|
|
821
|
-
webassemblymemory: "webassemblymemory";
|
|
822
|
-
wasmvalue: "wasmvalue";
|
|
823
|
-
}>;
|
|
824
|
-
export declare const PuppeteerRemoteObjectSchema: z.ZodObject<{
|
|
825
|
-
type: z.ZodEnum<{
|
|
826
|
-
string: "string";
|
|
827
|
-
number: "number";
|
|
828
|
-
bigint: "bigint";
|
|
829
|
-
boolean: "boolean";
|
|
830
|
-
symbol: "symbol";
|
|
831
|
-
undefined: "undefined";
|
|
832
|
-
object: "object";
|
|
833
|
-
function: "function";
|
|
834
|
-
}>;
|
|
835
|
-
subtype: z.ZodOptional<z.ZodEnum<{
|
|
836
|
-
proxy: "proxy";
|
|
837
|
-
error: "error";
|
|
838
|
-
null: "null";
|
|
839
|
-
date: "date";
|
|
840
|
-
array: "array";
|
|
841
|
-
map: "map";
|
|
842
|
-
set: "set";
|
|
843
|
-
promise: "promise";
|
|
844
|
-
node: "node";
|
|
845
|
-
regexp: "regexp";
|
|
846
|
-
weakmap: "weakmap";
|
|
847
|
-
weakset: "weakset";
|
|
848
|
-
iterator: "iterator";
|
|
849
|
-
generator: "generator";
|
|
850
|
-
typedarray: "typedarray";
|
|
851
|
-
arraybuffer: "arraybuffer";
|
|
852
|
-
dataview: "dataview";
|
|
853
|
-
webassemblymemory: "webassemblymemory";
|
|
854
|
-
wasmvalue: "wasmvalue";
|
|
855
|
-
}>>;
|
|
856
|
-
className: z.ZodOptional<z.ZodString>;
|
|
857
|
-
value: z.ZodOptional<z.ZodUnknown>;
|
|
858
|
-
unserializableValue: z.ZodOptional<z.ZodString>;
|
|
859
|
-
description: z.ZodOptional<z.ZodString>;
|
|
860
|
-
objectId: z.ZodOptional<z.ZodString>;
|
|
861
|
-
}, z.core.$strip>;
|
|
862
|
-
export declare const PuppeteerVisionDeficiencySchema: z.ZodEnum<{
|
|
863
|
-
none: "none";
|
|
864
|
-
achromatopsia: "achromatopsia";
|
|
865
|
-
blurredVision: "blurredVision";
|
|
866
|
-
deuteranopia: "deuteranopia";
|
|
867
|
-
protanopia: "protanopia";
|
|
868
|
-
tritanopia: "tritanopia";
|
|
869
|
-
}>;
|
|
870
|
-
export interface PuppeteerSerializedAXNode {
|
|
871
|
-
/** The accessibility role of the node (e.g., 'button', 'heading', 'link'). */
|
|
872
|
-
role: string;
|
|
873
|
-
/** The accessible name of the node. */
|
|
874
|
-
name?: string;
|
|
875
|
-
/** The current value of the node (for inputs, sliders, etc.). */
|
|
876
|
-
value?: string | number;
|
|
877
|
-
/** The accessible description of the node. */
|
|
878
|
-
description?: string;
|
|
879
|
-
/** Keyboard shortcuts associated with this node. */
|
|
880
|
-
keyshortcuts?: string;
|
|
881
|
-
/** A human-readable version of the role. */
|
|
882
|
-
roledescription?: string;
|
|
883
|
-
/** A human-readable description of the value. */
|
|
884
|
-
valuetext?: string;
|
|
885
|
-
/** The URL if this node is a link. */
|
|
886
|
-
url?: string;
|
|
887
|
-
/** Whether the node is disabled. */
|
|
888
|
-
disabled?: boolean;
|
|
889
|
-
/** Whether the node is expanded (for tree items, etc.). */
|
|
890
|
-
expanded?: boolean;
|
|
891
|
-
/** Whether the node has focus. */
|
|
892
|
-
focused?: boolean;
|
|
893
|
-
/** Whether the node is a modal dialog. */
|
|
894
|
-
modal?: boolean;
|
|
895
|
-
/** Whether the text can span multiple lines. */
|
|
896
|
-
multiline?: boolean;
|
|
897
|
-
/** Whether multiple items can be selected. */
|
|
898
|
-
multiselectable?: boolean;
|
|
899
|
-
/** Whether the node is read-only. */
|
|
900
|
-
readonly?: boolean;
|
|
901
|
-
/** Whether input is required. */
|
|
902
|
-
required?: boolean;
|
|
903
|
-
/** Whether the node is selected. */
|
|
904
|
-
selected?: boolean;
|
|
905
|
-
/** Checked state - true, false, or 'mixed' for indeterminate. */
|
|
906
|
-
checked?: boolean | 'mixed';
|
|
907
|
-
/** Pressed state for toggle buttons - true, false, or 'mixed'. */
|
|
908
|
-
pressed?: boolean | 'mixed';
|
|
909
|
-
/** Heading level (1-6) for headings. */
|
|
910
|
-
level?: number;
|
|
911
|
-
/** Minimum value for range inputs. */
|
|
912
|
-
valuemin?: number;
|
|
913
|
-
/** Maximum value for range inputs. */
|
|
914
|
-
valuemax?: number;
|
|
915
|
-
/** Autocomplete behavior. */
|
|
916
|
-
autocomplete?: 'none' | 'inline' | 'list' | 'both';
|
|
917
|
-
/** Type of popup associated with the node. */
|
|
918
|
-
haspopup?: 'false' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog';
|
|
919
|
-
/** Whether the value is invalid. */
|
|
920
|
-
invalid?: 'grammar' | 'spelling' | 'page' | 'step' | 'true' | 'false';
|
|
921
|
-
/** Orientation for sliders, scrollbars, etc. */
|
|
922
|
-
orientation?: 'vertical' | 'horizontal';
|
|
923
|
-
/** Child nodes in the accessibility tree. */
|
|
924
|
-
children?: PuppeteerSerializedAXNode[];
|
|
925
|
-
}
|
|
926
|
-
export declare const PuppeteerSerializedAXNodeSchema: z.ZodType<PuppeteerSerializedAXNode>;
|
|
927
|
-
export declare const PuppeteerSnapshotOptionsSchema: z.ZodObject<{
|
|
928
|
-
interestingOnly: z.ZodOptional<z.ZodBoolean>;
|
|
929
|
-
root: z.ZodOptional<z.ZodString>;
|
|
930
|
-
}, z.core.$strip>;
|
|
931
|
-
export declare const PuppeteerTracingOptionsSchema: z.ZodObject<{
|
|
932
|
-
categories: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
933
|
-
path: z.ZodOptional<z.ZodString>;
|
|
934
|
-
screenshots: z.ZodOptional<z.ZodBoolean>;
|
|
935
|
-
}, z.core.$strip>;
|
|
936
|
-
export declare const PuppeteerDialogTypeSchema: z.ZodEnum<{
|
|
937
|
-
alert: "alert";
|
|
938
|
-
beforeunload: "beforeunload";
|
|
939
|
-
confirm: "confirm";
|
|
940
|
-
prompt: "prompt";
|
|
941
|
-
}>;
|
|
942
|
-
export declare const PuppeteerDialogSchema: z.ZodObject<{
|
|
943
|
-
dialogId: z.ZodString;
|
|
944
|
-
type: z.ZodEnum<{
|
|
945
|
-
alert: "alert";
|
|
946
|
-
beforeunload: "beforeunload";
|
|
947
|
-
confirm: "confirm";
|
|
948
|
-
prompt: "prompt";
|
|
949
|
-
}>;
|
|
950
|
-
message: z.ZodString;
|
|
951
|
-
defaultValue: z.ZodString;
|
|
952
|
-
}, z.core.$strip>;
|
|
953
|
-
export declare const PuppeteerConsoleMessageTypeSchema: z.ZodEnum<{
|
|
954
|
-
error: "error";
|
|
955
|
-
log: "log";
|
|
956
|
-
info: "info";
|
|
957
|
-
debug: "debug";
|
|
958
|
-
profile: "profile";
|
|
959
|
-
dir: "dir";
|
|
960
|
-
count: "count";
|
|
961
|
-
dirxml: "dirxml";
|
|
962
|
-
table: "table";
|
|
963
|
-
trace: "trace";
|
|
964
|
-
clear: "clear";
|
|
965
|
-
startGroup: "startGroup";
|
|
966
|
-
startGroupCollapsed: "startGroupCollapsed";
|
|
967
|
-
endGroup: "endGroup";
|
|
968
|
-
assert: "assert";
|
|
969
|
-
profileEnd: "profileEnd";
|
|
970
|
-
timeEnd: "timeEnd";
|
|
971
|
-
warn: "warn";
|
|
972
|
-
verbose: "verbose";
|
|
973
|
-
}>;
|
|
974
|
-
export declare const PuppeteerConsoleMessageLocationSchema: z.ZodObject<{
|
|
975
|
-
url: z.ZodOptional<z.ZodString>;
|
|
976
|
-
lineNumber: z.ZodOptional<z.ZodNumber>;
|
|
977
|
-
columnNumber: z.ZodOptional<z.ZodNumber>;
|
|
978
|
-
}, z.core.$strip>;
|
|
979
|
-
export declare const PuppeteerConsoleMessageSchema: z.ZodObject<{
|
|
980
|
-
type: z.ZodEnum<{
|
|
981
|
-
error: "error";
|
|
982
|
-
log: "log";
|
|
983
|
-
info: "info";
|
|
984
|
-
debug: "debug";
|
|
985
|
-
profile: "profile";
|
|
986
|
-
dir: "dir";
|
|
987
|
-
count: "count";
|
|
988
|
-
dirxml: "dirxml";
|
|
989
|
-
table: "table";
|
|
990
|
-
trace: "trace";
|
|
991
|
-
clear: "clear";
|
|
992
|
-
startGroup: "startGroup";
|
|
993
|
-
startGroupCollapsed: "startGroupCollapsed";
|
|
994
|
-
endGroup: "endGroup";
|
|
995
|
-
assert: "assert";
|
|
996
|
-
profileEnd: "profileEnd";
|
|
997
|
-
timeEnd: "timeEnd";
|
|
998
|
-
warn: "warn";
|
|
999
|
-
verbose: "verbose";
|
|
1000
|
-
}>;
|
|
1001
|
-
text: z.ZodString;
|
|
1002
|
-
location: z.ZodObject<{
|
|
1003
|
-
url: z.ZodOptional<z.ZodString>;
|
|
1004
|
-
lineNumber: z.ZodOptional<z.ZodNumber>;
|
|
1005
|
-
columnNumber: z.ZodOptional<z.ZodNumber>;
|
|
1006
|
-
}, z.core.$strip>;
|
|
1007
|
-
stackTrace: z.ZodArray<z.ZodObject<{
|
|
1008
|
-
url: z.ZodOptional<z.ZodString>;
|
|
1009
|
-
lineNumber: z.ZodOptional<z.ZodNumber>;
|
|
1010
|
-
columnNumber: z.ZodOptional<z.ZodNumber>;
|
|
1011
|
-
}, z.core.$strip>>;
|
|
1012
|
-
args: z.ZodArray<z.ZodUnknown>;
|
|
1013
|
-
}, z.core.$strip>;
|
|
1014
|
-
export declare const PuppeteerTouchHandleSchema: z.ZodObject<{
|
|
1015
|
-
touchId: z.ZodString;
|
|
1016
|
-
}, z.core.$strip>;
|
|
1017
|
-
export declare const PuppeteerVisibilityOptionSchema: z.ZodNullable<z.ZodEnum<{
|
|
1018
|
-
visible: "visible";
|
|
1019
|
-
hidden: "hidden";
|
|
1020
|
-
}>>;
|
|
1021
|
-
export declare const PuppeteerActionOptionsSchema: z.ZodObject<{
|
|
1022
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1023
|
-
}, z.core.$strip>;
|
|
1024
|
-
export declare const PuppeteerLocatorScrollOptionsSchema: z.ZodObject<{
|
|
1025
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1026
|
-
scrollLeft: z.ZodOptional<z.ZodNumber>;
|
|
1027
|
-
scrollTop: z.ZodOptional<z.ZodNumber>;
|
|
1028
|
-
}, z.core.$strip>;
|
|
1029
|
-
export declare const PuppeteerLocatorClickOptionsSchema: z.ZodObject<{
|
|
1030
|
-
button: z.ZodOptional<z.ZodEnum<{
|
|
1031
|
-
left: "left";
|
|
1032
|
-
right: "right";
|
|
1033
|
-
middle: "middle";
|
|
1034
|
-
back: "back";
|
|
1035
|
-
forward: "forward";
|
|
1036
|
-
}>>;
|
|
1037
|
-
clickCount: z.ZodOptional<z.ZodNumber>;
|
|
1038
|
-
count: z.ZodOptional<z.ZodNumber>;
|
|
1039
|
-
delay: z.ZodOptional<z.ZodNumber>;
|
|
1040
|
-
offset: z.ZodOptional<z.ZodObject<{
|
|
1041
|
-
x: z.ZodNumber;
|
|
1042
|
-
y: z.ZodNumber;
|
|
1043
|
-
}, z.core.$strip>>;
|
|
1044
|
-
debugHighlight: z.ZodOptional<z.ZodBoolean>;
|
|
1045
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1046
|
-
}, z.core.$strip>;
|
|
1047
|
-
export declare const PuppeteerCSSCoverageOptionsSchema: z.ZodObject<{
|
|
1048
|
-
resetOnNavigation: z.ZodOptional<z.ZodBoolean>;
|
|
1049
|
-
}, z.core.$strip>;
|
|
1050
|
-
export declare const PuppeteerJSCoverageOptionsSchema: z.ZodObject<{
|
|
1051
|
-
resetOnNavigation: z.ZodOptional<z.ZodBoolean>;
|
|
1052
|
-
reportAnonymousScripts: z.ZodOptional<z.ZodBoolean>;
|
|
1053
|
-
includeRawScriptCoverage: z.ZodOptional<z.ZodBoolean>;
|
|
1054
|
-
useBlockCoverage: z.ZodOptional<z.ZodBoolean>;
|
|
1055
|
-
}, z.core.$strip>;
|
|
1056
|
-
export declare const PuppeteerCoverageRangeSchema: z.ZodObject<{
|
|
1057
|
-
start: z.ZodNumber;
|
|
1058
|
-
end: z.ZodNumber;
|
|
1059
|
-
}, z.core.$strip>;
|
|
1060
|
-
export declare const PuppeteerCoverageEntrySchema: z.ZodObject<{
|
|
1061
|
-
url: z.ZodString;
|
|
1062
|
-
text: z.ZodString;
|
|
1063
|
-
ranges: z.ZodArray<z.ZodObject<{
|
|
1064
|
-
start: z.ZodNumber;
|
|
1065
|
-
end: z.ZodNumber;
|
|
1066
|
-
}, z.core.$strip>>;
|
|
1067
|
-
}, z.core.$strip>;
|
|
1068
|
-
export declare const PuppeteerJSCoverageEntrySchema: z.ZodObject<{
|
|
1069
|
-
url: z.ZodString;
|
|
1070
|
-
text: z.ZodString;
|
|
1071
|
-
ranges: z.ZodArray<z.ZodObject<{
|
|
1072
|
-
start: z.ZodNumber;
|
|
1073
|
-
end: z.ZodNumber;
|
|
1074
|
-
}, z.core.$strip>>;
|
|
1075
|
-
rawScriptCoverage: z.ZodOptional<z.ZodObject<{
|
|
1076
|
-
scriptId: z.ZodString;
|
|
1077
|
-
url: z.ZodString;
|
|
1078
|
-
functions: z.ZodArray<z.ZodObject<{
|
|
1079
|
-
functionName: z.ZodString;
|
|
1080
|
-
ranges: z.ZodArray<z.ZodObject<{
|
|
1081
|
-
startOffset: z.ZodNumber;
|
|
1082
|
-
endOffset: z.ZodNumber;
|
|
1083
|
-
count: z.ZodNumber;
|
|
1084
|
-
}, z.core.$strip>>;
|
|
1085
|
-
isBlockCoverage: z.ZodBoolean;
|
|
1086
|
-
}, z.core.$strip>>;
|
|
1087
|
-
}, z.core.$strip>>;
|
|
1088
|
-
}, z.core.$strip>;
|
|
1089
|
-
export type PuppeteerEventType = string | symbol;
|
|
1090
|
-
export declare const PuppeteerPageEventSchema: z.ZodEnum<{
|
|
1091
|
-
close: "close";
|
|
1092
|
-
error: "error";
|
|
1093
|
-
dialog: "dialog";
|
|
1094
|
-
response: "response";
|
|
1095
|
-
load: "load";
|
|
1096
|
-
domcontentloaded: "domcontentloaded";
|
|
1097
|
-
console: "console";
|
|
1098
|
-
frameattached: "frameattached";
|
|
1099
|
-
framedetached: "framedetached";
|
|
1100
|
-
framenavigated: "framenavigated";
|
|
1101
|
-
pageerror: "pageerror";
|
|
1102
|
-
popup: "popup";
|
|
1103
|
-
request: "request";
|
|
1104
|
-
requestfailed: "requestfailed";
|
|
1105
|
-
requestfinished: "requestfinished";
|
|
1106
|
-
metrics: "metrics";
|
|
1107
|
-
requestservedfromcache: "requestservedfromcache";
|
|
1108
|
-
workercreated: "workercreated";
|
|
1109
|
-
workerdestroyed: "workerdestroyed";
|
|
1110
|
-
}>;
|
|
1111
|
-
export declare const PuppeteerBrowserEventSchema: z.ZodEnum<{
|
|
1112
|
-
disconnected: "disconnected";
|
|
1113
|
-
targetchanged: "targetchanged";
|
|
1114
|
-
targetcreated: "targetcreated";
|
|
1115
|
-
targetdestroyed: "targetdestroyed";
|
|
1116
|
-
}>;
|
|
1117
|
-
export declare const PuppeteerBrowserContextEventSchema: z.ZodEnum<{
|
|
1118
|
-
targetchanged: "targetchanged";
|
|
1119
|
-
targetcreated: "targetcreated";
|
|
1120
|
-
targetdestroyed: "targetdestroyed";
|
|
1121
|
-
}>;
|
|
1122
|
-
export type PuppeteerWaitUntil = z.infer<typeof PuppeteerWaitUntilSchema>;
|
|
1123
|
-
export type PuppeteerWaitUntilOption = z.infer<typeof PuppeteerWaitUntilOptionSchema>;
|
|
1124
|
-
export type PuppeteerGotoOptions = z.infer<typeof PuppeteerGotoOptionsSchema>;
|
|
1125
|
-
export type PuppeteerWaitForNavigationOptions = z.infer<typeof PuppeteerWaitForNavigationOptionsSchema>;
|
|
1126
|
-
export type PuppeteerReloadOptions = z.infer<typeof PuppeteerReloadOptionsSchema>;
|
|
1127
|
-
export type PuppeteerWaitForNetworkIdleOptions = z.infer<typeof PuppeteerWaitForNetworkIdleOptionsSchema>;
|
|
1128
|
-
export type PuppeteerHTTPResponse = z.infer<typeof PuppeteerHTTPResponseSchema>;
|
|
1129
|
-
export type PuppeteerRemoteAddress = z.infer<typeof PuppeteerRemoteAddressSchema>;
|
|
1130
|
-
export type PuppeteerSecurityDetails = z.infer<typeof PuppeteerSecurityDetailsSchema>;
|
|
1131
|
-
export type PuppeteerResourceTiming = z.infer<typeof PuppeteerResourceTimingSchema>;
|
|
1132
|
-
export type PuppeteerMouseButton = z.infer<typeof PuppeteerMouseButtonSchema>;
|
|
1133
|
-
export type PuppeteerPoint = z.infer<typeof PuppeteerPointSchema>;
|
|
1134
|
-
export type PuppeteerOffset = z.infer<typeof PuppeteerOffsetSchema>;
|
|
1135
|
-
export type PuppeteerMouseOptions = z.infer<typeof PuppeteerMouseOptionsSchema>;
|
|
1136
|
-
export type PuppeteerMouseClickOptions = z.infer<typeof PuppeteerMouseClickOptionsSchema>;
|
|
1137
|
-
export type PuppeteerClickOptions = z.infer<typeof PuppeteerClickOptionsSchema>;
|
|
1138
|
-
export type PuppeteerMouseMoveOptions = z.infer<typeof PuppeteerMouseMoveOptionsSchema>;
|
|
1139
|
-
export type PuppeteerMouseWheelOptions = z.infer<typeof PuppeteerMouseWheelOptionsSchema>;
|
|
1140
|
-
export type PuppeteerDragDataItem = z.infer<typeof PuppeteerDragDataItemSchema>;
|
|
1141
|
-
export type PuppeteerDragData = z.infer<typeof PuppeteerDragDataSchema>;
|
|
1142
|
-
export type PuppeteerKeyboardTypeOptions = z.infer<typeof PuppeteerKeyboardTypeOptionsSchema>;
|
|
1143
|
-
export type PuppeteerKeyDownOptions = z.infer<typeof PuppeteerKeyDownOptionsSchema>;
|
|
1144
|
-
export type PuppeteerKeyPressOptions = z.infer<typeof PuppeteerKeyPressOptionsSchema>;
|
|
1145
|
-
export type PuppeteerWaitForOptions = z.infer<typeof PuppeteerWaitForOptionsSchema>;
|
|
1146
|
-
export type PuppeteerScreenshotClip = z.infer<typeof PuppeteerScreenshotClipSchema>;
|
|
1147
|
-
/** @deprecated Use PuppeteerScreenshotClip instead */
|
|
1148
|
-
export type PuppeteerClipRegion = z.infer<typeof PuppeteerClipRegionSchema>;
|
|
1149
|
-
export type PuppeteerImageFormat = z.infer<typeof PuppeteerImageFormatSchema>;
|
|
1150
|
-
export type PuppeteerScreenshotOptions = z.infer<typeof PuppeteerScreenshotOptionsSchema>;
|
|
1151
|
-
export type PuppeteerPDFMargin = z.infer<typeof PuppeteerPDFMarginSchema>;
|
|
1152
|
-
export type PuppeteerPaperFormat = z.infer<typeof PuppeteerPaperFormatSchema>;
|
|
1153
|
-
export type PuppeteerPDFOptions = z.infer<typeof PuppeteerPDFOptionsSchema>;
|
|
1154
|
-
export type PuppeteerCookiePartitionKey = z.infer<typeof PuppeteerCookiePartitionKeySchema>;
|
|
1155
|
-
export type PuppeteerCookieSameSite = z.infer<typeof PuppeteerCookieSameSiteSchema>;
|
|
1156
|
-
export type PuppeteerCookiePriority = z.infer<typeof PuppeteerCookiePrioritySchema>;
|
|
1157
|
-
export type PuppeteerCookieSourceScheme = z.infer<typeof PuppeteerCookieSourceSchemeSchema>;
|
|
1158
|
-
export type PuppeteerCookie = z.infer<typeof PuppeteerCookieSchema>;
|
|
1159
|
-
export type PuppeteerCookieData = z.infer<typeof PuppeteerCookieDataSchema>;
|
|
1160
|
-
export type PuppeteerDeleteCookiesRequest = z.infer<typeof PuppeteerDeleteCookiesRequestSchema>;
|
|
1161
|
-
export type PuppeteerWindowState = z.infer<typeof PuppeteerWindowStateSchema>;
|
|
1162
|
-
export type PuppeteerWindowBounds = z.infer<typeof PuppeteerWindowBoundsSchema>;
|
|
1163
|
-
export type PuppeteerTargetType = z.infer<typeof PuppeteerTargetTypeSchema>;
|
|
1164
|
-
export type PuppeteerTarget = z.infer<typeof PuppeteerTargetSchema>;
|
|
1165
|
-
export type PuppeteerWaitForTargetOptions = z.infer<typeof PuppeteerWaitForTargetOptionsSchema>;
|
|
1166
|
-
export type PuppeteerTargetFilter = z.infer<typeof PuppeteerTargetFilterSchema>;
|
|
1167
|
-
export type PuppeteerDownloadPolicy = z.infer<typeof PuppeteerDownloadPolicySchema>;
|
|
1168
|
-
export type PuppeteerDownloadBehavior = z.infer<typeof PuppeteerDownloadBehaviorSchema>;
|
|
1169
|
-
export type PuppeteerBrowserContextOptions = z.infer<typeof PuppeteerBrowserContextOptionsSchema>;
|
|
1170
|
-
export type PuppeteerPermission = z.infer<typeof PuppeteerPermissionSchema>;
|
|
1171
|
-
export type PuppeteerDevice = z.infer<typeof PuppeteerDeviceSchema>;
|
|
1172
|
-
export type PuppeteerIdleOverrides = z.infer<typeof PuppeteerIdleOverridesSchema>;
|
|
1173
|
-
export type PuppeteerMediaFeature = z.infer<typeof PuppeteerMediaFeatureSchema>;
|
|
1174
|
-
export type PuppeteerNetworkConditions = z.infer<typeof PuppeteerNetworkConditionsSchema>;
|
|
1175
|
-
export type PuppeteerVisionDeficiency = z.infer<typeof PuppeteerVisionDeficiencySchema>;
|
|
1176
|
-
export type PuppeteerResourceType = z.infer<typeof PuppeteerResourceTypeSchema>;
|
|
1177
|
-
export type PuppeteerErrorCode = z.infer<typeof PuppeteerErrorCodeSchema>;
|
|
1178
|
-
export type PuppeteerInterceptResolutionAction = z.infer<typeof PuppeteerInterceptResolutionActionSchema>;
|
|
1179
|
-
export type PuppeteerInterceptResolutionState = z.infer<typeof PuppeteerInterceptResolutionStateSchema>;
|
|
1180
|
-
export type PuppeteerContinueRequestOverrides = z.infer<typeof PuppeteerContinueRequestOverridesSchema>;
|
|
1181
|
-
export type PuppeteerResponseForRequest = z.infer<typeof PuppeteerResponseForRequestSchema>;
|
|
1182
|
-
export type PuppeteerInitiatorType = z.infer<typeof PuppeteerInitiatorTypeSchema>;
|
|
1183
|
-
export type PuppeteerInitiator = z.infer<typeof PuppeteerInitiatorSchema>;
|
|
1184
|
-
export type PuppeteerHTTPRequest = z.infer<typeof PuppeteerHTTPRequestSchema>;
|
|
1185
|
-
export type PuppeteerFrame = z.infer<typeof PuppeteerFrameSchema>;
|
|
1186
|
-
export type PuppeteerWebWorker = z.infer<typeof PuppeteerWebWorkerSchema>;
|
|
1187
|
-
export type PuppeteerRemoteObjectType = z.infer<typeof PuppeteerRemoteObjectTypeSchema>;
|
|
1188
|
-
export type PuppeteerRemoteObjectSubtype = z.infer<typeof PuppeteerRemoteObjectSubtypeSchema>;
|
|
1189
|
-
export type PuppeteerRemoteObject = z.infer<typeof PuppeteerRemoteObjectSchema>;
|
|
1190
|
-
export type PuppeteerViewport = z.infer<typeof PuppeteerViewportSchema>;
|
|
1191
|
-
export type PuppeteerGeolocation = z.infer<typeof PuppeteerGeolocationSchema>;
|
|
1192
|
-
export type PuppeteerBoundingBox = z.infer<typeof PuppeteerBoundingBoxSchema>;
|
|
1193
|
-
export type PuppeteerBoxModel = z.infer<typeof PuppeteerBoxModelSchema>;
|
|
1194
|
-
export type PuppeteerSelectOption = z.infer<typeof PuppeteerSelectOptionSchema>;
|
|
1195
|
-
export type PuppeteerSerializedElement = z.infer<typeof PuppeteerSerializedElementSchema>;
|
|
1196
|
-
export type PuppeteerSelectValue = string | PuppeteerSelectOption;
|
|
1197
|
-
export type PuppeteerCreditCard = z.infer<typeof PuppeteerCreditCardSchema>;
|
|
1198
|
-
export type PuppeteerAutofillData = z.infer<typeof PuppeteerAutofillDataSchema>;
|
|
1199
|
-
export type PuppeteerWaitForSelectorOptions = z.infer<typeof PuppeteerWaitForSelectorOptionsSchema>;
|
|
1200
|
-
export type PuppeteerFrameAddScriptTagOptions = z.infer<typeof PuppeteerFrameAddScriptTagOptionsSchema>;
|
|
1201
|
-
export type PuppeteerFrameAddStyleTagOptions = z.infer<typeof PuppeteerFrameAddStyleTagOptionsSchema>;
|
|
1202
|
-
export type PuppeteerVisibilityOption = z.infer<typeof PuppeteerVisibilityOptionSchema>;
|
|
1203
|
-
export type PuppeteerActionOptions = z.infer<typeof PuppeteerActionOptionsSchema>;
|
|
1204
|
-
export type PuppeteerLocatorScrollOptions = z.infer<typeof PuppeteerLocatorScrollOptionsSchema>;
|
|
1205
|
-
export type PuppeteerLocatorClickOptions = z.infer<typeof PuppeteerLocatorClickOptionsSchema>;
|
|
1206
|
-
export type PuppeteerSnapshotOptions = z.infer<typeof PuppeteerSnapshotOptionsSchema>;
|
|
1207
|
-
export type PuppeteerTracingOptions = z.infer<typeof PuppeteerTracingOptionsSchema>;
|
|
1208
|
-
export type PuppeteerDialogType = z.infer<typeof PuppeteerDialogTypeSchema>;
|
|
1209
|
-
export type PuppeteerDialog = z.infer<typeof PuppeteerDialogSchema>;
|
|
1210
|
-
export type PuppeteerConsoleMessageType = z.infer<typeof PuppeteerConsoleMessageTypeSchema>;
|
|
1211
|
-
export type PuppeteerConsoleMessageLocation = z.infer<typeof PuppeteerConsoleMessageLocationSchema>;
|
|
1212
|
-
export type PuppeteerConsoleMessage = z.infer<typeof PuppeteerConsoleMessageSchema>;
|
|
1213
|
-
export type PuppeteerTouchHandle = z.infer<typeof PuppeteerTouchHandleSchema>;
|
|
1214
|
-
export type PuppeteerCSSCoverageOptions = z.infer<typeof PuppeteerCSSCoverageOptionsSchema>;
|
|
1215
|
-
export type PuppeteerJSCoverageOptions = z.infer<typeof PuppeteerJSCoverageOptionsSchema>;
|
|
1216
|
-
export type PuppeteerCoverageRange = z.infer<typeof PuppeteerCoverageRangeSchema>;
|
|
1217
|
-
export type PuppeteerCoverageEntry = z.infer<typeof PuppeteerCoverageEntrySchema>;
|
|
1218
|
-
export type PuppeteerJSCoverageEntry = z.infer<typeof PuppeteerJSCoverageEntrySchema>;
|
|
1219
|
-
export type PuppeteerPageEvent = z.infer<typeof PuppeteerPageEventSchema>;
|
|
1220
|
-
export type PuppeteerBrowserEvent = z.infer<typeof PuppeteerBrowserEventSchema>;
|
|
1221
|
-
export type PuppeteerBrowserContextEvent = z.infer<typeof PuppeteerBrowserContextEventSchema>;
|