Cookies Manager Backend
Detector Class Reference
Inheritance diagram for Detector:

Detailed Description

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.

The documentation for this class was generated from the following file: