Action tag is a command tag, it performs an action on html elements. The syntax is:
<action code="your script" />
where “your script” must be a valid mScript method.
For example, <action code=“type(id=userID, 'account1')” /> to type “account1” into “userID” field.