This commit is contained in:
Marcin Pietruszka 2020-04-24 17:48:19 +02:00 committed by GitHub
parent 5146dfc74b
commit 3c71125d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2089,7 +2089,7 @@ Bear in mind that if the first click of the `dblclick()` triggers a navigation e
> **NOTE** `frame.dblclick()` dispatches two `click` events and a single `dblclick` event.
#### frame.dispatchEvent(selector, type[, eventInit, options])
- `selector` <[string]> A selector to search for element to double click. If there are multiple elements satisfying the selector, the first will be double clicked.
- `selector` <[string]> A selector to search for element to use. If there are multiple elements satisfying the selector, the first will be double clicked.
- `type` <[string]> DOM event type: `"click"`, `"dragstart"`, etc.
- `eventInit` <[Object]> event-specific initialization properties.
- `options` <[Object]>