import mql from '@microlink/mql' const { data } = await mql('https://microlink.io', { screenshot: true, click: "#features" })
click
Type:
<string> | <string[]>
It clicks the DOM elements matching the given
CSS selectors
over the target url.It can be combined with other browser interaction, such as scroll, to mutates the browser page state.