Imacros extract some data to a csv

silviuactiv

Newbie
Joined
Jan 29, 2016
Messages
1
Reaction score
0
How can i extract with imacros the email and the message "e-mail address is valid" to csv file

So far i tested this but it doesn't work.
Code:
TAG POS=1 TYPE=TD ATTR=TXT:* EXTRACT=TXT
SAVEAS TYPE=EXTRACT FOLDER=* FILE=tanana

Have a great day.
 

Attachments

  • 19mivq.jpg
    19mivq.jpg
    30.9 KB · Views: 210
Add folder directory and add extension. Also firefox is better to be used for imacros if you don't use it already.

You last line should be:
SAVEAS TYPE=EXTRACT FOLDER=C:\\bot FILE=a.csv
 
Last edited:
Back
Top