Shambhu Posted August 12, 2009 Posted August 12, 2009 Hi, I am new to AutoIT tool. I am doing GUI automation using Selenium RC, but i need to access some of my windows tabs. e.g., i want to run command "ncpa.cpl" to open network connection window. Then select "Wireless Network Connection", right click and select "View available wireless networks". It would open a new window, on that window i want to select a particular wireless network, and double click on that to connect to that wireless network. Please let me know whether my above requirement is possible with AutoIT tool. Please give me a brief idea of which functions to use to achieve the same, if it is possible. Regards, Shambhu.
Shambhu Posted August 12, 2009 Author Posted August 12, 2009 Hi Shambhu, You can easily do this.It is possible.Make use of Send() for sending text and keys & WinActive to know the title of current window.Refer help in AutoIT folder.Hi Mecrazycoder, Thanks for a quick reply. Sending text and finding window title is fine. But i need to read the icons in different wireless networks available, and select a particular one. Please let me know how i can do this.Regards,Shambhu.
Bert Posted August 12, 2009 Posted August 12, 2009 Everything in your requirements can be done with command line. It may be a easier way to go. The Vollatran project My blog: http://www.vollysinterestingshit.com/
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