# Automation **Repository Path**: abin-liu/Automation ## Basic Information - **Project Name**: Automation - **Description**: Automation library includes class definition for AutomationThread and AutomationForm - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-30 - **Last Updated**: 2024-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Automation Automation library includes class definition for AutomationThread and AutomationForm. AutomationThread Abstract base class for the automation thread, interacts with the target window. AutomationForm The Form based class. accepts user inputs, interacts with the AutomationThread object.