Hi,


I want make sure if the web menu is not visible, then display it.

I've tried the following but nothing is working.


After the web page is displayed.
WshShell.SendKeys "%v"
WshShell.SendKeys "t"
WshShell.SendKeys "m"



then I tried

WshShell.SendKeys "%vtm"



then I tried

WshShell.SendKeys "%v"
Wait(2)
WshShell.SendKeys "t"
Wait(2)
WshShell.SendKeys "m"


then I tried

WshShell.SendKeys "%v"
WshShell.SendKeys "t"
WshShell.SendKeys "{ENTER}"


Please help!

Thanks

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to