I have to crawl the elements in the index page, to do that, I have to log in then navigate to the index page, how to solve this using Jsoup and Java.
Step 1: Login: (how to connect my user name and password with the fields inside the login page). Step 2: After successful login, navigate to the index page, then crawl said elements inside the index page.