Example #1
0
def text(partial_value) -> Condition[Element]:
    return match.element_has_text(partial_value)
Example #2
0
def text(partial_value) -> match.ElementCondition:
    return match.element_has_text(partial_value)