You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| type | string |`''`| DOM event type e.g. `'click'`. |
15
+
| eventInit | object |`null`| Optional event specific properties. See [eventInit](#eventinit) for more details. |
16
+
| options | object |`null`||
17
17
| options.timeout | number |`30000`| Maximum time in milliseconds. Pass `0` to disable the timeout. Default is overridden by the `setDefaultTimeout` option on [BrowserContext](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/browser/browsercontext/) or [Page](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/browser/page/). |
18
18
19
19
</TableWithNestedRows>
@@ -35,15 +35,16 @@ Since eventInit is event-specific, please refer to the events documentation for
0 commit comments