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