-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Unpoly #534
Comments
ok,will have a look |
good news, looks like the js code is loaded and at least the request for the companies is triggered. |
have set up a local debug environment for this - first found problem is this one (mozilla/rhino#1293) |
ok, next step - seems to be a problem with Object.assign - if using the polyfill (line 260) replaces the content. |
Looks like this solves the problem |
Have done a new snapshot build that should fix this. @barrypitman please try and report your findings. |
@barrypitman great - have fun using HtmlUnit |
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!
The text was updated successfully, but these errors were encountered: