WebElement.FindFirst (gb.qt4.webkit)

Function FindFirst ( Selector As String ) As WebElement

Returns the first child element that matches the given CSS selector selectorQuery.

Standard CSS2 selector syntax is used for the query.

Note: This search is performed recursively.

See also