@skrillex1224/playwright-toolkit 2.1.261 → 2.1.264

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/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[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skrillex1224/playwright-toolkit",
3
- "version": "2.1.261",
3
+ "version": "2.1.264",
4
4
  "description": "一个在 Apify/Crawlee Actor 中启用实时截图视图的实用工具库。",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",