I am trying to write some code that navigates me through several web pages and I'm stuck on one last piece of code.
I want to simulate a "click" on a button where the type=submit. There are several such buttons on the page and code such as: Object.Document.Form.Submit doesn't seem do do anything but refresh the page.
Can anyone point me in a fresh direction?
Thanks,
Brian
I want to simulate a "click" on a button where the type=submit. There are several such buttons on the page and code such as: Object.Document.Form.Submit doesn't seem do do anything but refresh the page.
Can anyone point me in a fresh direction?
Thanks,
Brian