Playwright Cucumber TS Steps
    Preparing search index...

    Function clickOnColumnInRow

    • Clicks on a specific column in a specific row of a table.

      Parameters

      • page: any

        The Playwright page object

      • columnIndex: number

        The 1-based index of the column to click (1st, 2nd, 3rd, etc.)

      • rowIndex: number

        The selector key for the row (can be a fixture key or raw CSS selector)

      • Optionaltable: any

        Optional table data for click options

      Returns Promise<void>

      And I pw click on column 1 in row 1
      
      And I pw click on column 2 in row 3
      
      And I pw click on column 3 in row 2
      
      And I pw click on column 4 in row 5