Skip to main content

goto

Navigation

Navigates the current page to a specified URL.

Parameters

Parameter Type Required Default Description
url string Yes Target URL, supports variable substitution
wait_until string No domcontentloaded Navigation wait condition
Options: load, domcontentloaded, networkidle, commit

Usage Example

RTILA X PROJECT JSON

    {
  "command": "goto",
  "params": {
    "url": "https://learn.rtila.com/scenarios/basic-navigation/1",
    "wait_until": "domcontentloaded"
  }
}
  

Related Scenarios

Related Learning Articles

Was this helpful?