WebElement.FindAll (gb.qt4.webkit)

Function FindAll ( Selector As String ) As WebElement[]

Returns a new list of child elements matching the given CSS selector selectorQuery. If there are no matching elements, an empty list is returned.

Standard CSS2 selector syntax is used for the query.

Note: This search is performed recursively.

See also