Selecting button

using finalbuilder mouseclick option i am not able to select a particular button on my GUI application panel when i move the mouse it selects the whole panel insted of that button...so wat to do???

That means the control does not have a window handle and is not a child window. You can still control click on the the button to select it, what that will do is select the panel and record the x/y co-ordinates for the click. As long as the button doesn’t move around then it should till work.

The GUI automation features in FinalBuilder and Automise are very basic, then intention for them was to enable clicking on message boxes etc when programs do the wrong thing (prompt for user input) when run from the command line. If you need to do something more complex then AutoIt can be run from FinalBuilder.


thanks a million