cst_dismiss_dialogs
Dismiss visible CST dialog windows (errors, warnings, incompatible results) that block automation, returning their title and text content before closing. Use read-only mode to inspect without dismissing.
Instructions
Find and dismiss any visible CST dialog windows (error popups, 'Results Incompatible' dialogs, solver warnings). Returns the title and text content of each dialog before dismissing it. Use this to unblock CST when a modal dialog is preventing further automation. Uses Win32 API on Windows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| read_only | No | If true, only read dialog content without dismissing. Default: false (read and dismiss). |