|
Cookies Manager Backend
|
Model to hold detectors which define when a certain rule should be triggered based on element presence or visibility.
Attributes:
presentMatcher (Union[MatcherType, List[MatcherType]]): Matchers to detect if the relevant elements are present.
showingMatcher (Union[MatcherType, List[MatcherType]]): Matchers to detect if the elements are visibly showing.