Dispatch the `click`` method on an element specified by selector.
A CSS selector string, or an instance of an HTMLElement.
await click('.class button', 'Click a button') Copy
await click('.class button', 'Click a button')
Dispatch the `click`` method on an element specified by selector.