Micro Focus QTP (UFT) Forums
Menu drop downs are empty - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Menu drop downs are empty (/Thread-Menu-drop-downs-are-empty)



Menu drop downs are empty - Mala - 02-09-2011

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


RE: Menu drop downs are empty - tdevick - 02-17-2011

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.