Comments on: Selenium WebDriver Setup and Installation with Eclipse https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/ Passion for Quality! Fri, 09 May 2025 10:49:33 +0000 hourly 1 https://wordpress.org/?v=6.9 By: Rahul Tiwari https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-305595 Wed, 01 Jan 2025 07:22:46 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-305595 Hi,

I think there is correction needed in below statement,”Firefox and HTML Unit are the only browsers that cannot be automated directly”

It should be “Firefox and HTML Unit are the only browsers that can be automated directly”

]]>
By: Roshid https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-155687 Sat, 21 Dec 2024 01:30:39 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-155687 Firefox and HTML Unit are the only browsers that “cannot” be automated directly.

]]>
By: Pratik Shinde https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-292153 Sat, 23 Nov 2024 14:49:29 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-292153 Error is coming
Exception in thread “main” java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.gecko.driver system property; for more information, see https://github.com/mozilla/geckodriver. The latest version can be downloaded from https://github.com/mozilla/geckodriver/releases
at com.google.common.base.Preconditions.checkState(Preconditions.java:199)
at org.openqa.selenium.remote.service.DriverService.findExecutable(DriverService.java:109)
at org.openqa.selenium.firefox.GeckoDriverService.access$000(GeckoDriverService.java:37)
at org.openqa.selenium.firefox.GeckoDriverService$Builder.findDefaultExecutable(GeckoDriverService.java:95)
at org.openqa.selenium.remote.service.DriverService$Builder.build(DriverService.java:296)
at org.openqa.selenium.firefox.FirefoxDriver.createCommandExecutor(FirefoxDriver.java:277)
at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:247)
at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:242)
at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:238)
at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:127)
at Gmail_Login.main(Gmail_Login.java:13)

]]>
By: Shiv https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-302600 Fri, 08 Nov 2024 15:08:10 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-302600 Anyone has real time Java interview questions for manual testers?

]]>
By: Ammar https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-214041 Sun, 27 Oct 2024 11:43:04 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-214041 Great article thank you very much

]]>
By: Nicklaus https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-188271 Wed, 23 Oct 2024 14:01:49 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-188271 Hi! How about integrating webdriver using idea?

]]>
By: Shakti Das https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-276027 Sat, 21 Sep 2024 18:13:54 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-276027 Exception in thread “main” java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.gecko.driver system property; for more information, see https://github.com/mozilla/geckodriver. The latest version can be downloaded from https://github.com/mozilla/geckodriver/releases
at com.google.common.base.Preconditions.checkState(Preconditions.java:199)
at org.openqa.selenium.remote.service.DriverService.findExecutable(DriverService.java:109)
at org.openqa.selenium.firefox.GeckoDriverService.access$000(GeckoDriverService.java:37)
at org.openqa.selenium.firefox.GeckoDriverService$Builder.findDefaultExecutable(GeckoDriverService.java:95)
at org.openqa.selenium.remote.service.DriverService$Builder.build(DriverService.java:296)
at org.openqa.selenium.firefox.FirefoxDriver.createCommandExecutor(FirefoxDriver.java:277)
at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:247)
at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:242)
at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:238)
at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:127)
at MyClass.main(MyClass.java:12)

]]>
By: Amandeep Singh https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-240566 Mon, 16 Sep 2024 09:55:47 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-240566 Another great resource 🙂

I found an error on the page which you might consider fixing “Firefox and HTML Unit are the only browsers that ‘cannot’ be automated directly.” needs to read “Firefox and HTML Unit are the only browsers that ‘can’ be automated directly.”

]]>
By: Shruti Shrivastava https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-108396 Mon, 16 Sep 2024 03:26:50 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-108396 @Hitesh

Thank you for the appreciation.
For installation webDriver with C#, you can download the client specific to C# from Selenium’s official download page. You can refer to one of the images in this tutorial for the same.

Once the download is completed, you can configure the client libraries within your Visual Studio.

]]>
By: Ravil https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-265476 Thu, 22 Aug 2024 01:40:05 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-265476 Python installation guide would be so much useful. Almost everyone uses Selenium WebDriver with Python since it is one of the easiest languages for testers to learn. Java is a disaster :/

]]>
By: Gaurav Khurana https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-211044 Mon, 29 Jul 2024 05:33:17 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-211044 @durga

JDK= java development kit, you need this to write programs in java.
Eclipse = it’s an IDE, it makes it easy for you to write programs.

So JDK is necessary for you to run java programs, the eclipse will make your work easy when you write programs.

]]>
By: Rasana Singh https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-215218 Wed, 10 Jul 2024 06:57:37 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-215218 hi team,

i tried to set up selenium webdriver using eclipse luna 4.4.0, java 1.7 , selenium 2.44.0 jar file and running the script using firefox 32.0.3 . on while running the script it’s giving error – Exception in thread “main” org.openqa.selenium.WebDriverException: Failed to connect to binary FirefoxBinary(C:\Program Files (x86)\Mozilla Firefox\firefox.exe) on port 7055; process output follows:
xtensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}”,”mtime”:1416281870251,”rdfTime”:1411526204000}}},{“name”:”winreg-app-user”,”addons”:{“[email protected]”:{“descriptor”:”C:\\Program Files (x86)”,”mtime”:1442838747186},”{9F17B1A2-7317-49ef-BCB7-7BB47BDE10F8}”:{“descriptor”:”C:\\Program Files (x86)\\HP\\Unified Functional Testing\\Bin\\Mozilla\\Common”,”mtime”:1420621650641,”rdfTime”:1394074736000}}},{“name”:”app-profile”,”addons”:{“[email protected]”:{“descriptor”:”C:\\Users\\rsingh18\\AppData\\Local\\Temp\\anonymous6893853547649188131webdriver-profile\\extensions\\[email protected]”,”mtime”:1442838830775,”rdfTime”:1442838830564}}}]
1442838865606 addons.xpi-utils DEBUG Opening XPI database C:\Users\rsingh18\AppData\Local\Temp\anonymous6893853547649188131webdriver-profile\extensions.json
1442838865609 addons.xpi DEBUG New add-on [email protected] installed in app-profile
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
1442838866450 addons.xpi-utils DEBUG Make addon app-profile:[email protected] visible

can somebody please help me how to cure this issue ?

]]>
By: wald https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-347374 Thu, 06 Jun 2024 23:32:39 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-347374 is there a webdriver tutorial with php instead of java?

]]>
By: hitesh https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-108222 Thu, 06 Jun 2024 10:03:37 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-108222 Nice explanation to setup webdriver for Java language.

Could you provide any links or URL details where i could setup webdriver for C# Language.

Your help will be appreciating.
Thanks,
Hitesh

]]>
By: sowjanyakumar https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-292151 Sat, 04 May 2024 06:20:50 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-292151 How To configure HTML UNIT DRIVER in selenium 3.0.1 and Eclipse

]]>
By: jeeva https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-353316 Sat, 20 Apr 2024 03:25:20 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-353316 i want to install firefox latest version with firebug and firepath add ons,can help anyone

]]>
By: Vivek Singh https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-130375 Sat, 13 Apr 2024 02:54:51 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-130375 Appreciable job you people are doing . Keep it up so that learning process become handy for learners.

Thank you.:)

]]>
By: Lekha https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-215275 Wed, 20 Mar 2024 05:08:23 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-215275 Hello,
First of all heartiest congratulations and appreciation for doing this commendable job of training students with each and every possible details.
I have a question, I see that your project structure has a “Referenced Libraries” which I believe contains all the External Jars we pulled from selenium-java-2.41.0. But mine are all listed in the project tree itself. I was wondering how can I create one “Referenced Libraries” like you to contain all of them so that it looks much cleaner.

]]>
By: Chris Heemskerk https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-249568 Mon, 11 Mar 2024 07:05:23 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-249568 Dear Madam/Sir,

Really good website, the selenium tutorials are very useful. Gives a good start and overview.

Thank you.

]]>
By: Durga https://www.softwaretestinghelp.com/webdriver-eclipse-installation-selenium-tutorial-9/#comment-210179 Sat, 09 Mar 2024 17:06:06 +0000 https://www.softwaretestinghelp.com/?p=4687#comment-210179 thank u sir for your clear Explanation .
here ,you show first jdk installation and then eclipse ok fine. but here how these two s/w interconnected.

i am new to java.i like to learn java.

]]>