Search found 18 matches
- Mon Mar 24, 2008 9:56 pm
- Forum: General Discussion
- Topic: Which licenses do I need to buy?
- Replies: 1
- Views: 3512
Which licenses do I need to buy?
So I've got my script done and now I'm ready to purchase the software so we can run it on multiple machines. I know we'll need to buy the Macro Scheduler Pro for the compiler, but I wasn't sure if I'll need the WebRecorder license or not (script uses cmds from the IEAuto.dll) since I have the dll fr...
- Sun Mar 23, 2008 11:20 pm
- Forum: Technical / Scripting
- Topic: Script hangs ... ???
- Replies: 4
- Views: 5294
It did the same thing later on in the code and I think the culprit is the page is 3 frames and the top frame is a printer status. Well that frame auto refreshes every x seconds and sometimes it 404s on the refresh. I think when this happens, it messes with the script's IE window variable or somethin...
- Sun Mar 23, 2008 9:47 pm
- Forum: Technical / Scripting
- Topic: Script hangs ... ???
- Replies: 4
- Views: 5294
- Sun Mar 23, 2008 9:12 pm
- Forum: Technical / Scripting
- Topic: Script hangs ... ???
- Replies: 4
- Views: 5294
So i updated my code with MessageModal checkpoints and added a 5 sec wait: 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_Cli...
- Fri Mar 21, 2008 11:24 pm
- Forum: Technical / Scripting
- Topic: Script hangs ... ???
- Replies: 4
- Views: 5294
Script hangs ... ???
Really strange... 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: // 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 cau...
- Fri Mar 21, 2008 9:34 pm
- Forum: Technical / Scripting
- Topic: Autofill Form field with type=file
- Replies: 4
- Views: 4639
- Fri Mar 21, 2008 9:27 pm
- Forum: Technical / Scripting
- Topic: IE_Wait not waiting
- Replies: 2
- Views: 3307
- Fri Mar 21, 2008 9:24 pm
- Forum: Technical / Scripting
- Topic: Autofill Form field with type=file
- Replies: 4
- Views: 4639
- Fri Mar 21, 2008 9:12 pm
- Forum: Technical / Scripting
- Topic: IE_Wait not waiting
- Replies: 2
- Views: 3307
IE_Wait not waiting
I thought that when this function was invoked it would wait for a "Done" result from IE. Is this not the case? When running my script it seems that it decided not to wait and just blew past a good 50 lines of script due to IE being busy submitting the previous form. This is talking to a printer, so ...
- Fri Mar 21, 2008 8:49 pm
- Forum: Technical / Scripting
- Topic: Autofill Form field with type=file
- Replies: 4
- Views: 4639
Autofill Form field with type=file
It seems that when the code is supposed to fill a form field of type file: INPUT type="file" NAME="code_update" (opening and closing brackets removed due to phpbb misreading it) It doesn't fill it with the semi-hacked auto generated script code: Let>FrameName={"main content"} Let>FormName={"codeupda...
- Fri Mar 21, 2008 3:03 pm
- Forum: Technical / Scripting
- Topic: Prompting a user for input with WebRecorder
- Replies: 13
- Views: 9858
- Fri Mar 21, 2008 2:53 pm
- Forum: Technical / Scripting
- Topic: Prompting a user for input with WebRecorder
- Replies: 13
- Views: 9858
- Thu Mar 20, 2008 9:26 pm
- Forum: Technical / Scripting
- Topic: Prompting a user for input with WebRecorder
- Replies: 13
- Views: 9858
- Thu Mar 20, 2008 9:13 pm
- Forum: Technical / Scripting
- Topic: Prompting a user for input with WebRecorder
- Replies: 13
- Views: 9858
- Thu Mar 20, 2008 8:59 pm
- Forum: Technical / Scripting
- Topic: Prompting a user for input with WebRecorder
- Replies: 13
- Views: 9858
Ok...it seems that I'm using the GetCheckBox wrong or something because it continues to return 0. Is this function usable with IE? Here's my code: Let>FrameName={"main content"} Let>FormName={""} GetCheckBox>%IE[0]%,IPDHCPENABLE,dhcp If>dhcp=1,checked,unchecked Label>checked Label>end Label>unchecke...