This is documentation for the next version of Grafana k6 documentation. For the latest stable release, go to the latest version.
dispatchEvent(selector, type, eventInit[, options])
Warning
Use locator-based
locator.dispatchEvent(type, eventInit[, options])instead.
Dispatches HTML DOM event types e.g. 'click'.
eventInit
Since eventInit is event-specific, please refer to the events documentation for the lists of initial properties:


