scroll
Type: <string>
It scrolls to the DOM element matching the given
CSS selector
into the browser page over the target url.- CLI
- JavaScript
- Shell
- Python
- Ruby
const mql = require('@microlink/mql')
const { status, data } = await mql('https://microlink.io', {
screenshot: true,
scroll: '#pricing'
})
mql.render(data)