1
Answer

How to automatically click a button on a webpage with a computer program?

There is a button on a web page. (For example a submit button.) You can click on it with your mouse, of course. 

question:
Is it possible to click the button with a computer program? So I want to write a program that automatically clicks the button. How is it possible? 
( I prefer .NET and C# language. )

Answers (1)