How to install and configure Gecko Driver in Selenium

0 votes
May 13, 2019 in Selenium by Abhishek
2,347 views

1 answer to this question.

0 votes

Hello Abhishek, follow these steps to install and configure Gecko driver in selenium:

  1. Navigate to the Selenium official website. Under third-party drivers, you will find all the drivers. Just click on Mozilla  GeckoDriver and choose the latest version and download it:

     
  2. Next, you will be redirected to GitHub where you will find options for GeckoDriver releases as depicted in the below image:

     
  3. Based on your operating system, you can choose the preferred GeckoDriver that suits your operating system as shown in the below image:

     
  4. Once the zip file is downloaded, you can unzip it in order to retrieve geckodriver.exe executable file.
  5. After configuring GeckoDriver, copy the path where you have saved GeckoDriver to set the system properties of it.
answered May 13, 2019 by Anvi
• 14,150 points

Related Questions In Selenium

0 votes
1 answer

How to install and configure PyDev in Eclipse?

Hey Manisha, follow the steps mentioned below ...READ MORE

answered