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