verify
Confirm expected macOS UI state after automation by asserting text presence, region changes, cursor location, window visibility, and clipboard matches.
Instructions
Check an expected outcome after acting. expect = {type: 'text_present'|'text_absent'|'region_changed'|'region_unchanged'|'cursor_at'|'window_present'|'window_gone'|'clipboard_contains'|'all_of'|'any_of', ...params, children?}. region_changed/unchanged need baseline_screenshot_id from an earlier screenshot response. text_present/text_absent require an exact (case-insensitive) substring match, not fuzzy. clipboard_contains never returns clipboard content, only matched/clipboard_len.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expect | Yes | ||
| baseline_screenshot_id | No |