browserClick
Simulate clicks on specific web elements using element references and page IDs, with optional delay for capturing snapshots after interaction. Part of the Better Playwright MCP server for efficient browser automation.
Instructions
点击页面元素
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pageId | Yes | 页面ID | |
ref | Yes | 元素的xp引用值 | |
waitForTimeout | No | 操作后等待获取快照的延迟时间(毫秒,默认2000) |