UFT花费5-6分钟点击一个HTML链接,WebElement元素被配置为css路径。
浏览器: iexplorer 11.2;UFT 14.01
发布于 2018-10-09 03:59:50
检查浏览器缩放。当设置为100%以外的任何内容时,脚本将恢复到使用智能标识,识别时间更长。
IE浏览器缩放可以使用发送键重置为100%:
Dim mySendKeys
set mySendKeys = CreateObject("WScript.shell")
mySendKeys.SendKeys("^0") ' the ^ means ctrl in sendkey methodhttps://stackoverflow.com/questions/52712977
复制相似问题