ControlLocator Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets the FindParam that describes this control. The base Control 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 FindParam Locator { get; }

Property Value

Type: FindParam
Remarks

This property is provided for convenience and can be overriden by custom controls as a place to put and store the FindParam that describes them.
See Also

Reference