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