Hi.
I am using Firefox to load programmaticall y a webpage (I use a vbs file).
Code:
Dim objShell
Set objShell=CreateObject("WScript.Shell")
objShell.Run "firefox.exe http://www.google.com/"
Then, I have set a time out to allow browser to load completely the web page before my program to continue with the next steps:
Code:
WScript.Sleep 5000
(a web page is expected...