| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-18 | 1.4 kB | |
| v26.3.18 source code.tar.gz | 2026-03-18 | 2.0 MB | |
| v26.3.18 source code.zip | 2026-03-18 | 2.3 MB | |
| Totals: 3 Items | 4.3 MB | 0 | |
Java: Auto-install Chrome for Testing
Java users no longer need to manually install Chrome. The Java client now automatically downloads Chrome for Testing on first use, matching the Python client's behavior. (#97)
BrowserInstaller.ensureInstalled()checks for Chrome and runsvibium installif missing- Skipped automatically for remote browser connections
- Respects
VIBIUM_SKIP_BROWSER_DOWNLOAD=1to opt out
Java: CLI Proxy
The vibium JAR now works as a CLI tool:
:::bash
java -jar vibium.jar install # download Chrome for Testing
java -jar vibium.jar paths # show browser paths
Java: Better Error Messages
If Chrome is missing, the error now tells you exactly what to do:
Chrome for Testing is not installed.
The automatic download did not succeed. To install manually, run:
java -jar vibium.jar install
Instead of the old opaque "chromedriver not found" message.
Recording: Fix resource file extensions
Recording resources (screenshots) now include .jpeg/.png extensions in the trace archive, so players can identify the image format correctly.
Other
- Fix stale
"run 'clicker install'"error messages →"run 'vibium install'" - Java tutorial and docs improvements
Full Changelog: https://github.com/VibiumDev/vibium/compare/v26.3.17...v26.3.18