DollarWrapper class
Wrapper object of all found elements. This list mimics the behaviour of Element
by exposing similar methods. The call of these methods gets delegated to first element.
By default, the ElementWrapper acts as a proxy to the first matching element and hence
it forwards function calls that belong to Element
DollarWrapper is identical to ElementWrapper except that it represents the results of ’$ selector.
Extends ElementWrapper.