import mql from '@microlink/mql' const { data } = await mql('https://dev.to', { screenshot: true, waitForTimeout: 3000 })
waitForTimeout
Type:
<string> | <number>
It tells the browser to wait a quantity of time in milliseconds before processing the content over the target url.
The value provided in the following formats:
- as number in milliseconds (e.g., 3000).
- as humanized representation of the number (e.g., '3s').
The following humanized number variations are supported: