browserHandleDialog
Handle browser dialogs by accepting or prompting responses, specifying wait times, and automating web interactions efficiently using the Better Playwright MCP server.
Instructions
处理浏览器对话框
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accept | Yes | 是否接受对话框 | |
pageId | Yes | 页面ID | |
promptText | No | 提示对话框的回答文本 | |
waitForTimeout | No | 操作后等待获取快照的延迟时间(毫秒,默认2000) |