LZ这里的winedit不知还有其他属性可以识别么, 不然可以用GetRoProperty来读取属性, 再判断, 参考如下:
if window("A").Exist then
ccc = window("A").winedit("xxx").GetRoProperty("name") '如果"aaa","bbb"是指name的属性
If Trim(ccc) = "aaa" Then
进行赋值
Elseif Trim(ccc) = "bbb" Then
进行赋值
End if
end if
如果没有的话, 那就判断exist的方法吧
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |