Playwright Cucumber TS Steps
    Preparing search index...

    Function storeActiveElementText

    • Stores the text content of the currently active element in a variable. This should be used after a step that selects an element (e.g., "I find element by text").

      Parameters

      • page: any
      • alias: string

      Returns Promise<void>

      When I pw store text as "extractedCode"