Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[QTP]Keyboard control + mouse click
#2
Solved: 12 Years, 10 Months, 2 Weeks ago
You can perform the left click operation means clicking on the enter button.

So, try below:
Code:
Set o_WScript=createobject("WScript.Shell")
o_WScript.SendKeys "^+~"

^ is for Ctrl
~ is for Enter.

I hope it helps.

Regards,
Uday
Reply


Messages In This Thread
RE: [QTP]Keyboard control + mouse click - by udayanem - 12-17-2012, 10:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting background color of an object on mouse over Surya 2 4,459 06-27-2018, 08:51 PM
Last Post: vensas3181
  KeyBoard Events ravi.gajul 4 16,935 07-19-2017, 08:49 PM
Last Post: sathish_win@outlook.com
  How to get the links which appears on mouse hover of parent link rajendra649 9 36,941 03-10-2017, 06:35 PM
Last Post: satish00k
  how to use keyboard "Space' using qtp Naresh 2 3,647 06-11-2015, 06:30 PM
Last Post: venkatesh9032
  Automate BMC Control M applications using QTP Saranyaciet2 0 3,130 05-22-2015, 09:43 AM
Last Post: Saranyaciet2

Forum Jump:


Users browsing this thread: 1 Guest(s)