How would I go about making a program that clicks on a <input type="button">
button automatically?
Could I do this using the WebClient
class?
I am making the program using visual C#,but I am open to using other languages.
To be more specific about my problem:
there is a website I use that generates data upon clicking an input button on the users profile page. I want to make a program that clicks the input button for multiple users in order to update all their profiles at once, instead of manually visiting all their profiles and clicking the button on each persons profile.