Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KeyBoard Events
#1
Below code is used to right click on a webpage and perform a click on a particular item displayed on the box
Code:
Setting.WebPackage("ReplayType") = 2 ' This lines changes the run mode as Analog Browser("name:=Google").Page("title:=Google").WebEdit("name:=q").FireEvent "onclick",6,126,micRightBtn wait(2) Set WshShell = CreateObject("WScript.Shell") itemIndex=16 ' Option number For i = 1 To itemIndex WshShell.sendkeys "{DOWN}" 'Navigate to the option Next WshShell.sendkeys "{ENTER}" Set WshSEll = nothing msgbox Browser("name:=Google").Dialog("regexpwndtitle:=Properties").Page("title:=General").WebEdit("html id:=_URL").getRoProperty("innertext")

However, I would like know how to generate the press and hold control button event? Your help is much appreciated.

Thanks,
Ravi
Reply
#2
Reply
#3
I figured that out Suresh.Thank you though.....Smile
Reply
#4
(12-28-2011, 11:48 PM)ravi.gajul Wrote: I figured that out Suresh.Thank you though.....Smile

Could you please send the code for handling right click / context menu
Reply
#5
(12-28-2011, 11:48 PM)ravi.gajul Wrote: I figured that out Suresh.Thank you though.....Smile

Used the following code to right click - obj.MouseClick absx+5, absy+52 ...
but the options are not coming as context menu, it is tree view and each options are individual objects..
any idea on how to select the value after right click...
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to use keyboard "Space' using qtp Naresh 2 3,734 06-11-2015, 06:30 PM
Last Post: venkatesh9032
  Problem Firing events on Flex components endpoint 0 2,670 09-10-2014, 06:52 PM
Last Post: endpoint
  Problem in Input from keyboard:sendkeys Rachna 1 5,408 10-14-2013, 06:07 PM
Last Post: anil2u
  Keyboard Shortcuts "Ctrl+s" are not working in QTP11 dipti 0 3,391 12-31-2012, 05:08 PM
Last Post: dipti
  [QTP]Keyboard control + mouse click lucieclaire 2 24,019 12-18-2012, 03:11 PM
Last Post: lucieclaire

Forum Jump:


Users browsing this thread: 1 Guest(s)