CMTaylor Posted November 17, 2009 Share Posted November 17, 2009 AutoItLibrary is a Python keyword library that extends Robot Framework by providing keywords based on the COM interface to AutoIt. Information on Robot Framework is available here: http://code.google.com/p/robotframework/. AutoItLibrary is released in a similar manner to other Robot Framework extension libraries, as a Google Code Open Source project hosted here: http://code.google.com/p/robotframework-autoitlibrary/. The work on this library was supported by my employer, Texas Instruments, Inc., which also holds the copyright on this work. I welcome your comments, suggestions and other feedback on this new integration of AutoIt and Robot Framework. Best Regards, C. Martin Taylor Sr. Test Automation Specialist Texas Instruments, Education Technology 7800 Banner Drive, MS 3908, Dallas, TX 75251 Link to comment Share on other sites More sharing options...
MaverickSweden Posted July 8, 2011 Share Posted July 8, 2011 Great work! Taylor! I hope my employer allows me to open source some of my testing libraries too. Cheers, Zhe Link to comment Share on other sites More sharing options...
rnagulapalle Posted October 20, 2014 Share Posted October 20, 2014 Hi Martin, I have installed AutoitLibrary on win 7 32bit and i am able to run tests using batch file. But i could not find sample tests. Can you please provide me calculator tests location or some sample code would help me learn this tool. Link to comment Share on other sites More sharing options...
water Posted October 20, 2014 Share Posted October 20, 2014 Welcome to AutoIt and the forum! I'm not too confident that you will get a reply. The OP has been offline for about 4 1/2 years. I suggest to search the web for "AutoitLibrary robot framework example" or something similar. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
rnagulapalle Posted October 20, 2014 Share Posted October 20, 2014 Thank you and i have been searching on Google and also posted in Google forum but no samples found. i saw API documentation but just wondering, how to start a text case Link to comment Share on other sites More sharing options...
joelee Posted December 23, 2014 Share Posted December 23, 2014 the examples will be in C:RobotFrameworkExtensionsAutoItLibrarytests after installation. anyone knows other libraries like AutoItLibrary ? This library is too old and its help documents is too simple Link to comment Share on other sites More sharing options...
behzad Posted September 12, 2015 Share Posted September 12, 2015 Hi,I have installed the Autoit for win7 as following1- we should install "ActivePython-2.7.8.10-win32.exe" because Autoit library don't work with 64bit version2- install Python for Windows Extensions by "pywin32-218.win32-py2.7.exe"3- install "wxPython2.8-win32-unicode-2.8.12.1-py27.exe" for RIDE GUI3.1_ download or use get-pip.py from the installation directory3.2_ connect to internet3.3_ install (pip) by: "python get-pip.py" and restart3.4_ install (setuptools) by: "pip install -U setuptools"4- install Robot Framework by PIP command by: "pip install robotframework"5- install Robot Framework IDE(RIDE) by: "pip install robotframework-ride"6- for install pyUSB library extract "pyusb-1.0.0b2.zip" in C:\Python27\Scripts path and run: "python setup.py install"7- install python image library by "PIL-1.1.7.win32-py2.7.exe"8- install "autoit-v3-setup.exe"9- for install Autoit library extract "AutoItLibrary-1.1.zip" in C:\Python27\Scripts path and run: "python setup.py install"10- pip install -u robotframework-requests11-pip install certifi12-pip install pyopenssl ndg-httpsclient pyasn113-pip install urllib314-pip install pywinautoWhen I am executing the C:\RobotFramework\Extensions\AutoItLibrary\tests\RobotIDE.batI have an already made example that has been used the AutoItLibrary.The problem is, when I am running the example, I have the following Errors:[ ERROR ] Error in test library 'AutoItLibrary': Creating keyword 'Run' failed: Keyword with same name defined multiple times.[ ERROR ] Error in test library 'AutoItLibrary': Creating keyword 'Win Wait' failed: Keyword with same name defined multiple times.[ ERROR ] Error in test library 'AutoItLibrary': Creating keyword 'Win Wait Active' failed: Keyword with same name defined multiple times.[ ERROR ] Error in test library 'AutoItLibrary': Creating keyword 'Win Wait Close' failed: Keyword with same name defined multiple times.What is wrong with me?Kind regards,BD Link to comment Share on other sites More sharing options...
water Posted September 12, 2015 Share Posted September 12, 2015 Welcome to AutoIt and the forum!I'm not too confident that you will get a reply. The OP has been offline for about 5 1/2 years.I suggest to search the web for "AutoitLibrary robot framework example" or something similar. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
behzad Posted September 16, 2015 Share Posted September 16, 2015 C:\RobotFramework\Extensions\AutoItLibrary\tests\RobotIDE.bat that is executed by me is exactly the example of AutoIt.I did not change or modify it. I am wondered that Why the AutoItLibrary that has been installed correctly (without any error) has such big problem in its own example. Link to comment Share on other sites More sharing options...
junkew Posted September 16, 2015 Share Posted September 16, 2015 its archived since 2010 so do not expect support on it.Alternatives are completely depending on what you want to achieve. many datadriven and keyword automation frameworks are flowing aroundie.udf, ff.udf, chrome.udf in the examples forumnative autoit commands can do a lot on windows controlsTN3270 / mainframe https://www.autoitscript.com/forum/topic/177156-trying-to-read-the-data-in-mainframe-screen-but-not-able-to/ behzad 1 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now