{"id":55189,"library":"selenium-firefox-driver","title":"Selenium Firefox Driver","description":"Selenium Firefox Driver enables automated browser testing with Mozilla Firefox, part of the Selenium suite.","status":"active","version":"4.44.0","language":"java","source_language":null,"source_url":"https://github.com/SeleniumHQ/selenium","tags":["selenium","firefox","browser","testing","automation"],"install":[{"cmd":"<dependency>\n  <groupId>org.seleniumhq.selenium</groupId>\n  <artifactId>selenium-firefox-driver</artifactId>\n  <version>4.44.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.seleniumhq.selenium:selenium-firefox-driver:4.44.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"FirefoxDriver","correct":"org.openqa.selenium.firefox.FirefoxDriver"}],"quickstart":{"code":"import org.openqa.selenium.firefox.FirefoxDriver;\nimport org.openqa.selenium.WebDriver;\n\npublic class Example {\n    public static void main(String[] args) {\n        WebDriver driver = new FirefoxDriver();\n        driver.get(\"https://www.selenium.dev\");\n        driver.quit();\n    }\n}","lang":"java","description":"Launch Firefox and navigate to a URL"},"warnings":[{"fix":"Download geckodriver from https://github.com/mozilla/geckodriver/releases and add to PATH","message":"Requires geckodriver executable to be installed and in PATH","severity":"gotcha","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'autom':8,23 'browser':9,21 'driver':3,6 'enabl':7 'firefox':2,5,13,20 'mozilla':12 'part':14 'selenium':1,4,17,19 'suit':18 'test':10,22","created_at":"2026-06-15T09:40:10.442011+00:00","updated_at":"2026-06-15T09:40:10.442011+00:00","problems":[],"ecosystem":"maven","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://selenium.dev/","github":"https://github.com/SeleniumHQ/selenium","docs":"https://appdoc.app/artifact/org.seleniumhq.selenium/selenium-firefox-driver/","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-15","next_check":"2026-12-12","install_tag":null}}