Micro Focus QTP (UFT) Forums

Full Version: Menu drop downs are empty
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a weird problem, the submenu's are not showing up in QTP (file, insert, view etc). Can any one help me?? It is urgent
Never mind, I found the answer
I have seen things similar to this before. Try this:
Code:
Setting.WebPackage("ReplayType") = 2
'click on your menu button here
Setting.WebPackage("ReplayType") = 1


Setting.WebPackage("ReplayType") indicates how mouse operations should be run. The value can be one of the following:
1 - Runs mouse operations using browser events.
2 - Runs mouse operations using the mouse.