Skip to content

Javascript seems to not run #285

@Aaron2550

Description

@Aaron2550

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions