The text of the current element.
def get_x_text() -> str: ... x_text = property(get_x_text, None)
""
The current element is specified via the x_path property.
This property is read-only.