coolooc Posted April 23, 2012 Posted April 23, 2012 Hi I am looking GUI automation tool that support SilverLight, does AutoIt is the right solution? Thanks.
Moderators JLogan3o13 Posted April 24, 2012 Moderators Posted April 24, 2012 Hi, coolooc. "GUI automation tool that support Silverlight" is a pretty broad requirement. AutoIt definitely has strong capabilities in the GUI automation space, and since it uses the Windows API it can control a lot of things. If you could expand on what exactly you are trying to accomplish, perhaps we can assist you better "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
coolooc Posted April 24, 2012 Author Posted April 24, 2012 Hi, coolooc. "GUI automation tool that support Silverlight" is a pretty broad requirement. AutoIt definitely has strong capabilities in the GUI automation space, and since it uses the Windows API it can control a lot of things. If you could expand on what exactly you are trying to accomplish, perhaps we can assist you better HiIn the beginning I want to record a sanity script using mouse and keyboard, I made some tests and it seems as working fine but I could see that there are some fields that the text is not inserted, I tried IE, Chrome and Firefox and the same result, is there any solution?Thanks.
Moderators JLogan3o13 Posted April 24, 2012 Moderators Posted April 24, 2012 I would suggest taking a look at IE.au3 and the functions it provides you with. It should minimize your need for keyboard/mouseclicks. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
coolooc Posted April 24, 2012 Author Posted April 24, 2012 I would suggest taking a look at IE.au3 and the functions it provides you with. It should minimize your need for keyboard/mouseclicks.HiI guess it's going to be a silly question but what do you mean by saying IE.au3 and the functions ...Thanks.
Moderators JLogan3o13 Posted April 24, 2012 Moderators Posted April 24, 2012 Hi, coolooc. Sorry, I should have made that more clear. IE.au3 is what is called a UDF, and when included with your script gives you access to a number of functions native to Internet Explorer (someone is bound to come along and offer a better description). My suggestion is to go into your helpfile and find the folder IE Management on the contents tab. This will give you a good idea of all the different functions that have been created for you (no need to reinvent the wheel).Also, you can check the Internet section of the AutoIt Snippets page, located here. This will give you some ideas that can help you get started. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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