Product have been developed in ZK framework. Performed a headless testing with HtmlUnitDriver and it got hanged in the login page.
Later i found that it also hanged on getting the same zul pages as well which is available in the internet. (Ex: http://www.jease.org/demo/zul/checkbox.zul)
HtmlUnitDriver driver = new HtmlUnitDriver();
driver.setJavascriptEnabled(true);
driver.get("http://www.jease.org/demo/zul/checkbox.zul");
Could you please help me with your suggestions?
Thanks in advance.