chore: allow right click (#687)
Fixes https://github.com/microsoft/playwright-mcp/issues/467
This commit is contained in:
parent
fe0c0ffffe
commit
c97bc6e2ae
7 changed files with 156 additions and 82 deletions
|
|
@ -376,6 +376,7 @@ http.createServer(async (req, res) => {
|
|||
- `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
|
||||
- `button` (string, optional): Button to click, defaults to left
|
||||
- Read-only: **false**
|
||||
|
||||
<!-- NOTE: This has been generated via update-readme.js -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue