v7.0.1
0xPlaygrounds/rigv7.0.1May 9, 2026by mherrmann
AI Summary
Improved error messages for LookupError exceptions to include the missing element name, making debugging easier.
Key Highlights
- LookupError now includes the missing element name in error messages
- Improved debugging experience for click() and other action methods
Full Release Notes
Previously, when you did `click("non-existent")` you received a `LookupError` without further information. Now, you get `LookupError: "non-existent"`. Similarly for other actions. This makes debugging easier.