v7.0.2

mherrmann/heliumv7.0.2Jun 3, 2026by mherrmann

AI Summary

Added support for interacting with hidden file input elements in web browsers, allowing users to attach files using the `attach_file` function.

Key Highlights

  • Added support for hidden file input elements
  • Example usage: `attach_file('.../path/to/your/file.txt')`

New Features

  • Interaction with hidden file inputs

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')