How to write a java program that inputs strings to multiple text boxes on a web page and submit its? -


my schools class registration system can type in crns, , hit submit fastest. i'm looking guidance on how automate process. want able input strings ahead of time, , hit run, , have them inserted text boxes , submitted quickly. taking data structures. 2nd cs class, know java. not looking write code, point me in right direction.

thanks

actually, don't have insert things text boxes

  1. install proxy server on computer - 1 can see requests , responses.

  2. configure web browser route requests through proxy server. (set proxy server setting)

  3. submit sign on do, , @ gets sent in request. request sent using post (google more info on post).

  4. in case, once you've got copy of request, can build automated process in java or connect login url using socket / ssh connection , submitting request again (updated time info needs updated)


Popular posts from this blog