08-25-2009, 05:53 PM
QTP does not like (does not support) context menu also right click as well and so you will not be able to do anything directly with this. But definitely we can do this by other ways. I can suggest one of the way could be -
Note the position of your required item (2,3..)
do Right click using device replay or your preffered way.
traverse thru menu using sendkeys up or down
select the option using sendkeys Enter.
Try this, see if it helps you
Note the position of your required item (2,3..)
do Right click using device replay or your preffered way.
traverse thru menu using sendkeys up or down
select the option using sendkeys Enter.
Try this, see if it helps you