Playwright Cucumber TS Steps
    Preparing search index...
    • Clicks on the first visible element containing the specified text (partial match).

      Parameters

      • page: any

        The Playwright page object

      • rawText: string

        The text to search for (can be a variable alias starting with @)

      • Optionaltable: any

        Optional table data for click options

      Returns Promise<void>

      When I pw click on text "Login"