The information in this topic may be out of date. The current SDK reference guide has moved here.
properties property
Set a list of user-defined properties each of which is a key/value pair.
Syntax
config.properties = configval
configval = config.properties
Type:List[Dict[Text,Text]]
List of propertydata objects.
Remarks
- Set multiple properties by calling Eyes.add_property or Configuration.add_property multiple times with the same property name and with different values.
- You should not assign a given value to a property more than once in a given test run.
- You can also associate properties with a batch using BatchInfo.add_property.