Krzysztof-Lempicki · GitHub

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.

Read the original on github.com ↗