nothing is happening.

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
juanmotonevangeloncocobon
Newbie
Posts: 1
Joined: Thu May 01, 2008 1:24 pm

nothing is happening.

Post by juanmotonevangeloncocobon » Thu May 01, 2008 1:41 pm

i record the script in web recorder.
I hit stop, the script says waiting ?
Which makes me think it is not stopped.

so I save the script.

Import it into scheuler
it runs for a little while and stops.

I do not see a page come up or nothing seems to happen.

Am I suppose to see the page open and the mouse move and type being typed?

// Generated by MacroScript WebRecorder 2.03
// Recorded on Thursday, May 1, 2008, at 09:31 AM

//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]%,http://www.svweb.biz/Calendar/tabid/689/Default.aspx,r
IE_Wait>%IE[0]%,r
Wait>delay

Let>FrameName={""}
Let>FormName={""}
Let>TagValue={"Login"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue,r

IE_Wait>%IE[0]%,r
Wait>delay

Let>FrameName={""}
Let>FormName={"Form"}
Let>FieldName={"dnn$ctr$Login$Login_DNN$txtUsername"}
Let>FieldValue={""}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>FieldName={"dnn$ctr$Login$Login_DNN$txtPassword"}
Let>FieldValue={""}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>FieldName={"dnn$ctr$Login$Login_DNN$txtUsername"}
Let>FieldValue={"CalAdmin"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>FieldName={"dnn$ctr$Login$Login_DNN$txtPassword"}
Let>FieldValue={"CalAdmin9"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>TagValue={"dnn$ctr$Login$Login_DNN$cmdLogin"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,INPUT,NAME,str:TagValue,r

IE_Wait>%IE[0]%,r
Wait>delay

Let>FrameName={""}
Let>FormName={"Form"}
Let>TagValue={"Add Event"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue,r

IE_Wait>%IE[0]%,r
Wait>delay

IE_Wait>%IE[0]%,r
Wait>delay

Let>FrameName={""}
Let>FormName={"Form"}
Let>FieldName={"dnn$ctr1378$EditEvents$txtTitle"}
Let>FieldValue={"test"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>FieldName={"dnn$ctr1378$EditEvents$txtStartDate"}
Let>FieldValue={"5/14/2008"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>FieldName={"dnn$ctr1378$EditEvents$cmbStartTime"}
Let>FieldValue={"7:00 PM"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>FieldName={"dnn$ctr1378$EditEvents$txtEndDate"}
Let>FieldValue={"5/14/2008"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>FieldName={"dnn$ctr1378$EditEvents$cmbEndTime"}
Let>FieldValue={"9:00 PM"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>TagValue={"dnn$ctr1378$EditEvents$chkReminder:on"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,INPUT,CHECKBOX,str:TagValue,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>TagValue={"dnn$ctr1378$EditEvents$dshRecurringSettings$imgIcon"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,INPUT,NAME,str:TagValue,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>TagValue={"dnn$ctr1378$EditEvents$rblRepeatType:M1"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,INPUT,RADIO,str:TagValue,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>FieldName={"dnn$ctr1378$EditEvents$txtRecurEndDate"}
Let>FieldValue={"9/1/2008"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

Let>FrameName={""}
Let>FormName={"Form"}
Let>TagValue={"Update"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue,r

IE_Wait>%IE[0]%,r
Wait>delay

Let>FrameName={""}
Let>FormName={"Form"}
Let>TagValue={"Logout"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue,r

IE_Wait>%IE[0]%,r
Wait>delay

IE_Wait>%IE[0]%,r
Wait>delay

Label>end_script
to be or Snot

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts