Is there any way that I can execute javascript completely which contains Ajax calls in HtmlUnit webdriver ? As it is invisible driver we are not able to track its working.
I dont expect answers as
Webdriver driver = new HtmlUnitDriver(true);
or
driver.setjavascriptenabled(true);
Please if any one is knowing HtmlUnit’s internal working , any help , i truely appreciate it as i am facing the problem.
I haven’t investigated HtmlUnit webdriver deeply but jsExecutor was quite enough for me for js execution .
E.g.