.JavaTree("JTree").Select "Information"
wait 1
.JavaTree("JTree").Select "Names"
wait 1
.JavaTree("JTree").Select "George M"
try this..On Friday, July 22, 2016 at 9:43:32 PM UTC+2, [email protected] wrote: > > > Hi, > > Dialog has 3 tabs > > Information is the one of the tab name > Names is first heading in the tree > George M is the checkbox under Names > > I want to change the following "#0;#0;#1" to text so it's easier to read > the code. > > .JavaTree("JTree").Select "#0;#0;#1" ( this line works) > > > I tried the following but it doesn't work. > > .JavaTree("JTree").Select "Information;Names;George M" > > > > thanks > > -- -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en --- You received this message because you are subscribed to the Google Groups "QTP - HP Quick Test Professional - Automated Software Testing" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
