Most examples iMacros scripts available on the Internet using Windows, but I'm confused and want to ask about the location of the full path of a result iMacros EXTRACT on Mac OS.
as an example of this URL http://wiki.imacros.net/SAVEAS will extract the words "SAVEAS", which are located on the top page.
here the script
VERSION BUILD=8970419 RECORDER=FX
TAB T=1
URL GOTO=http://wiki.imacros.net/SAVEAS
TAG POS=1 TYPE=SPAN ATTR=TXT:SAVEAS EXTRACT=TXT
SAVEAS TYPE=EXTRACT FOLDER=/users/myusername/something/etc/here<SP>my<SP>download/ FILE=sample.csv
my question, is that correct for the name of "FOLDER" location on Mac like this?
FOLDER=/users/myusername/something/etc/here<SP>my<SP>download/
i caot try because i use Windows but this question i will apply my script in my client Mac book. Thanks in Advanced.
