Overview
ComplexSelector is a class in Aspose.Html FOSS for Python.
A chain of CompoundSelectors joined by Combinators.
Properties: parts.
Properties
| Name | Type | Access | Description |
|---|
parts | tuple[tuple[Combinator | None, CompoundSelector], ...] | Read | Gets the parts. |
See Also