Interactive actions before a capture
Some pages don't show what you want until you act on them — an age gate sits in front of the content, a "load more" button hides the rest of a list, a search box needs a query before there are any results. Hiding elements won't help, because the content isn't in the DOM until you interact.
The new actions parameter takes an ordered list of steps run on the live page after it loads (and after ad and cookie blocking) and before the screenshot is taken. Supported steps are click, type, press, hover, select, scroll, and wait. Each step can be marked optional to skip it instead of failing the capture, and given its own timeout. Up to 25 steps per capture.
Actions work the same on every capture path — standard and stealth, and on async, bulk, and scheduled jobs — and they're available on every plan. See the interactive actions guide for examples and the full field reference.