How to click a button in a program
C#
3
Posts
2
Posters
0
Views
1
Watching
-
I used WebBrowser to get an html Document, in which there was a "Submit" button. I can get this HtmlElement. How to emulate a click in a program? Call the elem's Click is invalid, cause it's a delegate , can only appear in the leftside of a + or +=. Thanks.
-
I used WebBrowser to get an html Document, in which there was a "Submit" button. I can get this HtmlElement. How to emulate a click in a program? Call the elem's Click is invalid, cause it's a delegate , can only appear in the leftside of a + or +=. Thanks.
I guess
.PerformClick()
is the answer! -
I guess
.PerformClick()
is the answer!