Playwright Cucumber TS Steps
    Preparing search index...
    • Fills an input field with the specified value. Supports fixtures for reusable selectors.

      Parameters

      • page: any
      • selectorKey: string

        The key of the selector in the fixtures or a raw CSS/XPath selector.

      • value: string

        The text value to type/fill.

      Returns Promise<void>

      When I pw fill "login.usernameField" with "testuser"