简体   繁体   中英

Unable to retrive node name in javatree using UFT

I am facing problem in order to take the node name value from java tree in teamcenter application.

When I am recording the javatree its getting recorded as javawindow().javatree().expand “;”

Name is not specified as property value for any of the nodes.

I am trying to use native methods on javatree using object property but not able to figure out how to use the native methods.

I tried using .object.getitem,object.getitems,object.getchildren but was unsucessful to retrive the name of the node value.

Please help me out.

Thanks, Mayank

JavaWindow().JavaTree().Select "#0"

JavaWindow().JavaTree().Select "#0;#0"

methods works

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM