HtmlControlClientSideLocator Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets the client-side locator for this HtmlControl. This property can be used to define a custom client side object that this HtmlControl maps to. GetValue/SetValue properties use that object to make their calls instead of the default one.

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

public virtual string ClientSideLocator { get; }

Property Value

Type: String
A string identifying the locator for this HtmlControl.
Examples

(in ASP.NET) $find('myClientObject')
See Also

Reference