请问robot中对javatable,javatree是如何处理的?
我在编写脚本的时候
1、获取editbox的属性倒是可以
dim value as string
dim path as string
result = sqagetpropertyasstring("recmethod","fullcognition",path)
result = sqagetpropertyasstring(path+";\;recmethod","text",value)
就可以获取
2、但在获取javatable的时候
dim value as string
dim path as string
result = sqagetpropertyasstring("recmethod","fullcognition",path)
是可以获取它的fullcognition等属性
但获取其内部数据,如第一行第一列的数据的话
result = sqagetpropertyasstring("recmethod;visualtext='colcaption:1;row=1'","text",path)
系统提示的是没有text这个属性
看文档的确没有这个属性,但如果获取table的具体数值呢
请各位专家帮助,或者提一些意见,多谢多谢
搜索更多相关主题的帖子:
robot javatable javatree