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.
baseURL
The relative path or URL to navigate to.
When I pw navigate to "/dashboard/login" Copy
When I pw navigate to "/dashboard/login"
Navigates to a specific path. If a
baseURLis configured in your Playwright config, this is relative to it. Otherwise, it treats the string as a direct URL.