Installation
Add thirtyfour as a dependency in your Cargo.toml:
[dependencies]
thirtyfour = "0.37.0"
You’ll also need the corresponding web browser (Chrome, Firefox, Edge,
or Safari on macOS) installed in your operating system. thirtyfour
handles the webdriver itself — it auto-downloads a compatible
chromedriver / geckodriver / msedgedriver for your installed
browser, runs it as a child process, and tears it down with your code.
See WebDriver Manager for the details and
configuration options.
Want to run the webdriver yourself instead — for example, to point
thirtyfourat a remote Selenium grid? See Manual WebDriver Setup in the Appendix.