Actually I want to run my selenium code on server where dont want open the any browser. But I am confused which webdriver is use for the server which do all task (where I do
HtmlUnitDriver and PhantomJSDriver are two webdrivers for headless testing without need of opening browsers.