Table of Contents

Interface IListItem

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

A single list item in a Web list.

public interface IListItem

Properties

Text

The text value of the list item.

string Text { get; }

Property Value

string

Methods

MakeVisible(string, double)

Makes an item in the list visible.

void MakeVisible(string xPath, double timeOut = 20)

Parameters

xPath string

The xPath value of the control to press to make the item visible in the list.

timeOut double

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.