This is the first release of `AutoBotLibrary `, a Python library designed to integrate with Robot Framework to enable seamless GUI automation. It builds upon [PyAutoGUI](https://pyautogui.readthedocs.io/en/latest/index.html) to provide a comprehensive set of utilities for mouse control, keyboard interactions, dialog handling, and image-based UI automation.
Features:
- Mouse control: movement, clicks, dragging, and scrolling.
- Keyboard control: typing, pressing keys, and key combinations.
- Dialog box handling: alerts, confirmations, prompts, and password inputs.
- Screen handling: resolution retrieval, screenshots, and image-based element location.
- Robot Framework integration for test automation.
Compatibility:
- Compatible with Python 3.6 and Robot Framework versions [5.x and above].
- Tested in Windows and Linux Operating Systems
Usage:
- Install using `pip install robotframework-autobotlibrary` and view the [documentation](https://deekshith-poojary98.github.io/robotframework-autobotlibrary/) for setup and examples.