Search found 4 matches
- Mon Jun 14, 2010 12:58 pm
- Forum: Beginners
- Topic: WebRecorder auto-generated commands
- Replies: 6
- Views: 6655
- Mon Jun 14, 2010 1:50 am
- Forum: Beginners
- Topic: WebRecorder auto-generated commands
- Replies: 6
- Views: 6655
Thanks. I tried that and got the same result. I also tried including the LibLoad>IEAuto.DLL, hIE command in the script before compiling (even though, according to the WebRecorder Help doc, I shouldn't need it with version 12), but that also didn't work. I will try getting a very simple script togeth...
- Sun Jun 13, 2010 10:40 pm
- Forum: Beginners
- Topic: WebRecorder auto-generated commands
- Replies: 6
- Views: 6655
Thank you! I found that while my script runs just fine, when I compile it and run it, my browser doesn't even open. I added an ExecuteFile> command to the top of the script and compiled again; now the browser opens, but I get "DLL" errors in all the other functions (FormFill, etc). that WebRecorder ...
- Sun Jun 13, 2010 5:51 pm
- Forum: Beginners
- Topic: WebRecorder auto-generated commands
- Replies: 6
- Views: 6655
WebRecorder auto-generated commands
When recording a script using WebRecorder, I see the following commands which are generated by WebRecorder: IE_Create>0,IE[0] IE_Navigate>%IE[0]%,http://my_website.com/,r IE_Wait>%IE[0]%,r I could not find references to any of these in the Help file or the manual. The first one, I assume, fires up I...