v7.0.2

mercurjs/mercurv7.0.2Jun 3, 2026by mherrmann

AI Summary

Helium now supports interacting with hidden file input elements, enabling file uploads in automated browser testing scenarios.

Key Highlights

  • Added support for hidden file input elements
  • Can now use `attach_file` with hidden inputs

New Features

  • Hidden file input interaction

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