Posts

Basic Setup and Example

This is my first blog;  My first topic is Python with Autoit. Most of automation frameworks are now designed with Selenium and Java/Ruby/Python etc. I picked up python where selenium where limitation is automating the windows object. But there is easy and alternative way to automate windows objects using python code with inherited autoit libraries. Software Requirement:     1. Install Python (with any suitable version) -  https://www.python.org/downloads/     2. PyCharm -  https://www.jetbrains.com/pycharm/download/#section=windows OR     3. Eclipse -  http://www.eclipse.org/downloads/     4. Install Autoit  https://www.autoitscript.com/site/autoit/downloads/ How to Install: There are two options we can use: 1.     Independent Autoit plugin for python(Pyautoit): a.     Go to Python installed location and open the script folder where pip.exe are available (e...
Recent posts