I am evalusting WebRecorder for automating our daily task of checking our Web site.
After recording and save the script, the main page load and nothing else happen.
Here the script
Code: Select all
[b]// Generated by MacroScript WebRecorder 2.1
// Recorded on samedi, juillet 11, 2009, at 01:32 PM
//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
LibLoad>%SCRIPT_DIR%\IEAuto.dll,hIE
MouseMove>0,0
Let>delay=1
IE_Create>0,IE[0]
IE_Navigate>%IE[0]%,http://www.transatholidays.com/web2/default.asp?REFWHATID=0&LangID=FR,r
IE_Wait>%IE[0]%,r
Wait>delay
Let>FrameName={""}
Let>FormName={""}
Let>FieldName={"FromTxtFld"}
Let>FieldValue={"Saisir ou sélectionner"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r
Let>FrameName={""}
Let>FormName={""}
Let>FieldName={"ToTxtFld"}
Let>FieldValue={""}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r
Let>FrameName={""}
Let>FormName={""}
Let>TagValue={"http://staticcontent.airtransatholidays.com/StaticContent/FR/VAT/Web2/Search/Minimoteur/search.gif"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,IMG,HREF,str:TagValue,r
IE_Wait>%IE[0]%,r
Wait>delay
IE_Wait>%IE[0]%,r
Wait>delay
Let>FrameName={""}
Let>FormName={""}
Let>TagValue={"http://staticcontent.airtransatholidays.com/StaticContent/FR/VAT/Web2/Offerlist/bt_buy.gif"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,IMG,HREF,str:TagValue,r
IE_Wait>%IE[0]%,r
Wait>delay
Let>FrameName={""}
Let>FormName={"form1"}
Let>FieldName={"GROUP1PAX1"}
Let>FieldValue={"33"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r
Let>FrameName={""}
Let>FormName={"form1"}
Let>FieldName={"GROUP1PAX2"}
Let>FieldValue={"33"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r
IE_Wait>%IE[0]%,r
Wait>delay
Let>FrameName={""}
Let>FormName={"form1"}
Let>TagValue={"RadioInsCost:PWEB"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,INPUT,RADIO,str:TagValue,r
IE_Wait>%IE[0]%,r
Wait>delay
Let>FrameName={""}
Let>FormName={"form1"}
Let>TagValue={"SeatSel:AirPort"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,INPUT,RADIO,str:TagValue,r
IE_Wait>%IE[0]%,r
Wait>delay
WaitWindowOpen>Webpage Error
SetFocus>Webpage Error
IE_Wait>%IE[0]%,r
Wait>delay
IE_Wait>%IE[0]%,r
Wait>delay
LibFree>hIE
Label>end_script[/b]
Line 3788
Error: Object required
Any idea why?
Regards