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/common/CustomTyping.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/Configuration.py
src/autoinsight/common/models/Event.py
src/autoinsight/common/models/IdentResult.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/data/__init__.py
src/autoinsight/data/autoinsight.yml
src/autoinsight/data/autoinsight.yml.schema.json
src/autoinsight/decorator/DecoratorBase.py
src/autoinsight/decorator/Delay.py
src/autoinsight/decorator/Log.py
src/autoinsight/decorator/Step.py
src/autoinsight/decorator/__init__.py
src/autoinsight/drivers/DriverBase.py
src/autoinsight/drivers/WindowApplicationDriver.py
src/autoinsight/drivers/WindowChromeDriver.py
src/autoinsight/drivers/__init__.py
src/autoinsight/event/EventBase.py
src/autoinsight/event/EventSource.py
src/autoinsight/event/__init__.py
src/autoinsight/event/handlers/__init__.py
src/autoinsight/event/source/__init__.py
src/autoinsight/extend/ExtendEnum.py
src/autoinsight/extend/ExtendPywinautoApplicationWindowSpecification.py
src/autoinsight/extend/__init__.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/BrowserContextBase.py
src/autoinsight/ident/context/BrowserTabBase.py
src/autoinsight/ident/context/BrowserWindowBase.py
src/autoinsight/ident/context/ChromeBrowserBase.py
src/autoinsight/ident/context/Command.py
src/autoinsight/ident/context/FormBase.py
src/autoinsight/ident/context/GUIApplicationBase.py
src/autoinsight/ident/context/GUIContextBase.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/WindowDesktop.py
src/autoinsight/ident/context/WindowForm.py
src/autoinsight/ident/context/WindowGUIApplication.py
src/autoinsight/ident/context/WindowGUIContextBase.py
src/autoinsight/ident/context/WindowOS.py
src/autoinsight/ident/context/WindowProcessBase.py
src/autoinsight/ident/context/WindowShellBase.py
src/autoinsight/ident/context/WindowStartMenu.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/Edit.py
src/autoinsight/ident/target/Group.py
src/autoinsight/ident/target/Hyperlink.py
src/autoinsight/ident/target/Icon.py
src/autoinsight/ident/target/Image.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/SearchBox.py
src/autoinsight/ident/target/Slider.py
src/autoinsight/ident/target/SpinButton.py
src/autoinsight/ident/target/StartMenu.py
src/autoinsight/ident/target/TargetBase.py
src/autoinsight/ident/target/Taskbar.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/monitors/ApplicationMonitor.py
src/autoinsight/monitors/BSODMonitor.py
src/autoinsight/monitors/FileMonitor.py
src/autoinsight/monitors/Monitorbase.py
src/autoinsight/monitors/PerformanceMonitor.py
src/autoinsight/monitors/PostmortemMonitor.py
src/autoinsight/monitors/ScreenMonitor.py
src/autoinsight/monitors/TDRMonitor.py
src/autoinsight/monitors/__init__.py
src/autoinsight/parsers/ParserBase.py
src/autoinsight/parsers/__init__.py
src/autoinsight/reports/ConsoleReporter.py
src/autoinsight/reports/HTMLReporter.py
src/autoinsight/reports/ReporterBase.py
src/autoinsight/reports/SummaryReport.py
src/autoinsight/reports/TextReporter.py
src/autoinsight/reports/__init__.py
src/autoinsight/script/Break.py
src/autoinsight/script/Comment.py
src/autoinsight/script/Continue.py
src/autoinsight/script/Copy.py
src/autoinsight/script/Count.py
src/autoinsight/script/CreateDirs.py
src/autoinsight/script/Delete.py
src/autoinsight/script/Download.py
src/autoinsight/script/For.py
src/autoinsight/script/Ftp.py
src/autoinsight/script/If.py
src/autoinsight/script/Record.py
src/autoinsight/script/Script.py
src/autoinsight/script/Step.py
src/autoinsight/script/StepBase.py
src/autoinsight/script/VerifyBase.py
src/autoinsight/script/VerifyFile.py
src/autoinsight/script/VerifyImage.py
src/autoinsight/script/VerifyVideo.py
src/autoinsight/script/Wait.py
src/autoinsight/script/__init__.py
src/autoinsight/services/AIServiceBase.py
src/autoinsight/services/ConfigurationServiceBase.py
src/autoinsight/services/ContextManagementService.py
src/autoinsight/services/ImageProcessingServiceBase.py
src/autoinsight/services/IoCService.py
src/autoinsight/services/KnowledgeServiceBase.py
src/autoinsight/services/LocalImageProcessingService.py
src/autoinsight/services/OCRServiceBase.py
src/autoinsight/services/PersistenceService.py
src/autoinsight/services/ProxyServiceBase.py
src/autoinsight/services/RecordDataService.py
src/autoinsight/services/ServiceBase.py
src/autoinsight/services/TesseractOCRService.py
src/autoinsight/services/WindowConfigurationService.py
src/autoinsight/services/WindowKnowledgeService.py
src/autoinsight/services/YoloAIService.py
src/autoinsight/services/__init__.py