Arguments
- Name: attr, Type: str
- attribute
- Name: value, Type: str
- word
Source
def select_attr_contains_word(self, attr, value):
return self._nodes.select_attr_contains_word(attr, value)
[internal] returns elements that have the specified attribute and the value that contains given word.
def select_attr_contains_word(self, attr, value):
return self._nodes.select_attr_contains_word(attr, value)