devi Posted August 3, 2011 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.
Syed23 Posted August 3, 2011 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]
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