Start a macro somehwere from the middle?
Forum rules
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
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
Start a macro somehwere from the middle?
How can I start a macro not from the beginning, but somehwere, at a special point in its middle?
Re: Start a macro somehwere from the middle?
You can't.
You can add a PAUSE command, if you need to inspect or work on the page in the middle of the script.
You can add a PAUSE command, if you need to inspect or work on the page in the middle of the script.
Re: Start a macro somehwere from the middle?
Oops, an answer, I hadn't expected anymore, many thanks, Ravendey.
Actually I hadn't assumed, that it is not possible. So, instead of starting somehwere else than at the beginning it seems to be the best to remove the lines / code before the point I want to start the macro from and after executing / testing re-add these lines, I guess.
Many thanks again.
Actually I hadn't assumed, that it is not possible. So, instead of starting somehwere else than at the beginning it seems to be the best to remove the lines / code before the point I want to start the macro from and after executing / testing re-add these lines, I guess.
Many thanks again.
-
- Posts: 3637
- Joined: Mon May 31, 2010 4:59 pm
Re: Start a macro somehwere from the middle?
Hi DIrk,
When you use the iMacros Editor to edit/test your macros, you have options to Play the current line/selection and also Play from the current cursor location onward.
http://wiki.imacros.net/Editor#Play_Macro_Selection
When you use the iMacros Editor to edit/test your macros, you have options to Play the current line/selection and also Play from the current cursor location onward.
http://wiki.imacros.net/Editor#Play_Macro_Selection
Regards,
Tom, iMacros Support
Tom, iMacros Support
Re: Start a macro somehwere from the middle?
Hello Tom,
Thanks for the link. That would be nice, but I do not use this editor, seems to be none freeware.
Many thanks again.
Thanks for the link. That would be nice, but I do not use this editor, seems to be none freeware.
Many thanks again.