@skrillex1224/playwright-toolkit 2.1.246 → 2.1.247
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 +238 -513
- package/dist/index.cjs.map +4 -4
- package/dist/index.js +238 -513
- package/dist/index.js.map +4 -4
- package/index.d.ts +0 -7
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -257,12 +257,6 @@ export interface DeviceInputOptions {
|
|
|
257
257
|
stepDelayMs?: number;
|
|
258
258
|
beforeReleaseDelayMs?: number;
|
|
259
259
|
afterReleaseDelayMs?: number;
|
|
260
|
-
finalMoveRepeats?: number;
|
|
261
|
-
finalMoveDelayMs?: number;
|
|
262
|
-
sourceOffsetX?: number;
|
|
263
|
-
sourceOffsetY?: number;
|
|
264
|
-
targetOffsetX?: number;
|
|
265
|
-
targetOffsetY?: number;
|
|
266
260
|
allowMouseFallback?: boolean;
|
|
267
261
|
}
|
|
268
262
|
|
|
@@ -437,7 +431,6 @@ export interface CaptchaMonitorOptions {
|
|
|
437
431
|
}
|
|
438
432
|
|
|
439
433
|
export interface CaptchaStrategyOptions {
|
|
440
|
-
debugArtifacts?: boolean;
|
|
441
434
|
[key: string]: any;
|
|
442
435
|
}
|
|
443
436
|
|