PropertyData class
Platform: AppiumLanguage: Java SDK:
A property is a name/value pair that you can associate with a test.
You can view these properties and filter and group by these properties in the Test Manager.
Set properties using
Import statement
import com.applitools.eyes.PropertyData;
Constructor
- PropertyData()
- Use this constructor to create a PropertyData object.
Methods
- getName()
- Retrieve the property name.
- getValue()
- Retrieve the property value.
- setName()
- Set the property name.
- setValue()
- Set the property value.