WebButton对象无法识别
Set buttons =Description.Create()buttons("micclass").Value="WebButton"
buttons("name").Value="添加模板"
buttons("html tag").Value="INPUT"
buttons("type").Value="button"
Set newbuttons =Browser("Browser").Page("*****系统").Frame("Frame").ChildObjects(buttons)
numbers = newbuttons.Count
print numbers
运行时,numbers显示为0,如果加一句newbuttons(1).Click此时会提示 General run error. 也就是说对象无法识别,这是怎么回事啊?请精通QTP的达人出来帮我解答下,谢谢~! 说明:
如果用这样的表达方式
Browser("Browser").Page("*****系统").Frame("Frame").WebButton("name:=添加模板","index:=2").Click
则会运行成功。 问题解决了,我写的没有错,呵呵 问题解决了,我写的没有错,呵呵 写一下怎样解决的,让大家都了解了解
页:
[1]