Replace

Added in V3

This command allows replacing a element with a sample

The sample must have been imported with the import command

Syntax

replace "Element" with "Sample"

Before:

<Element></Element>

After:

<p>Sample contents</p>

Variable contents can be added using static vars

Last updated