candy_83 发表于 2010-6-7 16:16:32

求助:为何不能click Winbutton

If Browser("Prime Finance Portal").Dialog("File Download").WinButton("Open").Exist Then
       
   Browser("Prime Finance Portal").Dialog("File Download").WinButton("Open").Click
       
      Window("Microsoft Excel").Dialog("Microsoft Office Excel").WinButton("Yes").Click
   End If

QTP 已经识别到了Windbutton("open"),但是没有去执行click这个动作
我尝试录制click这个动作,得到的代码是Browser("Prime Finance Portal").Dialog("File Download").WinButton("Open").Click

不知道什么原因?希望大家讨论讨论

TIB 发表于 2010-6-9 10:01:16

如果实在点击不了,也可以用发送键盘按键Enter键的方式解决

xyan 发表于 2010-6-11 11:49:27

如果录制的脚本可以执行click,那可能是你把winbutton前面的属性搞错了,不是window,应该是browser
页: [1]
查看完整版本: 求助:为何不能click Winbutton