Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Capture context menu item
#2
Solved: 10 Years, 9 Months, 2 Weeks ago
QTP never records, right click events.
for that either you need to configure the xml file and import, which is a time consuming process OR simply add the syntax of right click to your code.

e.g.

Code:
Browser("abc").Page("abc").frame("xyz").Link("opq").Click 5,3,micRightBtn '(where 5, 3 are x, y co-ordinates)
Browser("abc").Page("abc").frame("xyz").webtable("ghi").FireEvent "oncontextmenu"
And then select your item from the context menu

above code will solve your problem.
Reply


Messages In This Thread
Capture context menu item - by fd1 - 07-11-2008, 12:39 AM
RE: Capture context menu item - by blanchedsouza - 07-14-2008, 03:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to select item within WebMenu learnasugo 4 7,745 10-11-2016, 03:35 PM
Last Post: learnasugo
  ContextMenu item disabled Powerbuilder Phread 1 3,919 05-24-2012, 10:15 AM
Last Post: Shridevi.Salagare
  to check if an item in the list is disabled or not sujaravi123 6 15,228 12-13-2011, 08:15 PM
Last Post: PrabhatN
Question How to access Menu item using DP Charanpreet 0 2,977 04-19-2011, 07:34 PM
Last Post: Charanpreet
  How QTP records context menu in .net GUI applications vanibandla 1 4,294 02-25-2011, 06:32 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)