findElementsByText
Returns elements which match the given text. Please note: this may (or will) also return any other element (like inline scripts), which happen to contain that text.
Return
List of matching Elements.
Parameters
text
The text to search for.
tagHint
When provided, narrows down search to only elements which match given tag (e.g., a, div, script, span).