Configure PhantomJS GhostDriver With Eclipse To Run WebDriver Test
Earlier we learnt how to execute WebDriver test In headless browser(Browser not visible during test case execution) using HTMLUnit driver In THIS POST with practical example. Same thing we can do using PhantomJS GhostDriver. It Is WebKit which Is headless and scriptable with javascript API. You can read more about PhantomJS on THIS PAGE. Here … Read more