Playwright Cucumber TS Steps
    Preparing search index...

    Function doubleClickPosition

    • Double-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 double click position 100 200