ComplexSelector

ComplexSelector

Overview

ComplexSelector is a class in Aspose.Html FOSS for Python.

A chain of CompoundSelectors joined by Combinators.

Properties: parts.

Properties

NameTypeAccessDescription
partstuple[tuple[Combinator | None, CompoundSelector], ...]ReadGets the parts.

See Also