-
-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Description
Hi, im trying to check if the login on the german learn-platform Lernsax.de is available, but i always get
Your browser has JavaScript disabled.
back from the site. The code im trying to use is:
WebClient webClient = new WebClient(BrowserVersion.CHROME);
webClient.getOptions().setJavaScriptEnabled(true);
HtmlPage page = webClient.getPage("https://www.lernsax.de/wws/9.php#/wws/100001.php");
I have also tried FIREFOX and none in new WebClient(BrowserVersion.CHROME);
which yields the same result.
Im using version 2.46.0, no warnings or other messages pop up.
Metadata
Metadata
Assignees
Labels
No labels