-
-
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
EvaluatorException: missing formal parameter #232
Comments
Looks like another incarnation of this Rhino problem - mozilla/rhino#652. |
Hi @rbri, Here's an example of the same error, but using a default parameter. If you use HtmlUnit 2.50 to GET a page containing:
You'll get: com.gargoylesoftware.htmlunit.ScriptException: missing ) after formal parameters (script in http://localhost/mine.html from (11, 13) to (19, 14)#13) Unfortunately Bootstrap 5.0 does this, so HtmlUnit can't load a Bootstrap 5 page. If this is an unrelated issue, please let me know and I'll create a new issue. |
There is some hope for this, the Rhino community is working on various improvements at the moment. And rest parameters are already in the works. Please be a bit more patient. Or have a look at twitter - will always inform about the progress there. |
Encountered same issue after updating to Bootstrap 5. This is the rhino issue regarding default parameters: mozilla/rhino#678 |
Hi, I see this isssue still open. is there any update please? |
Hi, same exception with page |
Hi, Any plan to fix this issue ? |
Hmm, yes...any plans to fix this? |
any update on this? I am facing the similar issue: Caused by: org.htmlunit.corejs.javascript.EvaluatorException: missing formal parameter |
@rbri is there a plan to fix this? with an ETA possibly? |
Still an issue on HtmlUnit 3.9.0. 3 years has gone by since this issue was created. |
4 years issue still there |
Sorry folks, but I'm doing all the work on this in my spare time. And i made many improvements for rhino already. |
see #755 |
I found that htmlunit could not load certain javascript (HtmlUnit/htmlunit#232), so I changed to using selenium to perform E2E testing.
I found that htmlunit could not load certain javascript (HtmlUnit/htmlunit#232), so I changed to using selenium to perform E2E testing.
I'm trying to scape gog.com with HtmlUnit 2.43.
I'm getting an EvaluatorException when I execute my code with JavaScript enabled. I can't disable JavaScript because the website is built in Angular.
My Code:
Stack trace:
The text was updated successfully, but these errors were encountered: