Greetings I'm trying to click the Log In button with the id of "login" using the web browser in vb6. The InvokeMember in this line of code: WebBrowser1.Document.GetElementById("login").InvokeMember("click") does not work for vb6 and returns runtime error '424' Object required. Is there an alternative method to clicking the Log In button in webbrowser in vb6?
↧