How to click a button on an ASP.NET web page programmatically?

前端 未结 9 1590
梦谈多话
梦谈多话 2021-02-09 09:57

I am trying to figure out how to click a button on a web page programmatically.

Specifically, I have a WinForm with a WebBrowser control. Once it navigates to the targe

9条回答
  •  渐次进展
    2021-02-09 10:55

    There is an example of how to submit the form using InvokeMember here. http://msdn.microsoft.com/en-us/library/ms171716.aspx

提交回复
热议问题