Common Use Cases
Form Submission

Navigation

Modal Interactions

Table Operations

Best Practices
- Be as specific as possible in element descriptions
- Include surrounding context when targeting dynamic elements
- Consider using Wait actions before clicking on dynamic content
- Verify the click result when critical to test flow
Avoid using generic descriptions like “Click the button”. Always provide enough context for Spur to identify the correct element reliably.
Troubleshooting
Element Not Found
Element Not Found
If Spur can’t find the element:
- Check if the element is visible in the viewport
- Ensure the description matches exactly
- Consider adding more context
- Use Wait actions if element loads dynamically
Wrong Element Clicked
Wrong Element Clicked
If Spur clicks the wrong element:
- Add more specific context
- Include nearby text or landmarks
- Specify element type explicitly