mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(api.md): clarify coordinate system in mouse (#3041)
This commit is contained in:
parent
608f5b79fe
commit
d822401449
@ -1890,6 +1890,8 @@ Dispatches a `keyup` event.
|
||||
|
||||
### class: Mouse
|
||||
|
||||
The Mouse class operates in main-frame CSS pixels relative to the top-left corner of the viewport.
|
||||
|
||||
#### mouse.click(x, y, [options])
|
||||
- `x` <[number]>
|
||||
- `y` <[number]>
|
||||
|
Loading…
Reference in New Issue
Block a user