{"id":59868,"library":"thirtyfour","title":"Thirtyfour","description":"Thirtyfour is a Selenium / WebDriver library for Rust, for automated website UI testing.","status":"active","version":"0.37.0","language":"rust","source_language":null,"source_url":"https://github.com/stevepryde/thirtyfour","tags":["selenium","webdriver","testing","automation","ui"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nthirtyfour = \"0.37.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add thirtyfour","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"WebDriver","correct":"use thirtyfour::WebDriver;"}],"quickstart":{"code":"use thirtyfour::WebDriver;\n\n#[tokio::main]\nasync fn main() -> Result<(), Box<dyn std::error::Error>> {\n    let driver = WebDriver::new(\"http://localhost:4444\").await?;\n    driver.goto(\"https://example.com\").await?;\n    println!(\"Title: {:?}\", driver.title().await?);\n    driver.quit().await?;\n    Ok(())\n}","lang":"rust","description":"Launch a WebDriver session and navigate to a URL."},"warnings":[{"fix":"Start the WebDriver server before running the test.","message":"Requires a running WebDriver server (e.g., geckodriver, chromedriver).","severity":"gotcha","affected_versions":">=0.30.0"}],"env_vars":null,"search_vec":"'autom':11,18 'librari':7 'rust':9 'selenium':5,15 'test':14,17 'thirtyfour':1,2 'ui':13,19 'webdriv':6,16 'websit':12","created_at":"2026-06-16T17:19:31.808119+00:00","updated_at":"2026-06-16T17:19:31.808119+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/stevepryde/thirtyfour","github":"https://github.com/stevepryde/thirtyfour","docs":"https://docs.rs/thirtyfour/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}