Search found 7 matches

by windsurferk
Mon Aug 29, 2011 8:23 pm
Forum: General Support & Discussions
Topic: Writing Extracted Values + Variables To .CSV
Replies: 1
Views: 4521

Writing Extracted Values + Variables To .CSV

I have a csv that contains 2 columns - id and domain. Sample Data: 1,buy.com I am running imacro on Firefox (OS X) and am trying to loop through the list of urls in my csv and write the extracted data to each row. I believe that there is no way to update the original file (the Datasource), so I am j...
by windsurferk
Thu Feb 03, 2011 12:40 am
Forum: iMacros for Firefox
Topic: Help extracting this value
Replies: 1
Views: 1269

Help extracting this value

I am trying to extract the value: 92964720 from this page: http://cgi.ebay.com/Donkey-Kong-Country-Returns-Banana-Wii-Remote-Case-NEW-/140507882462?pt=Video_Games_Games&hash=%257B%2522Page%2522%253A%2522%252FDonkey-Kong-Country-Returns-Wii-2010-%252F92964720%253F_aset%253D2%2526_pcategid%253D139...
by windsurferk
Mon Jan 17, 2011 2:34 pm
Forum: iMacros for Chrome
Topic: Following all URLs on a Page
Replies: 1
Views: 2465

Following all URLs on a Page

I have the following iMacro working in iMacro for Firefox, but cannot get it to work on Chrome. VERSION BUILD=7031111 RECORDER=FX TAB T=1 TAB CLOSEALLOTHERS URL GOTO=http://www.anyurl.com TAG POS={{!LOOP}} TYPE=A ATTR=HREF:http* WAIT SECONDS=6 BACK When I run the macro, I get an SyntaxError: unknown...
by windsurferk
Tue Jan 11, 2011 7:04 pm
Forum: iMacros for Firefox
Topic: Looping an iMacro That I Want Scheduled (OSX Command Line)
Replies: 3
Views: 8462

Javascript Loop Control - How to Fire URL outside of Loop

Tom- One more question related to this. I'm using the Javascript loop method, and am setting the loop to run 100 times since the actual number of hyperlinks on the page varies day to day. I'd like to figure out a way to, after the macro crawls all the links on the page, fire another URL (basically o...
by windsurferk
Wed Jan 05, 2011 3:21 pm
Forum: iMacros for Firefox
Topic: Looping an iMacro That I Want Scheduled (OSX Command Line)
Replies: 3
Views: 8462

Re: Looping an iMacro That I Want Scheduled (OSX Command Lin

Wow. Thanks Tom. That's exactly what I needed. It took me a few mins, but I figured out that I needed to save that .js inside the iMacros "Macros" directory in order for that URL to work. Then I just created an applescript that looks like this: do shell script "/usr/bin/open /Applicat...
by windsurferk
Mon Jan 03, 2011 9:12 pm
Forum: iMacros for Firefox
Topic: Looping an iMacro That I Want Scheduled (OSX Command Line)
Replies: 3
Views: 8462

Looping an iMacro That I Want Scheduled (OSX Command Line)

I have a macro that I can successfully run using the "Play(Loop)" button, but I would like to be able to run the loop as a scheduled job on OSX. I understand from this article: http://wiki.imacros.net/iMacros_for_Firefox#Command_Line_Support that I can run an iim from the command line inte...
by windsurferk
Wed Jun 23, 2010 1:01 am
Forum: Data Extraction and Web Screen Scraping
Topic: Generate web thumbnails only part of the page
Replies: 1
Views: 1341

Generate web thumbnails only part of the page

I am using iMacros for Chrome and am wondering if there is a way to set the browser window to a particular size and then only capture the portion of the screen that is visible in the browser window. I don't want to get the whole page, just the upper left portion. Ideally, I'd set the browser pane to...