Interface IListItem
A single list item in a Web list.
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public interface IListItem
Properties
Text
The text value of the list item.
Declaration
string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
MakeVisible(string, double)
Makes an item in the list visible.
Declaration
void MakeVisible(string xPath, double timeOut = 20)
Parameters
| Type | Name | Description |
|---|---|---|
| string | xPath | The xPath value of the control to press to make the item visible in the list. |
| double | timeOut | Optional. The amount of time to wait for the item to become visible. Default is 20 seconds. |
Remarks
When weblist items are loaded dynamically, this method might return unexpected results.