Jump to content

Recommended Posts

Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...