-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
cypress-real-events/src/commands/mouseWheel.ts
Lines 7 to 12 in ccfb02d
| export interface RealMouseWheelOptions { | |
| /** | |
| * Position relative to the element where to hover the element. Only supporting "center". | |
| * @example cy.realMouseWheel({ position: "center" }) | |
| */ | |
| position?: "center"; |
Why only center? I needed "topRight" tried it and it works as expected. Only the type doesn't allow it.
boieva-maryna
Metadata
Metadata
Assignees
Labels
No labels