shayak has asked for the wisdom of the Perl Monks concerning the following question:

Can i search in a window whether a particular object is a radio button or check box or button. How? Or can i traverse inside the window and go to each object determining what it is? or if u can tell me how to find the handle of an object in a window... I want to search something like isthisaRadioButton or isthisaCheckbox...

Replies are listed 'Best First'.
Re: Gui Automation using guitest
by Corion (Patriarch) on Feb 10, 2011 at 08:12 UTC

    The last time you asked, you were pointed to Spy--. What problems do you encounter with using this program?

      spy-- gives the name of the window and the class to which it belongs and also its childs.. I need to traverse inside the window.. and look for controls..

        A few lines below spy-- there is spy, which can dive deeper into the window. Please do look at it.

Re: Gui Automation using guitest
by Anonymous Monk on Feb 10, 2011 at 10:08 UTC
    A reply falls below the community's threshold of quality. You may see it by logging in.