v7.0.2

0xPlaygrounds/rigv7.0.2Jun 3, 2026by mherrmann

AI Summary

This release adds support for interacting with hidden file input elements in the browser automation library, enabling bots to attach files to inputs that were previously inaccessible.

Key Highlights

  • Added support for hidden file input elements via `attach_file`.

New Features

  • Ability to attach files to hidden file input elements.

Full Release Notes

Websites often have hidden file input elements. Helium previously was not able to interact with them. Now it can. For example, via:

    attach_file('.../path/to/your/file.txt')