{"id":59047,"library":"headless-chrome","title":"Headless Chrome","description":"Control Chrome programmatically.","status":"active","version":"1.0.21","language":"rust","source_language":null,"source_url":"https://github.com/rust-headless-chrome/rust-headless-chrome","tags":["chrome","headless","browser","automation"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nheadless_chrome = \"1.0.21\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add headless_chrome","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Browser","correct":"use headless_chrome::Browser;"}],"quickstart":{"code":"use headless_chrome::Browser;\n\nlet browser = Browser::default().unwrap();\nlet tab = browser.new_tab().unwrap();\ntab.navigate_to(\"https://example.com\").unwrap();","lang":"rust","description":"Launches and controls a headless Chrome browser."},"warnings":[{"fix":"Install Chrome or set the CHROME_PATH environment variable.","message":"Requires Chrome/Chromium installed on the system.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'autom':9 'browser':8 'chrome':2,4,6 'control':3 'headless':1,7 'programmat':5","created_at":"2026-06-16T16:48:14.048513+00:00","updated_at":"2026-06-16T16:48:14.048513+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/rust-headless-chrome/rust-headless-chrome","github":"https://github.com/rust-headless-chrome/rust-headless-chrome","docs":"https://docs.rs/headless_chrome/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"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}}