CompoundSelector

CompoundSelector

Overview

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

A sequence of simple selectors that all apply to the same element.

Properties: simple_selectors.

Properties

NameTypeAccessDescription
simple_selectors"tuple[AnySimpleSelector, ...]"ReadGets the simple selectors.

See Also