06-14-2018, 05:00 PM
This is a common issue.
By default, UFT replay type uses events, change that to mouse operations.
Just before the .Set statement Use
After the .Set statement change it back to events type
By default, UFT replay type uses events, change that to mouse operations.
Just before the .Set statement Use
Code:
Setting.WebPackage("ReplayType") = 2 ' This will simulate actual Mouse and keyboard
After the .Set statement change it back to events type
Code:
Setting.WebPackage("ReplayType") = 1 ' This is the default setting (events)
Want to fast track your QTP/UFT Learning? Join our UFT Training Course