我试图点击此按钮:
<button type='submit' style='padding:2px 11px 4px 11px;margin-top:9px' class='tnt'>ارسال لینک</button>
</center>
<input type='hidden' name='task' value='send'/>
使用此解决方案但无法正常工作:
WebBrowser1.Document.All("submit").InvokeMember("click")
WebBrowser1.Document.All("task").SetAttribute("value", "send")
和SendKeys.Send(“{Enter}”)不是好方法。其他方式?!