ControlLocatorExpression Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns the FindExpression for this control. Since this is a abstract base class it always returns null.

Namespace:  ArtOfTest.WebAii.Controls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual IFindExpression LocatorExpression { get; }

Property Value

Type: IFindExpression
See Also

Reference