I'm having a problem submiting
<input type="submit" value="Secure Login">
how can i submit by value"secure login" . is it possible?
I have tried something like this:
WebBrowser1.Document.Forms.GetElementsByName("input").Item("Secure Login").InvokeMember("click")
and all the variations with it and no luck
