devi 0 Posted August 3, 2011 I want to check the tab name(Results) is visible or not .so, i use this command $exist = ControlCommand("Title", "", "[CLASS:Class Name;INSTANCE:29]", "IsVisible","Results") then i got the tab name is visible means it returns 1.Now i want to hold(display) the tab name and click the tab name(Results).Is there a way to solve this. Share this post Link to post Share on other sites
Syed23 5 Posted August 3, 2011 Is this what you are looking for ? ControlClick("Title", "", "[CLASS:Class Name;INSTANCE:29]") Thank you,Regards,[font="Garamond"][size="4"]K.Syed Ibrahim.[/size][/font] Share this post Link to post Share on other sites