How to automate login a website – Java example
In this example, we will show you how to login a website via standard Java HttpsURLConnection
. This technique should be working in most of the login form.
Tools & Java Library used in this example
- Google Chrome Browser – Network tab to analyze HTTP request and response header fields.
- jsoup library – Extracts HTML form values.
- JDK 6.
Read full article from How to automate login a website – Java example
No comments:
Post a Comment