Type: block_dom_removals
This action will prevent the page from removing items from the page. This is useful if you are trying to scrape data from a Javascript-based web application that removes items from the page when they are out of view which can make grabbing data difficult.
Using this action will block DOM removals for the rest of the browser request.
See universal parameters.
Capture the cookies of the current page
"actions": [
{
"type": "block_dom_removals"
}
]
Beta Feature: This feature is currently in beta and restricted to approved users. If you're are interested in trying it, please contact support and we can enable this feature for your account.