-
-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Labels
js-engineIssues related to the js engineIssues related to the js engine
Description
WHAT:
missing ) after formal parameters
WHERE:
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
Labels
js-engineIssues related to the js engineIssues related to the js engine