Skip to content

Commit bed0a56

Browse files
committed
Fixing build with playwright 1.15.0
1 parent e7bc01b commit bed0a56

File tree

1 file changed

+4
-0
lines changed
  • components/assistive-playwright-client/src/vm

1 file changed

+4
-0
lines changed

components/assistive-playwright-client/src/vm/mouse.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ export class VMMouse implements Mouse {
5757
public calibration: CalibrationResult
5858
) {}
5959

60+
wheel(deltaX: number, deltaY: number): Promise<void> {
61+
throw new Error("Method not implemented yet.");
62+
}
63+
6064
/**
6165
* Moves the mouse to the specified position, expressed either as
6266
* coordinates in the viewport (relative to the top-left corner),

0 commit comments

Comments
 (0)