https://github.com/nokia/robotframework-autoitlibrary
https://github.com/nokia/robotframework-autoitlibrary
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nokia/robotframework-autoitlibrary
- Owner: nokia
- License: other
- Created: 2017-08-23T12:33:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T01:43:43.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:09:00.971Z (about 1 year ago)
- Language: Python
- Size: 1.52 MB
- Stars: 41
- Watchers: 6
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE.txt
Awesome Lists containing this project
README
AutoItLibrary
=============
[](https://pypi.python.org/pypi/robotframework-autoitlibrary)
Changelog:
2024/10/16 Fix AutoItX3.dll register issue.
2020/09/28 Return PID of the launched application using "Run" keyword.
2018/06/29 Added Python 3 support.
Introduction
------------
AutoItLibrary is a Python keyword library that extends [Robot Framework](http://code.google.com/p/robotframework/) by providing keywords based on the COM interface to [AutoIt](http://www.autoitscript.com/autoit3/index.shtml). AutoIt is a freeware tool for automating the Windows GUI.
In order to do screenshots, the AutoItLibrary uses the PIL ([Python
Image Library](http://www.pythonware.com/products/pil/)).
Installation
------------
Make sure you run the installation command with administrative privilages.
#### pip install
```pip install robotframework-autoitlibrary```
#### source install
AutoItLibrary installs its own file and, if not already present, the 3rd party
AutoIt and PIL tools. To install, unzip the release file into a temporary
directory on your PC, open a command window in that directory and type:
python setup.py install
This installation creates the folder:
C:\RobotFramework\Extensions\AutoItLibrary
on your PC and puts various files into this directory folder.
Documentation
-------------
AutoItLibrary documentation is installed by the installation process into:
C:\RobotFramework\Extensions\AutoItLibrary\AutoItLibrary.html
The AutoItX documentation is also installed into this folder as AutoItX.chm.
Tests
-----
The AutoItLibrary installer puts a suite of self-tests here:
C:\RobotFramework\Extensions\AutoItLibrary\tests
To run these tests, which exercise the Windows Calculator GUI, run the
RunTests.bat file in the above folder.
Note: Windows 10 Calculator is not supported.