-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Description
I'm struggling to use HtmlUnit (via webdriver) to test my application which is using unpoly - unpoly.com.
When you click on links, unpoly will make the request using AJAX instead of a full-page reload, and swap out the old HTML with the new. However, when I try to click on these same links using HtmlUnit, nothing happens, i.e. the original HTML remains in place.
I'm not seeing any errors in the logs either so I don't know where to start looking. There is a demo site - https://demo.unpoly.com/ and I've attached a test case (using HtmlUnitDriver) which demonstrates the issue.
ChromeDriver and HtmlUnitDriver without javascript both work, but HtmlUnitDriver with javascript enabled doesn't work.
Thanks for a great project!
Metadata
Metadata
Assignees
Labels
No labels