Playwright Cucumber TS Steps
    Preparing search index...
    • Navigates the browser to a specific absolute URL.

      Parameters

      • page: any
      • url: string

        The full URL string (must include http/https).

      Returns Promise<void>

      Given I pw visit "https://www.google.com"