HtmlFindTableCell Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
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.

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public HtmlTableCell TableCell(
	string textContent
)

Parameters

textContent
Type: SystemString
The text content.

Return Value

Type: HtmlTableCell
The HtmlTableCell that contains that text, else null.
See Also

Reference