Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to use keyboard "Space' using qtp
#1
Not Solved
Hi All,

How can i use space functionality in UFT
Reply
#2
Not Solved
Code:
WshShell=Createobject("Scripting.shell")
WshShell.SendKeys "{SPACE}" or WshShell.SendKeys " "
Reply
#3
Not Solved
Use shell scripting by creating objects hope it works.

Code:
WshShell.SendKeys "{SPACE}"
WshShell.SendKeys "{ENTER}"
WshShell.SendKeys "{DOWN}"
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  KeyBoard Events ravi.gajul 4 15,679 07-19-2017, 08:49 PM
Last Post: sathish_win@outlook.com
  Problem in Input from keyboard:sendkeys Rachna 1 4,761 10-14-2013, 06:07 PM
Last Post: anil2u
  Keyboard Shortcuts "Ctrl+s" are not working in QTP11 dipti 0 2,928 12-31-2012, 05:08 PM
Last Post: dipti
  [QTP]Keyboard control + mouse click lucieclaire 2 22,383 12-18-2012, 03:11 PM
Last Post: lucieclaire
  How to remove space between webelements silpavinod 2 3,061 10-11-2012, 02:53 PM
Last Post: silpavinod

Forum Jump:


Users browsing this thread: 1 Guest(s)