ClassCustomElementData
Class
Holds all the data needed to customize element descriptor.
Definition
Namespace:ArtOfTest.Common.Design.Extensibility
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class CustomElementData
Inheritance: objectCustomElementData
Constructors
CustomElementData()
Declaration
cs-api-definition
public CustomElementData()
Properties
ControlType
The control type to be used in recorded element descriptor. Usually the same as locator control type.
FindExpression
Custom find expression for target element.
Declaration
cs-api-definition
public IFindExpression FindExpression { get; set; }
Property Value