• Dispatch the `click`` method on an element specified by selector.

    Parameters

    • selector: string | Element

      A CSS selector string, or an instance of an HTMLElement.

    Returns Promise<void>

    await click('.class button', 'Click a button')