Click here to Skip to main content
15,888,157 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
it is not hard to get html from url to java app by jsoup or something but here the problem is the website that the app is going to parse html from, is an online chess game (https://www.playok.com/en/chess/) which has thousands of webpages which they get changed constantly, plus it needs cookies acception and login.

so probably the only way that remains is to get the html from the browser and not from the url; is there any library or a method that can do the job?

What I have tried:

there is a way to save the html of browser in a file and then read that by java, but it really is not the best solution.
Posted
Updated 24-Mar-22 1:02am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900