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