Image element
Action commands
Test commands
description
Represents an image.
syntax
newImage(ELEMENT_NAME: string, URL or reference: string) -
ELEMENT_NAME: The name of the newly-created element. -
URL or reference: The URL of the image file or the reference to the image
since
beta 0.3example(s)
@newImage("img1", row.printimages)
@.print()
@.log()
+ Prints an image from the row "printimages" from the table and logs the print time of the element in the result file.