get_toast_messages
Capture visible toast, notification, or alert messages on a web page by checking common selectors like role=alert and .toast.
Instructions
Capture visible toast/notification/alert messages on page. Checks common toast selectors ([role=alert], [role=status], [aria-live], .toast, .notification, Toastify, Sonner, Radix).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait_ms | No | Wait this many ms before capturing (lets toast animate in, default: 0) | |
| selector | No | Override default toast selectors with a custom CSS selector | |
| session_id | Yes | Session ID |