thirtyfour
Selenium webdriver client for Rust, inspired by the python selenium library.
Named after the atomic number for the Selenium chemical element (Se).
Status: Very early stages, but I hope to get this up and running by early 2020.
Example
Here's what it looks like right now (synchronous version):
let caps = json!;
let driver = new?;
driver.get;
println!;
let elem = driver.find_element?;
Both sync and async versions are supported.