Playwright Cucumber TS Steps
    Preparing search index...
    • Fills the currently stored (active) input element with specific text. Supports variable aliases using the "@" prefix.

      Parameters

      • page: any
      • textOrAlias: string
      • Optionaltable: any

      Returns Promise<void>

      When I pw type "hello world"
      When I pw type "@storedPassword"