Navigate URL
Navigates to a specified URL in a browser instance.
Inputs
URLrequired: The target URL to navigate toWeb Pagerequired: Browser instance to useWait Until: Page load state to wait for (default: "networkidle0")Timeout: Maximum time to wait in milliseconds (default: 30000)
Example
Outputs
Success: Boolean indicating if navigation was successfulWeb Page: Updated browser instanceFinal URL: The final URL after any redirects
