Playwright Cucumber TS Steps
    Preparing search index...
    • Navigates to a specific path. If a baseURL is configured in your Playwright config, this is relative to it. Otherwise, it treats the string as a direct URL.

      Parameters

      • page: any
      • path: string

        The relative path or URL to navigate to.

      Returns Promise<void>

      When I pw navigate to "/dashboard/login"