I was searching different answers and examples online but could not find any that worked . Here is a real test Gmail account
User : gexvetrov
Pass : Yumorist1
How can I establish a connection to the gmail page using a post request and System.out.print the webpage ?
PS My question does not relate to Gmail only. I use this dummy gmail account to make my point and to explain more clearly what I want. I need to know if there is a way to make a post request to a webpage that has a <form> . I am using Selenium so far, but this is not efficient because the cpu wastes resources to support the browser. Is there any way I could you post request ?