Update: Google changed its standard GMAIL interface. The HTML id tags are now
randomly generated and change with each new page load.
Example:
Recorded TAG line for the "email to" field:
First recording:
TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR
=ID:1eq7 CONTENT=
test@example.com
Second recording:
TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=
ID:1es5 CONTENT=
test@example.com
Solution: Use the basic HTML interface (as mentioned in the post above). The basic HTML view uses fixed ID (NAME) tags:
TAG POS=1 TYPE=TEXTAREA FORM=NAME:f
ATTR=NAME:to CONTENT=
test@example.com
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:f ATTR=NAME:subject CONTENT=iMacros
TAG POS=1 TYPE=TEXTAREA FORM=NAME:f ATTR=NAME:body CONTENT=iMacros<SP>works