Skip to content

Support for Unpoly #534

@barrypitman

Description

@barrypitman

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.

unpoly_test.zip

Thanks for a great project!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions