I am trying to enter a keystroke F5 in my application via following code:
Code:
Set objShell = CreateObject("WScript.Shell")
objShell.SendKeys "F5"It is execution successfully but nothing is happening.
Please tell me the solution asap.
|
Keyboard input in script
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Emulating keyboard actions in MS Edge Browser with UFT 14.03 | Sekhar9999 | 0 | 1,331 |
06-19-2018, 07:20 PM Last Post: Sekhar9999 |
|
| Facing issue with Java Table to press Enter Key from Keyboard | Nasir Ahmed | 0 | 4,913 |
05-23-2014, 08:05 PM Last Post: Nasir Ahmed |
|
| Alternate ways to input data | Silpa | 7 | 6,221 |
03-09-2012, 09:28 AM Last Post: Silpa |
|
| Size limit to property-value input? | dennis | 0 | 2,629 |
02-12-2011, 12:44 AM Last Post: dennis |
|
| problem in implementing the keyboard inputs | vijay44 | 1 | 2,552 |
02-05-2010, 11:05 AM Last Post: Saket |
|