1
Reply

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

Marton Korosi

Marton Korosi

Oct 26 2012 4:38 AM
1.9k
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)