The getResult()
method retrieves the result of the query selector, returning a list of elements that match the provided selector.
Description
public NodeSelector::getResult(): ElementList
Parameters
None
Return Value
Returns an ElementList
containing the elements that match the query selector.
Exceptions
None