Pageshot
Scene Control

Scroll and Click

Move the viewport or interact with the page.

Scroll to a selector

{
  "scroll_to_selector": "#pricing",
  "scroll_adjust_top": -80
}

Click a selector

{
  "click_selector": ".accept",
  "click_count": 1,
  "click_delay_ms": 200,
  "click_fail": true
}

Scroll element into view

{
  "selector": ".target",
  "scroll_into_view": true,
  "selector_fail": true
}

Failure behavior

selector_fail and click_fail control whether a missing selector fails the request.