Clicks on an element.
Context object.
Css selector.
Optional
Also sends related events, such as mouseenter.
mouseenter
await click(ctx, 'button[id="submit"]'); Copy
await click(ctx, 'button[id="submit"]');
Generated using TypeDoc
Clicks on an element.