M
MeNotHome
I am trying to automate web browser navigation and form fill out in
vb.net
Why doesn't this work?
AxWebBrowser1.Document.Forms(0).All("action-download").click()
I also tried
AxWebBrowser1.Document.Forms(0).All.item("action-download").click()
"action-download" is the name of a submit button
Thanks for any help
vb.net
Why doesn't this work?
AxWebBrowser1.Document.Forms(0).All("action-download").click()
I also tried
AxWebBrowser1.Document.Forms(0).All.item("action-download").click()
"action-download" is the name of a submit button
Thanks for any help