页面识别在UFT 12.5中延迟

时间:2017-08-14 14:12:12

标签: hp-uft

我可以识别浏览器,但在UFT 12.5中会延迟页面识别。因此,对象下的所有操作都会延迟。

1 个答案:

答案 0 :(得分:0)

使用隐式/显式等待..示例代码

For I=1 to 100
    IF Page.exist(1) then
        exit for
    else
        wait (1)
    end if
next