0

I recently updated seleniumHQ from 2.47 to 2.53. Now it can't open anymore. I've made a printscreen of what I got.

On the internet I can't find information pertinent to my problem. Where can I get this class?

enter image description here

1 Answer 1

3

As Per Selenium ChangeLog

v2.53.0

FINAL 2.X RELEASE.

No more HtmlUnitDriver... Moved to a subproject https://github.com/SeleniumHQ/htmlunit-driver

Selenium has removed it from the 2.53 onwards.

Download the html-unit driver from here and add it to your code

Sign up to request clarification or add additional context in comments.

1 Comment

If I'm only running Selenium server for use with PHPUnit, how can I add the html-unit driver into selenium server? I'm asking because since I'm using PHP, I'm not sure how I can add that html unit driver into my php scripts.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.