Copy text from webpage and pas it

Discussions and Tech Support specific to the iMacros Firefox add-on.
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
foxflop
Posts: 2
Joined: Wed Dec 08, 2010 1:15 pm

Copy text from webpage and pas it

Post by foxflop » Wed Dec 08, 2010 1:21 pm

Hi.
I would like to past text from webpages and past it on a text file.
I've try to edit "extractAndFill.imm" but it doesn't work :(

in fact, i would like to copy : "La Journée internationale du "parler comme un pirate" se déroule chaque année le 19 septembre." from this page http://www.savoir-inutile.com/cruw28
and past it in my own file, for example "text.txt"

thx.
siniy
Posts: 118
Joined: Sat Nov 07, 2009 7:44 pm

Re: Copy text from webpage and pas it

Post by siniy » Fri Dec 10, 2010 1:59 am

Code: Select all

SET !EXTRACT_TEST_POPUP NO
VERSION BUILD=7031111 RECORDER=FX
TAB T=1
URL GOTO=http://www.savoir-inutile.com/cruw28
TAG POS=1 TYPE=H2 ATTR=ID:phrase&&TXT:* EXTRACT=TXT
SAVEAS TYPE=EXTRACT FOLDER=c:\ FILE=savoir.txt
Will be saved to c:\savoir.txt
foxflop
Posts: 2
Joined: Wed Dec 08, 2010 1:15 pm

Re: Copy text from webpage and pas it

Post by foxflop » Mon Dec 13, 2010 8:15 pm

Lot of thx guy :)
Post Reply