Thirtyfour is a Selenium / WebDriver library for Rust, for automated website UI testing.
Tested on Chrome and Firefox, but any webdriver-capable browser should work.
/// Code for starting a new session.
pubmodcreate;/// The underlying session handle.
pubmodhandle;/// HTTP helpers for WebDriver commands.
pubmodhttp;/// Helper for values returned from scripts.
pubmodscriptret;