user2686376
user2686376

Reputation: 11

iMacro, how to set variables from selected text?

It's a framed site, and the TAG command created when I highlight the text is:

FRAME F=0
TAG POS=1 TYPE=A ATTR=TXT:TEST<SP>TEST

I'm trying to figure out how to extract the TEST<SP>TEST part and set it to a variable, so I can put it in a form on another tab.

Upvotes: 1

Views: 1584

Answers (1)

Bestmacros
Bestmacros

Reputation: 1867

try this:

FRAME F=0
TAG POS=1 TYPE=A ATTR=TXT:TESTTEST extract=txt

Upvotes: 2

Related Questions