Selenium Firefox Driver enables automated browser testing with Mozilla Firefox, part of the Selenium suite.
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-firefox-driver</artifactId>
<version>4.44.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Launch Firefox and navigate to a URL
Download geckodriver from https://github.com/mozilla/geckodriver/releases and add to PATH
No dependency data recorded yet.