Actions
Verification Actions
Learn how to verify element states and content using Auto-Browse’s assertions
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:
Best Practices
1. Clear and Specific Assertions
2. Proper Wait States
3. Error Handling
Common Patterns
1. Form Validation
2. Login Flow
3. Interactive Elements
Troubleshooting
Common verification issues and solutions:
- Visibility Issues
- Timing Issues
- State Changes
Next Steps
- Learn about Form Actions
- Explore Navigation
- Check out other Action Types