Playwright Cucumber TS Steps
    Preparing search index...

    Function findElementByTestId

    • Finds an element by its test ID (usually data-testid).

      Parameters

      • page: any
      • testid: string

      Returns Promise<void>

      When I pw find element by testid "login-form"