feat(dblclick): add double click (#654)

Fixes https://github.com/microsoft/playwright-mcp/issues/652
This commit is contained in:
Pavel Feldman 2025-07-11 16:45:39 -07:00 committed by GitHub
parent 1600ba6645
commit 59f1d67a4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 54 additions and 6 deletions

View file

@ -478,6 +478,7 @@ X Y coordinate space, based on the provided screenshot.
- Parameters:
- `element` (string): Human-readable element description used to obtain permission to interact with the element
- `ref` (string): Exact target element reference from the page snapshot
- `doubleClick` (boolean, optional): Whether to perform a double click instead of a single click
- Read-only: **false**
<!-- NOTE: This has been generated via update-readme.js -->