C# How to Click Button automatically via WebBrowser

后端 未结 5 2114
隐瞒了意图╮
隐瞒了意图╮ 2020-12-05 08:19

The Html code of my click page is :



        
5条回答
  •  渐次进展
    2020-12-05 08:51

    You can use jQuery and then do something like this $("#publishButton-ns").click();

    http://www.jQuery.com/

提交回复
热议问题