Playwright Cucumber TS Steps
    Preparing search index...

    Function findInputByValue

    • Finds an input field that currently has a specific value. Supports variable aliasing (e.g., "@storedValue").

      Parameters

      • page: any
      • value: string

        The value to match.

      Returns Promise<void>

      When I find input by display value "John"