Get element by tag name
问题 I have a trouble getting an element from HTML page what I do is I navigate to a site then I want to find an element called "jobId" Dim inputs Set IE = WScript.CreateObject("InternetExplorer.Application") IE.Visible = 1 IE.Navigate "SOME SITE" then I want to loop through the site ( HTML CODE ) Set inputs = IE.Document.GetElementsByName("input") x = msgbox(inputs) x = msgbox(inputs.Length) For each Z in inputs x = msgbox("Item = "+Z,64, "input") next on the first msgbox I get an error of