v7.0.1
mherrmann/heliumv7.0.1May 9, 2026by mherrmann
AI Summary
Improved error messages for `LookupError` to make debugging easier by including the specific text of the missing element in the exception.
Key Highlights
- Enhanced `LookupError` messages to include the text of the missing element
- Better debugging experience for actions like `click('non-existent')`
New Features
- Enhanced error reporting
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.