Enumerations
- class tir.technologies.core.enumerations.MessageType(value)
Enumeration that represents the standard messages that are emitted inside log file.
CORRECT = 1
INCORRECT = 2
DISABLED = 3
ASSERTERROR = 4
- class tir.technologies.core.enumerations.ScrapType(value)
Enumeration that represents the WebScraping type to be used.
TEXT = 1
CSS_SELECTOR = 2
MIXED = 3
SCRIPT = 4
XPATH = 5
- class tir.technologies.core.enumerations.ClickType(value)
Enumeration that represents the different types of Click logic.
JS = 1
SELENIUM = 2
ACTIONCHAINS = 3