Interface IListItem
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
Methods
MakeVisible(string, double)
Makes an item in the list visible.
void MakeVisible(string xPath, double timeOut = 20)
Parameters
xPathstringThe xPath value of the control to press to make the item visible in the list.
timeOutdoubleOptional. 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.