Interface ILink
A Java control that displays text with links.
Inherited Members
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public interface ILink : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
Properties
Text
The text displayed in the link object.
Declaration
string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ClickLink(string)
Clicks the specified link.
Declaration
void ClickLink(string linkName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | linkName | The full text of the link item to click |