Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

missing ) after formal parameters when parsing #635

Open
Krzysztof-Lempicki opened this issue Sep 9, 2023 · 2 comments
Open

missing ) after formal parameters when parsing #635

Krzysztof-Lempicki opened this issue Sep 9, 2023 · 2 comments
Labels
js-engine Issues related to the js engine

Comments

@Krzysztof-Lempicki
Copy link

Krzysztof-Lempicki commented Sep 9, 2023

WHAT:

missing ) after formal parameters

WHERE:

https://www.calypso.com.pl/klub/calypso-fitness-warszawa-wilanow/grafik/?params=true&search-class-id=0

HOW TO REPRODUCE:

WebClient webClient = new WebClient(BrowserVersion.FIREFOX)
webClient.waitForBackgroundJavaScriptStartingBefore(5000);
 webClient.waitForBackgroundJavaScript(5000);
 webClient.getOptions().setThrowExceptionOnScriptError(false);
 webClient.getOptions().setCssEnabled(true);
 var  page = webClient.getPage("https://www.calypso.com.pl/klub/calypso-fitness-warszawa-wilanow/grafik/?params=true&search-class-id=0");

Tried different browsers for web client but without result.
Page works correctly in real browser.

EXPECTED RESULT

Page can be parsed and have all dynamically generated content.

@credmond
Copy link

This is a long-lived Rhino issue, there are other discussions on it. I don't think it's fixed yet and for some reason, it isn't trivial...

#232

@rbri rbri added the js-engine Issues related to the js engine label Mar 27, 2024
@rbri
Copy link
Member

rbri commented Mar 27, 2024

see #755

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
js-engine Issues related to the js engine
Projects
None yet
Development

No branches or pull requests

3 participants