Unable To Run Selenium HtmlUnitDriver Test (java.net.SocketException)
Im in the process of learning how to use Selenium to automate we browsers and working my way through an online course. Im currently having some problems trying to run a headless br
Solution 1:
HtmlUnitDriver was a part of Selenium version 2.53. If you are using Selenium 2.52 or earlier you don't need to download and install HtmlUnitDriver, it is already there.
But still you want to use it download it from here
https://github.com/SeleniumHQ/htmlunit-driver/releases
From 2.53 version, you need to add it separately
Post a Comment for "Unable To Run Selenium HtmlUnitDriver Test (java.net.SocketException)"