v7.0.1

HKUDS/AutoAgentv7.0.1May 9, 2026by mherrmann

AI Summary

Enhances debugging capabilities by modifying the LookupError to include the specific element selector string in the error message.

Key Highlights

  • LookupError now includes the element selector string
  • Improved error messages for non-existent elements

New Features

  • Improved LookupError messages

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.