We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm testing HTMLUnit to run the following file https://raw.githubusercontent.com/ebocher/data_map/master/testResponsiveBarChart.html and then save the chart in a png file (from vega-lite save function).
Here the code I used
final HtmlPage page = webClient.getPage("file:///tmp/testResponsiveBarChart.html"); webClient.getOptions().setJavaScriptEnabled(true); webClient.waitForBackgroundJavaScript(50);
I got following exception :
GRAVE: Error during JavaScript execution ======= EXCEPTION START ======== Exception class=[net.sourceforge.htmlunit.corejs.javascript.EvaluatorException] com.gargoylesoftware.htmlunit.ScriptException: missing formal parameter (https://cdn.jsdelivr.net/npm/[email protected]#1) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:960)
HtmlUnit Version: 2.54.0-SNAPSHOT Java : 11.0 OS : Ubuntu
Thanks for any help
The text was updated successfully, but these errors were encountered:
see #232
Rhino does not support rest parameter, there is still hope to get this fixes. Please be a bit patient.
Sorry, something went wrong.
Thanks @rbri to point me this issue on Rhino and thanks to offer to the open source community HTMLUnit.
No branches or pull requests
Hi,
I'm testing HTMLUnit to run the following file https://raw.githubusercontent.com/ebocher/data_map/master/testResponsiveBarChart.html and then save the chart in a png file (from vega-lite save function).
Here the code I used
I got following exception :
HtmlUnit Version: 2.54.0-SNAPSHOT
Java : 11.0
OS : Ubuntu
Thanks for any help
The text was updated successfully, but these errors were encountered: