send_message
Send messages to Chrome extensions and capture responses, enabling direct testing of message handling from AI coding agents.
Instructions
Send a message via chrome.runtime.sendMessage() and capture the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Message to send via chrome.runtime.sendMessage() | |
| timeout | No | Timeout in milliseconds | |
| expectResponse | No | Whether to wait for a response |