Verification Actions
Auto-Browse provides a set of core assertions for verifying element states and content. These natural language commands make it easy to validate your application’s behavior.Supported Assertions
Auto-Browse currently supports four fundamental assertion types:Element Visibility
Check if elements are visible on the page:Text Content
Verify the text content of elements:Element State
Check if elements are enabled:Checkbox/Radio State
Verify if checkboxes or radio buttons are checked:Common Use Cases
Element States and Content VerificationKey Features
- Four Assertion Types: Visibility, text content, element state, and checkbox/radio state
- Smart Waiting: Automatically waits for elements to reach expected states
- Flexible Matching: Supports exact text and partial content matching
- Error Handling: Clear feedback when assertions fail
Next Steps
- Learn about Form Actions
- Explore Navigation
- Check out other Action Types