v7.0.1

mercurjs/mercurv7.0.1May 9, 2026by mherrmann

AI Summary

This release improves error reporting for failed element lookups by including the specific selector or action in the error message, making debugging easier for users.

Key Highlights

  • Enhanced `LookupError` messages
  • Includes selector/action in error output
  • Improved debugging experience

New Features

  • Improved error messages for debugging

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.