failed to click ref 15: element not interactable
(debug screenshot saved to: /tmp/lsbot/error_click_not_interactable_ref15_2026-02-08_14-30-45.123.png)
Current page snapshot (refs may have changed):
[1] button "Accept Cookies"
[2] link "Login"
[3] textbox "Username"
...
Automatic Retry Flow
1. Action fails with "ref not found"
↓
2. Capture fresh snapshot
↓
3. Update ref mappings
↓
4. Retry action automatically
↓
5. Success: "Clicked [15] button "Submit" (after auto-refresh)"
OR
Failure: Return error with fresh snapshot
Maintenance
# View recent debug screenshots
ls -lht /tmp/lsbot/*.png | head -10
# Clean up old screenshots (older than 7 days)
find /tmp/lsbot -name "*.png" -mtime +7 -delete
# Clean all debug screenshots
rm -rf /tmp/lsbot/*.png
Performance
No impact during successful operations
~50-100ms overhead per error (screenshot capture)
Screenshots only created on failures
Recommended for development/testing, optional for production