Description
A test log can store three types of data: table, text and picture. The PictureLogData
object lets you work with a picture stored in the log. This can be, for example, the picture displayed in the Picture panel of the Test Log page.
To obtain a reference to the PictureLogData
object from scripts, use the Data
property of the LogItem
object. At that, make sure that the LogItem.Data.Scheme.DataType
property corresponds to the picture data type.
Members
Example
You can view an example in the Access Test Log Contents from Tests topic.