Navigate URL
Navigates to a specified URL in a browser instance.
Inputs
URL
required: The target URL to navigate toWeb Page
required: 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
