I am trying to access to the second tab on Internet Explorer 11 with the following vbs code without success:
With CreateObject("Shell.Application").Windows()
WScript.Echo "Shell windows count = " & .Count
For z = 0 To .count-1
WScript.Echo z & " , " & .Item(z).LocationURL
Next
End...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.