VB.NET - Click Submit Button on Webbrowser page

前端 未结 8 685
时光说笑
时光说笑 2021-02-09 02:30

I have a html page open on my webbrowser object, I can enter username and password okay, but I\'m stuck and don\'t know how to submit the info. Here is the html code for the us

8条回答
  •  终归单人心
    2021-02-09 02:38

    You could try giving an ID to the form, in order to get ahold of it, and then call form.submit() from a Javascript call.

提交回复
热议问题