🦀 Rust + Thirtyfour: Auto ChromeDriver Installer
This Rust project automatically downloads the correct version of ChromeDriver based on the version of Chrome installed on your system. It uses the thirtyfour crate for WebDriver automation, and integrates tools to fetch, unzip, and launch the matching driver.
I'm newbie in Rust so code is dirty.
🚀 Features
- Detect installed Chrome version (cross-platform support)
- Automatically download the matching ChromeDriver
- Unzip and configure the driver binary
- Launch Chrome using
thirtyfour
📦 Dependencies
Add these to your Cargo.toml:
[]
= "0.3.0"
= "0.12.15"
= "1.0.97"
= "0.17.11"
= "2.1.1"
= "0.7.0"
= "1.11.1"
= "0.4.27"
= "0.35.0"
= { = "1.0.0", = ["rt", "rt-multi-thread", "macros"] }