playwright__browser_handle_dialog
Handle browser dialogs by accepting or dismissing them, and provide text for prompt dialogs when required.
Instructions
[playwright] Handle a dialog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accept | Yes | Whether to accept the dialog. | |
| promptText | No | The text of the prompt in case of a prompt dialog. |