UFT take 5-6 minutes to to click a HTML WebElement link , Web Element is configured with css path.
Browser: iexplorer 11.2; UFT 14.01
Check the Browser Zoom. When set to anything other than 100%, the script will revert to using smart identification which takes longer to recognise.
IE browser Zoom can be reset to 100% using send keys:
Dim mySendKeys
set mySendKeys = CreateObject("WScript.shell")
mySendKeys.SendKeys("^0") ' the ^ means ctrl in sendkey method