I'm running the following macro to navigate to a website, and I get stopped cold by a dialog box.
I don't know what to do, can you help? Obviously, this was recorded by WebRecorder; it also happens on subsequent pages after I login, so whatever needs to happen, I need to do it 3 times.
Code: Select all
// Generated by MacroScript WebRecorder 2.05
// Recorded on Monday, November 10, 2008, at 12:18 PM
//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
MouseMove>0,0
Let>delay=1
IE_Create>0,IE[0]
IE_Navigate>%IE[0]%,ww.sportsinsights.com,r
// Problem happens right here
Label>end_script
George