Capture Studio
Element and Clip Capture
Target a selector or an exact rectangle.
Capture a selector
{
"selector": ".pricing-card",
"scroll_into_view": true,
"selector_fail": true
}Capture a clip rectangle
{
"clip": {
"x": 0,
"y": 200,
"width": 1200,
"height": 800
}
}Mutual exclusions
selector and clip cannot be combined. clip also requires full_page=false.