ClassHtmlFind
Extends the generic Find methods to include HTML specific find objects.
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class HtmlFind : Find
Inheritance: objectFindHtmlFind
Inherited Members
Constructors
HtmlFind(Element)
Create a new Find object.
Methods
Table(string)
Finds the first table that contains the cell text content specified.
TableCell(string)
Finds the first table cell that contains the text content specified. If the text is contained by a control inside that table cell, this method will not find that cell.
Declaration
public HtmlTableCell TableCell(string textContent)
Parameters
textContent
The text content.
Returns
The HtmlTableCell that contains that text, else null.
TableRow(string)
Finds the first table row that contains the cell text content specified.
Declaration
public HtmlTableRow TableRow(string textContent)
Parameters
textContent
The text content.
Returns
The HtmlTableRow that contains that text, else null