hbljlsm 发表于 2012-6-13 15:31:45

Qtp不能识别上传按钮,该按钮是用flash做的

Qtp不能识别上传按钮,该按钮是用flash做的,在录制的时候改步没有录制上,对于这种情况,怎么办啊,请高手指点

joykao 发表于 2012-6-14 07:59:40

用spy 可以识别吗?:shutup:

dofare 发表于 2012-6-14 11:19:54

使用低级录制可以捕获到按钮的点击事件

hbljlsm 发表于 2012-6-14 11:21:09

可以识别出来,是个WebElement组件

joykao 发表于 2012-6-14 15:16:33

回复 4# hbljlsm

那自己手工去写代码呗,录制不靠谱哇。:lol

mimmy 发表于 2012-6-15 16:32:39

创建虚拟对象,用坐标来识别

dingheng9546 发表于 2012-6-26 16:07:41

回复 6# mimmy


    我说说我的解决办法吧,获取控件的坐标虚拟化。这样就不用加载flex。

Set imageVoBtn = description.Create
imageVoBtn("x").value = imageButton.GetROProperty("x")
imageVoBtn("y").value = imageButton.GetROProperty("y")
imageVoBtn("height").value = imageButton.GetROProperty("height")
imageVoBtn("width").value = imageButton.GetROProperty("width")

咸鱼18 发表于 2012-6-28 13:11:19

录制都是不靠谱的,只要能spy到,就能实现~
页: [1]
查看完整版本: Qtp不能识别上传按钮,该按钮是用flash做的