Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KeyBoard Events
#1
Solved: 10 Years, 8 Months, 4 Weeks ago
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


Messages In This Thread
KeyBoard Events - by ravi.gajul - 11-25-2011, 01:12 PM
RE: KeyBoard Events - by suresh vasu - 12-28-2011, 06:13 PM
RE: KeyBoard Events - by ravi.gajul - 12-28-2011, 11:48 PM
RE: KeyBoard Events - by sathish_win@outlook.com - 07-19-2017, 03:04 AM
RE: KeyBoard Events - by sathish_win@outlook.com - 07-19-2017, 08:49 PM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)