Click an element
clickTrigger a real element in an open Storybook story via CSS selector to capture custom events, then inspect what fired with get_events.
Instructions
Click a real element in the open story via a CSS selector (e.g. a menu trigger) and let the resulting custom event(s) get captured naturally — the same "open the menu, see it respond" loop a human runs by hand. Check what fired with get_events afterward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | A CSS selector, e.g. 'demo-toggle' or '.menu-trigger'. |