divya Posted August 7, 2014 Posted August 7, 2014 Hello All, I am trying to automate some applications (eclipse based rcp) using autoit. When i am trying to take the information from the window using Autoit window info tool, It was not giving me any windows or control information. So, thought of using sikuli (image based automation tool) with autoit. I dont know how to integrate these two. Does anyone tried this before, if yes please help me in doing the same. Thank you, Divya.
junkew Posted August 7, 2014 Posted August 7, 2014 check first this thread before you step to sikuli '?do=embed' frameborder='0' data-embedContent>> Sikuli is written with Java and I am not sure sikuli has options to be remote controlled from AutoIT http://sikulix-2014.readthedocs.org/en/latest/devs/system-design.html#sikuli-script Sikuli uses Python as a scripting language which can create com objects and as such you should be able to integrate AutoITX component. Further I do not have experience in combining the 2 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
divya Posted August 11, 2014 Author Posted August 11, 2014 Thank you for your reply. well, i m using eclipse to integrate sikuli and autoit. Now, the problem is that how to use/initialise autoit variables in java.
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