Playwright Cucumber TS Steps
    Preparing search index...

    Function moveMouseToCoordinates

    • Moves the mouse cursor to specific absolute screen coordinates. Useful for canvas interactions or testing mouse tracking.

      Parameters

      • page: any
      • x: number
      • y: number

      Returns Promise<void>

      When I pw move mouse to coordinates 100, 200