标题: UFT中Wpftable无法识别问题 [打印本页] 作者: 仙剑侠客 时间: 2017-1-11 13:00 标题: UFT中Wpftable无法识别问题 用spy只能识别出WpfTable("dataGrid1"),执行下面语句报错为“Cannot identify the specified item of the dataGrid1 object. Confirm that the specified item is included in the object's item collection.
”
SwfWindow("CephPro").SwfObject("elementHost1").WpfWindow("WpfWindow").WpfTable("dataGrid1").ActivateCell 0,1
哪位大神帮忙解决下,小人不胜感激 作者: ydpjay 时间: 2017-12-8 11:46
我也在弄wpftable的单元格的操作,感觉qtp识别不了单元格啊,用UISpy识别的是DataGrid,你找到解决答案了吗?