v7.0.1

jo-inc/camofox-browserv7.0.1May 9, 2026by mherrmann

AI Summary

This release improves debugging capabilities by adding context to LookupError exceptions, making it clearer when a specific element or action cannot be found.

Key Highlights

  • LookupError now includes the missing element name for better debugging
  • Improved error messages for other actions

New Features

  • LookupError now includes the missing element name for better debugging
  • Improved error messages for other actions

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.