LICENSE
README.md
requirement.txt
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/communicator/__init__.py
src/autoinsight/data/__init__.py
src/autoinsight/infra/ObjectBase.py
src/autoinsight/infra/__init__.py
src/autoinsight/infra/agent/AgentBase.py
src/autoinsight/infra/agent/BrowserAgent.py
src/autoinsight/infra/agent/WindowAgent.py
src/autoinsight/infra/agent/__init__.py
src/autoinsight/infra/context/ApplicationWindow.py
src/autoinsight/infra/context/BIOS.py
src/autoinsight/infra/context/BrowserBase.py
src/autoinsight/infra/context/BrowserWindowBase.py
src/autoinsight/infra/context/ContextBase.py
src/autoinsight/infra/context/GUIApplicationBase.py
src/autoinsight/infra/context/NullContext.py
src/autoinsight/infra/context/OSBase.py
src/autoinsight/infra/context/ShellBase.py
src/autoinsight/infra/context/WindowShellBase.py
src/autoinsight/infra/context/__init__.py
src/autoinsight/infra/event/EventBase.py
src/autoinsight/infra/event/EventSource.py
src/autoinsight/infra/event/__init__.py
src/autoinsight/infra/ident/Button.py
src/autoinsight/infra/ident/IdentObjectBase.py
src/autoinsight/infra/ident/TechnicalObject.py
src/autoinsight/infra/ident/Text.py
src/autoinsight/infra/ident/VIObject.py
src/autoinsight/infra/ident/VIText.py
src/autoinsight/infra/ident/__init__.py
src/autoinsight/infra/model/ActionModel.py
src/autoinsight/infra/model/Modelbase.py
src/autoinsight/infra/model/ScriptModel.py
src/autoinsight/infra/model/StepModel.py
src/autoinsight/infra/model/TargetModel.py
src/autoinsight/infra/model/__init__.py
src/autoinsight/infra/monitor/__init__.py
src/autoinsight/infra/monitor/monitorbase.py
src/autoinsight/infra/parser/ParserBase.py
src/autoinsight/infra/parser/__init__.py
src/autoinsight/infra/script/ScriptBase.py
src/autoinsight/infra/script/__init__.py
src/autoinsight/infra/shape/Line.py
src/autoinsight/infra/shape/Rectangle.py
src/autoinsight/infra/shape/ShapeTypes.py
src/autoinsight/infra/shape/Square.py
src/autoinsight/infra/shape/__init__.py
src/autoinsight/modules/LoggingModule.py
src/autoinsight/modules/__init__.py
src/autoinsight/monitor/BSODMonitor.py
src/autoinsight/monitor/ScreenMonitor.py
src/autoinsight/monitor/TDRMonitory.py
src/autoinsight/monitor/__init__.py
src/autoinsight/report/__init__.py
test/test_demo.py