Playwright Cucumber TS Steps
    Preparing search index...

    Function rightClickPosition

    • Right-clicks at specific X, Y coordinates on the page.

      Parameters

      • page: any

        The Playwright page object

      • x: number

        The X coordinate

      • y: number

        The Y coordinate

      • Optionaltable: any

        Optional table data for click options

      Returns Promise<void>

      When I pw right click position 100 200