tauri-driver - full changelog
v2.0.5
Feb 4, 2026
Bug Fixes
06f911aaf(#14871 by @goosewobbler) Prevent native WebDriver stdout from polluting tauri-driver's stdout used by test frameworks.
v2.0.4
Apr 15, 2025
Enhancements
0cf2d9933(#13238) Automatically append the.exeextension on the application path intauri:options.
Bug Fixes
v2.0.3
Jan 25, 2025
Bug Fixes
fb294af8e(#12383 by @bicarlsen) Parse ms:edgeOptions separately to preventinvalid argumenterrors.
v2.0.2
Jan 10, 2025
Enhancements
v2.0.1
Oct 3, 2024
What's Changed
0ab2b3306(#11205 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
v2.0.0
Oct 2, 2024
What's Changed
v0.1.5
Aug 22, 2024
Bug Fixes
What's Changed
f4d5241b3(#10731 by @amrbashir) Update documentation icon path.
v0.1.4
Feb 3, 2024
New Features
435d7513(#8609) AddedwebviewOptionsobject to thetauri:optionscapability to configure the Edge webview options on Windows.
v0.1.3
Sep 30, 2023
What's Changed
9edebbba(#7475) Update locked dependencies to fix a Windows build issue when using them with a recent Rust compiler.9edebbba(#7475) Bump minimum Rust version to1.60to be in line with the rest of the Tauri project.
v0.1.2
Mar 31, 2022
- Expose
native-hostoption in tauri-driver and set default to127.0.0.1.
v0.1.1
Feb 10, 2022
- The minimum Rust version is now
1.56. - Add
argsfield (array of application CLI arguments) to thetauri:optionscapabilities.
v0.1.0
Aug 16, 2021