HtmlDocument.querySelectorAll

Queries all dom nodes based on a css3 selector.

class HtmlDocument
final
querySelectorAll
(
string selector
)

Parameters

selector string

The css3 selector.

Return Value

Type: HtmlNode[]

An array of all matching nodes.

Meta