ui_assert
Assert visibility and text content of UI elements in Salesforce. Use a CSS selector to specify an element and optionally expected text or visibility to validate its state.
Instructions
Assert UI conditions (visibility and text).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| visible | No | ||
| selector | Yes | ||
| sessionId | No | ||
| timeoutMs | No | ||
| textContains | No |