What is the webdriver that can be used with firefox

0 votes
I am new to selenium and want to use firefox as the preferred browser. What is the web driver for that?

Where can I find it?
Jan 2, 2019 in Selenium by Sradha
• 1,760 points
631 views

1 answer to this question.

0 votes
You can use Firefox Gekodriver to use morzila firefox as the preferred webdriver in selenium.

You can download the file form this link:-

https://github.com/mozilla/geckodriver/releases

You can use the following command to create an instance of your firefox driver.

System.setProperty("webdriver.firefox.marionette","C:\\Users\\Nabarupa\\geckodriver.exe");

// WebDriver driver = new FirefoxDriver();
answered Jan 2, 2019 by Nabarupa

Related Questions In Selenium

0 votes
2 answers
0 votes
1 answer

What is Marionette driver and how it can be used to instantiate Firefox webdriver?

Hey Manju, Marionette driver is the new driver ...READ MORE

answered Jul 15, 2019 in Selenium by Anvi
• 14,150 points
3,002 views
+2 votes
3 answers

What are the different Locators that can be used to access Web Elements?

@Nitesh, I would like to tell you ...READ MORE

answered Dec 12, 2018 in Selenium by Priyaj
• 58,090 points
1,147 views
0 votes
1 answer
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,765 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,629 views
0 votes
2 answers

What is the role of TestNG & JUnit frameworks in Selenium?

TestNG and JUnit are test frameworks . it ...READ MORE

answered Sep 4, 2020 in Selenium by Sri
• 3,190 points
2,528 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,703 views
0 votes
1 answer

What is the problem with the Alert function in the Selenium IDE

To simulate the button OK and click ...READ MORE

answered Mar 5, 2019 in Selenium by Surya
• 970 points
2,369 views
0 votes
1 answer

What is the difference between JUnit and TestNG?

JUnit    TestNG It is opensource testing framework. It is ...READ MORE

answered Jan 17, 2019 in Selenium by Rishab
• 1,490 points
3,378 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP