Internet Explorer runs very slow with scryptcryptor
Posted: Tue Jun 30, 2009 6:02 am
Hi,
I'm using the following commands:
Set oIE = Wscript.CreateObject("InternetExplorer.Application", "oIE_")
oIE.Navigate("http://www.whatever1.com")
Wscript.Sleep 1000
Do While (oIE.Busy)
Wscript.Sleep 1000
Loop
'code here to read page elements
oIE.Navigate("http://www.whatever2.com")
That's the basic idea anyway... I'm navigating multiple urls programatically.
When I compile this script through scryptcryptor the pages seem to load very slowly and don't seem to actually finish loading before the next Navigate command runs.
I don't have this problem when I run the vbs file.
Do you have any ideas? Maybe the version of wscript embedded in scryptcryptor or maybe something to do with the script being run directly from memory????
I'm using the following commands:
Set oIE = Wscript.CreateObject("InternetExplorer.Application", "oIE_")
oIE.Navigate("http://www.whatever1.com")
Wscript.Sleep 1000
Do While (oIE.Busy)
Wscript.Sleep 1000
Loop
'code here to read page elements
oIE.Navigate("http://www.whatever2.com")
That's the basic idea anyway... I'm navigating multiple urls programatically.
When I compile this script through scryptcryptor the pages seem to load very slowly and don't seem to actually finish loading before the next Navigate command runs.
I don't have this problem when I run the vbs file.
Do you have any ideas? Maybe the version of wscript embedded in scryptcryptor or maybe something to do with the script being run directly from memory????