Skip to content

missing ) after formal parameters when parsing #635

Open
@Krzysztof-Lempicki

Description

@Krzysztof-Lempicki

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    js-engineIssues related to the js engine

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions