Enums§
- Text
Retrieval Option - Different options for retrieving text from a node. We generate selectors for every node that yields text that matches the expected attribute value.
Functions§
- find_
node_ with_ text - Searches for a node whose inner text matches the given text. NOTE that this also includes the inner text of any child nodes! Both strings are trimmed before comparison.
- find_
root - Find root node handle
- get_
node_ text - Returns the node’s text value, as specified by the given
TextRetrievalOptions
.