How To Start Recording From Existing Script.

Discussions and Tech Support related to website data extraction, screen scraping and data mining using iMacros.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
FOCUSGuy
Posts: 1
Joined: Fri Jan 28, 2011 4:25 pm

How To Start Recording From Existing Script.

Post by FOCUSGuy » Fri Jan 28, 2011 4:30 pm

Greetings,

I have created a script (Fetch.imm), using the record feature.

I would like to now add to the script, starting where I left off, when I last recorded.

I can play my script (play tab..play button), and see the results in the browser panel.

However, I cannot figure out how to start to record, again, at this point in the script.

Regards,
Dave
cboshdave
Posts: 53
Joined: Fri May 16, 2008 6:11 pm

Re: How To Start Recording From Existing Script.

Post by cboshdave » Fri Jan 28, 2011 11:32 pm

The easiest way to do that is to "Play" the existing script in the iMacros window. Then, hit record and continue. Next you can edit the #current script and copy and paste the lines and add them to your existing script.

You don't want to copy and paste all. Usually, start at Line 4. The first are usually always this:

Code: Select all

VERSION BUILD=7201199
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=http://www.url.com
After that, your code should paste in just fine.

Good luck,
Dave
Post Reply