@skrillex1224/playwright-toolkit 2.1.260 → 2.1.262
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +16 -13
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +16 -13
- package/dist/index.js.map +2 -2
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -529,6 +529,7 @@ export interface ShareLinkCaptureOptions {
|
|
|
529
529
|
prefix: string;
|
|
530
530
|
xurl?: Array<string | string[]>;
|
|
531
531
|
};
|
|
532
|
+
/** 捕获超时,默认 50000ms;传 0 表示关闭超时,直到捕获成功或 signal.abort() */
|
|
532
533
|
timeoutMs?: number;
|
|
533
534
|
payloadSnapshotMaxLen?: number;
|
|
534
535
|
domSelectors?: string | string[];
|