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. )