@skrillex1224/playwright-toolkit 2.1.240 → 2.1.241

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
@@ -218,6 +218,11 @@ export interface HumanClickOptions {
218
218
  throwOnMissing?: boolean;
219
219
  scrollIfNeeded?: boolean;
220
220
  restore?: boolean;
221
+ tapTimeoutMs?: number;
222
+ mouseFallbackTimeoutMs?: number;
223
+ activateFallbackTimeoutMs?: number;
224
+ fallbackDomClick?: boolean;
225
+ fallbackDomClickOnTapError?: boolean;
221
226
  }
222
227
 
223
228
  export interface HumanPressOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skrillex1224/playwright-toolkit",
3
- "version": "2.1.240",
3
+ "version": "2.1.241",
4
4
  "description": "一个在 Apify/Crawlee Actor 中启用实时截图视图的实用工具库。",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",