browserHandleDialog
Handle browser dialogs during automation by accepting or dismissing prompts, specifying response text, and managing timeouts for efficient web interactions.
Instructions
处理浏览器对话框
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accept | Yes | 是否接受对话框 | |
pageId | Yes | 页面ID | |
promptText | No | 提示对话框的回答文本 | |
waitForTimeout | No | 操作后等待获取快照的延迟时间(毫秒,默认2000) |