Xpath Selector.
If content is defined then the xpath expression will be executed in this content.
Defines the method used to extract the content:
text
(default) : Returns only the text contained in the result of the xpath expression
innerHTML
: Returns the inner html of the result of the xpath expression
outerHTML
: Returns the outside html of the result of the xpath expression
len
: Returns the number of elements found.