LICENSE
README.md
requirements.txt
setup.cfg
setup.py
src/autoinsight/__init__.py
src/autoinsight.egg-info/PKG-INFO
src/autoinsight.egg-info/SOURCES.txt
src/autoinsight.egg-info/dependency_links.txt
src/autoinsight.egg-info/requires.txt
src/autoinsight.egg-info/top_level.txt
src/autoinsight/automation/__init__.py
src/autoinsight/common/EnumTypes.py
src/autoinsight/common/ObjectBase.py
src/autoinsight/common/SingletonMeta.py
src/autoinsight/common/Utils.py
src/autoinsight/common/__init__.py
src/autoinsight/common/models/BoundingBox.py
src/autoinsight/common/models/Box.py
src/autoinsight/common/models/Circle.py
src/autoinsight/common/models/Knowledge.py
src/autoinsight/common/models/Line.py
src/autoinsight/common/models/ModelBase.py
src/autoinsight/common/models/Point.py
src/autoinsight/common/models/Rectangle.py
src/autoinsight/common/models/ShapeBase.py
src/autoinsight/common/models/Size.py
src/autoinsight/common/models/__init__.py
src/autoinsight/communicator/__init__.py
src/autoinsight/decorator/DecoratorBase.py
src/autoinsight/decorator/StepMaker.py
src/autoinsight/decorator/__init__.py
src/autoinsight/event/EventBase.py
src/autoinsight/event/EventSource.py
src/autoinsight/event/__init__.py
src/autoinsight/extend/ExtendEnum.py
src/autoinsight/extend/ExtendPywinautoApplicationWindowSpecification.py
src/autoinsight/extend/__init__.py
src/autoinsight/ident/AutomationTyping.py
src/autoinsight/ident/IdentObjectBase.py
src/autoinsight/ident/__init__.py
src/autoinsight/ident/context/BIOS.py
src/autoinsight/ident/context/BrowserBase.py
src/autoinsight/ident/context/BrowserTabBase.py
src/autoinsight/ident/context/BrowserWindowBase.py
src/autoinsight/ident/context/Chrome.py
src/autoinsight/ident/context/Command.py
src/autoinsight/ident/context/ContextBase.py
src/autoinsight/ident/context/FormBase.py
src/autoinsight/ident/context/GUIApplicationBase.py
src/autoinsight/ident/context/MobileBase.py
src/autoinsight/ident/context/OSBase.py
src/autoinsight/ident/context/PowerShell.py
src/autoinsight/ident/context/ProcessBase.py
src/autoinsight/ident/context/ShellBase.py
src/autoinsight/ident/context/UIControl.py
src/autoinsight/ident/context/WindowForm.py
src/autoinsight/ident/context/WindowGUIApplication.py
src/autoinsight/ident/context/WindowOS.py
src/autoinsight/ident/context/WindowShellBase.py
src/autoinsight/ident/context/__init__.py
src/autoinsight/ident/target/Button.py
src/autoinsight/ident/target/Card.py
src/autoinsight/ident/target/Checkbox.py
src/autoinsight/ident/target/CloseButton.py
src/autoinsight/ident/target/CollapseButton.py
src/autoinsight/ident/target/ComboBox.py
src/autoinsight/ident/target/ControlBase.py
src/autoinsight/ident/target/Icon.py
src/autoinsight/ident/target/Image.py
src/autoinsight/ident/target/Input.py
src/autoinsight/ident/target/InputBase.py
src/autoinsight/ident/target/ListItem.py
src/autoinsight/ident/target/MaximizeButton.py
src/autoinsight/ident/target/Menu.py
src/autoinsight/ident/target/MinimizeButton.py
src/autoinsight/ident/target/Pane.py
src/autoinsight/ident/target/Progressbar.py
src/autoinsight/ident/target/ScrollBar.py
src/autoinsight/ident/target/SpinButton.py
src/autoinsight/ident/target/TargetBase.py
src/autoinsight/ident/target/Text.py
src/autoinsight/ident/target/ToggleButton.py
src/autoinsight/ident/target/__init__.py
src/autoinsight/modules/Logging.py
src/autoinsight/modules/__init__.py
src/autoinsight/monitor/ApplicationMonitor.py
src/autoinsight/monitor/BSODMonitor.py
src/autoinsight/monitor/FileMonitor.py
src/autoinsight/monitor/Monitorbase.py
src/autoinsight/monitor/PerformanceMonitor.py
src/autoinsight/monitor/PostmortemMonitor.py
src/autoinsight/monitor/ScreenMonitor.py
src/autoinsight/monitor/TDRMonitor.py
src/autoinsight/monitor/__init__.py
src/autoinsight/parser/ParserBase.py
src/autoinsight/parser/__init__.py
src/autoinsight/reporter/ConsoleReporter.py
src/autoinsight/reporter/HTMLReporter.py
src/autoinsight/reporter/ReporterBase.py
src/autoinsight/reporter/TextReporter.py
src/autoinsight/reporter/__init__.py
src/autoinsight/script/Script.py
src/autoinsight/script/ScriptBase.py
src/autoinsight/script/Step.py
src/autoinsight/script/StepBase.py
src/autoinsight/script/__init__.py
src/autoinsight/services/ConfigurationService.py
src/autoinsight/services/ContextManagementService.py
src/autoinsight/services/IoCService.py
src/autoinsight/services/KnowledgeServiceBase.py
src/autoinsight/services/OCRServiceBase.py
src/autoinsight/services/PersistenceService.py
src/autoinsight/services/ServiceBase.py
src/autoinsight/services/TesseractOCRService.py
src/autoinsight/services/WindowKnowledgeService.py
src/autoinsight/services/__init__.py