v7.0.1

Wan-Video/Wan2.1v7.0.1May 9, 2026by mherrmann

AI Summary

Improves the debugging experience by providing descriptive error messages when actions fail to locate elements.

Key Highlights

  • LookupError now includes the target element name for easier debugging
  • Consistent error messaging for various action failures

New Features

  • Improved LookupError messages for actions like click()

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.