HasPseudoClass

Overview

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

Matches elements that have at least one relative match in their subtree.

Properties: relative_selectors.

Properties

NameTypeAccessDescription
relative_selectors"tuple[tuple[Combinator | None, SelectorList], ...]"ReadGets the relative selectors.

See Also