We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bc01b commit bed0a56Copy full SHA for bed0a56
components/assistive-playwright-client/src/vm/mouse.ts
@@ -57,6 +57,10 @@ export class VMMouse implements Mouse {
57
public calibration: CalibrationResult
58
) {}
59
60
+ wheel(deltaX: number, deltaY: number): Promise<void> {
61
+ throw new Error("Method not implemented yet.");
62
+ }
63
+
64
/**
65
* Moves the mouse to the specified position, expressed either as
66
* coordinates in the viewport (relative to the top-left corner),
0 commit comments