Qtp不能识别上传按钮,该按钮是用flash做的
Qtp不能识别上传按钮,该按钮是用flash做的,在录制的时候改步没有录制上,对于这种情况,怎么办啊,请高手指点 用spy 可以识别吗?:shutup: 使用低级录制可以捕获到按钮的点击事件 可以识别出来,是个WebElement组件 回复 4# hbljlsm那自己手工去写代码呗,录制不靠谱哇。:lol 创建虚拟对象,用坐标来识别 回复 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") 录制都是不靠谱的,只要能spy到,就能实现~
页:
[1]