import mql from '@microlink/mql' const { data } = await mql('https://microlink.io', { screenshot: true, scroll: "#pricing" })
scroll
Type: <string>
It scrolls to the DOM element matching the given
CSS selector
into the browser page over the target url.