If I just run it, it stops at ~line 69, however if i do the step through, it works fine. Could it be from the IE_Wait? Here's code:
Code: Select all
// Generated by MacroScript WebRecorder 2.01
// Recorded on Friday, March 21, 2008, at 11:04 AM
//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
Let>delay=1
//Gather needed information from user
Input>asset,Enter Printer Asset Number:
Input>contact,Enter Contact Information:
Input>location,Enter Location Information:
Input>firmware,Enter or Browse for the Firmware File:,C:\x642\X642_LC2.MB.P237.fullnet.ffm
MessageModal>Verify that the printer's IP address is set to 192.168.1.111 before continuing.
//Begin Firmware Update
IE_Create>0,IE[0]
IE_Navigate>%IE[0]%,http://192.168.1.111/,r
IE_Wait>%IE[0]%,r
Wait>delay
IE_Wait>%IE[0]%,r
Wait>delay
IE_Wait>%IE[0]%,r
Wait>delay
IE_Wait>%IE[0]%,r
Wait>delay
Let>FrameName={"left"}
Let>FormName={""}
Let>TagValue={"Configuration"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue,r
IE_Wait>%IE[0]%,r
Wait>delay
Let>FrameName={"main content"}
Let>FormName={""}
Let>TagValue={"Update Firmware"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue,r
IE_Wait>%IE[0]%,r
Wait>delay
SetFocus>Lexmark*
Press Tab * 14
Send Character/Text>firmware
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r
Let>FrameName={"main content"}
Let>FormName={"codeupdate"}
Let>TagValue={""}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,INPUT,NAME,str:TagValue,r
Wait>160
//End Firmware update
//Begin configuration
Message>Beginning Configuration
Let>FrameName={"left"}
Let>FormName={""}
Let>TagValue={"Configuration"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue,r
IE_Wait>%IE[0]%,r
Wait>delay
//*****************This is line 69*****************************
Let>FrameName={"main content"}
Let>FormName={""}
Let>TagValue={"Network/Ports"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue,r