Search found 5 matches

by ato09
Thu Nov 02, 2017 12:14 am
Forum: Data Extraction and Web Screen Scraping
Topic: Auto click "Save As" button (SOLVED)
Replies: 8
Views: 18498

Re: Auto click "Save As" button

Thank you so much!!! Although the solution that you gave doesn't fix it, but I got an idea where the problem arise. It seem that in the download section of the chrome itself, I just need to turn off the "Ask where to save each file before downloading". And that fixed it. The code worked ju...
by ato09
Wed Nov 01, 2017 8:48 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Auto click "Save As" button (SOLVED)
Replies: 8
Views: 18498

Re: Auto click "Save As" button

Anything that I changed after line 12 are useless as it's always stuck at the windows save dialog. TAG POS=1 TYPE=IMG ATTR=HREF:https://*.jpg CONTENT=EVENT:SAVEITEM I've tried changing it to this. (HREF->SRC) Thinking that it might be the problem but to no avail. TAG POS=1 TYPE=IMG ATTR=SRC:https://...
by ato09
Tue Oct 31, 2017 10:14 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Auto click "Save As" button (SOLVED)
Replies: 8
Views: 18498

Re: Auto click "Save As" button

I did tried this as you suggested but it still stuck at save as dialog window. It got stuck at line 12. VERSION BUILD=844 RECORDER=CR TAB OPEN TAB T=2 SET !DATASOURCE savepicture.csv SET !ERRORIGNORE YES SET !LOOP 1 set !replayspeed medium URL GOTO=https://glodimg.chinabrands.com/pdm-product-pic/Clo...
by ato09
Tue Oct 31, 2017 6:12 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Auto click "Save As" button (SOLVED)
Replies: 8
Views: 18498

Re: Auto click "Save As" button

VERSION BUILD=844 RECORDER=CR TAB OPEN TAB T=2 SET !DATASOURCE savepicture.csv SET !ERRORIGNORE YES SET !LOOP 1 set !replayspeed medium URL GOTO=https://glodimg.chinabrands.com/pdm-product-pic/Clothing/2017/06/03/source-img/20170603175241_21313.jpg ONDOWNLOAD FOLDER=C:\Users\men_tshirt FILE={{!COL1...
by ato09
Tue Oct 31, 2017 5:37 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Auto click "Save As" button (SOLVED)
Replies: 8
Views: 18498

Auto click "Save As" button (SOLVED)

iMacros (8.44) + Browser (Chrome 61.0.3163.100 (Official Build) (32-bit)) + OS (Windows 7 Ultimate) VERSION BUILD=844 RECORDER=CR TAB OPEN TAB T=2 SET !DATASOURCE savepicture.csv SET !ERRORIGNORE YES SET !LOOP 1 set !replayspeed medium URL GOTO={{!COL2}} ONDOWNLOAD FOLDER=C:\Users\men_tshirt FILE={{...