Skip to main content

scroll_into_view

Interaction

Scrolls an element into the viewport.

Parameters

Parameter Type Required Default Description
selector string Yes Element selector using type=value format
iframe string No CSS selector for iframe context
timeout number No 5000 Maximum wait time in milliseconds

Usage Example

RTILA X PROJECT JSON

    {
  "command": "scroll_into_view",
  "params": {
    "selector": "css=.hidden-section",
    "iframe": "",
    "timeout": 5000
  }
}
  

Related Scenarios

Related Learning Articles

Was this helpful?