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 - Manage Old ChromeDrivers
📦 Dependencies
Add these to your Cargo.toml:
[]
= "0.2.0"
Code Example1
use *;
// Require the Handler
use ;
async
Code Example2
use *;
// Require the Handler
use ;
async