Download Driver Firefox Selenium _verified_ May 2026

Once installed, you can initialize the driver in your Selenium scripts. Basic Setup Releases · mozilla/geckodriver - GitHub

For Firefox 130+, use geckodriver v0.35.0 or later.

Download the appropriate file for your OS (e.g., geckodriver-v0.36.0-win64.zip for 64-bit Windows). download driver firefox selenium

Extract the compressed file to a permanent folder on your computer, such as C:\Drivers\ . 3. Add geckodriver to Your System PATH

To use Selenium with Mozilla Firefox , you must download and configure , the intermediary executable that allows Selenium to communicate with the Firefox browser engine. 1. Identify Your Requirements Once installed, you can initialize the driver in

Determine if you need the 32-bit or 64-bit version for Windows, macOS (Intel or Apple Silicon), or Linux. 2. Download the Firefox Driver (geckodriver) Navigate to the Official Geckodriver Releases on GitHub. Scroll to the Assets section for the latest version.

Open Firefox, go to Help > About Firefox to check your version. Extract the compressed file to a permanent folder

Before downloading, ensure your software versions are compatible.

Move the file to /usr/local/bin/ using the terminal:

To avoid specifying the file path every time you run a script, add the driver's location to your system's PATH variable.