public HtmlElementCollection QuerySelectorAll( string selector )
Parameters
- selector
Type: System.String
Css selector for search the elements.
Return Value
Type: Zennolab.CommandCenter.HtmlElementCollection
The collection of elements that matches the conditions defined by the tags, if found; otherwise, the Count property is "0".