fullPage
Type: <boolean>
Default: false
Default: false
It takes a full scrollable page screenshot over the target url.
- CLI
- JavaScript
- Shell
- Python
- Ruby
const mql = require('@microlink/mql')
const { status, data } = await mql('https://microlink.io/recipes', {
screenshot: { fullPage: true }
})
mql.render(data)
The response time could be slower since the browser has to wait more elements before taking the screenshot.