AttributeSelector
Overview
AttributeSelector is a class in Aspose.Html FOSS for Python.
Matches elements by attribute presence or value.
Properties: attr_name, case_insensitive, operator, value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
attr_name | str | Read | Gets the attr name. |
operator | AttributeOperator | Read | Gets the operator. |
value | str | None | Read | Gets the value. |
case_insensitive | bool | Read | Gets the case insensitive. |