I've recorded the following macro to automate saving in a file historical prices for 3 companies. When I play the macro, I get the 2 first lines executed (first file), but then the macro does not continue until I click the mouse, no matter what even going to another site. Then it is executing the next 2 lines of the code (file 2) and pauses again, till I'm doing the click thing again. I need to get many stock quotes so the process is annoying.
VERSION BUILD=2010517 RECORDER=CR
URL GOTO=http://finance.yahoo.com/q/hp?s=SNDK+Historical+Prices
TAG POS=1 TYPE=STRONG ATTR=TXT:Download<SP>to<SP>Spreadsheet
URL GOTO=http://finance.yahoo.com/q/hp?s=goog+Historical+Prices
TAG POS=1 TYPE=STRONG ATTR=TXT:Download<SP>to<SP>Spreadsheet
URL GOTO=http://finance.yahoo.com/q/hp?s=aapl+Historical+Prices
TAG POS=1 TYPE=STRONG ATTR=TXT:Download<SP>to<SP>Spreadsheet
chrome version: 10.0.648.205
Macro pauses and then resumes on mouse click
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
Re: Macro pauses and then resumes on mouse click
if its downloading files, you may need some 'ONDOWNLOAD' commands in there.
check out http://wiki.imacros.net/ONDOWNLOAD
check out http://wiki.imacros.net/ONDOWNLOAD