feat(dblclick): add double click (#654)
Fixes https://github.com/microsoft/playwright-mcp/issues/652
This commit is contained in:
parent
1600ba6645
commit
59f1d67a4e
3 changed files with 54 additions and 6 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue