Skip to main content

go_forward

Navigation

Navigates forwards in the browser history.

Parameters

Parameter Type Required Default Description
wait_until string No networkidle Navigation wait condition
Options: load, domcontentloaded, networkidle, commit

Usage Example

RTILA X PROJECT JSON

    {
  "command": "go_forward",
  "params": {
    "wait_until": "networkidle"
  }
}
  

Related Scenarios

Related Learning Articles

Was this helpful?