TWAZI

Navigates to a specified URL in a browser instance.

Inputs

  • URL required: The target URL to navigate to
  • Web Page required: Browser instance to use
  • Wait Until: Page load state to wait for (default: "networkidle0")
  • Timeout: Maximum time to wait in milliseconds (default: 30000)

Example

{
  "URL": "https://example.com/trading",
  "Web Page": "<browser_instance>",
  "Wait Until": "networkidle0",
  "Timeout": 30000
}

Outputs

  • Success: Boolean indicating if navigation was successful
  • Web Page: Updated browser instance
  • Final URL: The final URL after any redirects
Navigate URL workflow example

On this page

Edit on GitHub