In versions lower than 2.52 with (java 1.7), selenium-java comes integrated with the same and I had to simply add selenium lib jars containing htmlunit driver to the build path. Now on google search I found the latest htmlunit driver version is 2.9 and downloaded the jar and added it to the build path. Still it doesn't work.
It says: "The type org.openqa.selenium.HasInputDevices cannot be resolved. It is indirectly referenced from required .class files Configure build path". Anything extra I should do to get it work? It is for headless automated tests.
How to solve this issue, pls help.