WebRecorder error

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
XR4-IT
Newbie
Posts: 9
Joined: Fri Apr 11, 2008 10:01 pm

WebRecorder error

Post by XR4-IT » Wed Apr 23, 2008 8:55 pm

I was using the MacroScript WebRecorder, and every time I use it with the login form on this site: https://www.chasecorrespondentchaselock ... _login.asp it fails and gives me an error that reads: Invalid floating pint operation.

At first I thought it was an error caused by the site, but when I try to login using IE 7 or FireFox it lets me login just fine, so it seems to be a problem or setting in the WebRecorder. Is there any way I can fix this?

Thanks,
XR4-IT

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Thu Apr 24, 2008 8:41 am

I'm not getting an error when using WebRecorder to attempt to log into that site. Of course I don't have a login so I can't actually log in and am just entering made up data to get "Invalid ID/Password, please try again...". But no floating point error.

When do you get the error? During record or playback, after login or before? Which version of WebRecorder are you running?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

XR4-IT
Newbie
Posts: 9
Joined: Fri Apr 11, 2008 10:01 pm

Post by XR4-IT » Thu Apr 24, 2008 3:28 pm

I get the error while using the browser that is built into the Webrecorder. After I click the login button it waits awhile and then gives me the error.

Just as a reference this is the code the Webrecorder out puts before it fails.


// Generated by MacroScript WebRecorder 2.01
// Recorded on Thursday, April 24, 2008, at 09:13 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]%,https://www.chasecorrespondentchaselock ... ogin.asp,r
IE_Wait>%IE[0]%,r
Wait>delay

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

Let>FrameName={""}
Let>FormName={"Login"}
Let>FieldName={"USER"}
Let>FieldValue={"maskedUserName"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

Let>FrameName={""}
Let>FormName={"Login"}
Let>FieldName={"PASSWORD"}
Let>FieldValue={"maskedPassword"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

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

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

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

I get the error while using the browser that is built into the Webrecorder. After I click the login button it waits awhile and then gives me the error.

Just as a reference this is the code the Webrecorder out puts before it fails.


// Generated by MacroScript WebRecorder 2.01
// Recorded on Thursday, April 24, 2008, at 09:13 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]%,https://www.chasecorrespondentchaselock ... ogin.asp,r
IE_Wait>%IE[0]%,r
Wait>delay

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

Let>FrameName={""}
Let>FormName={"Login"}
Let>FieldName={"USER"}
Let>FieldValue={"maskedUserName"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

Let>FrameName={""}
Let>FormName={"Login"}
Let>FieldName={"PASSWORD"}
Let>FieldValue={"maskedPassword"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r

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

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

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

LibFree>hIE
Label>end_script

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