Question
4
Replies
415
Views
Posted: December 14, 2017
Last activity: November 6, 2018
Closed
Sendkey { Clear} is not working
Hi,
In my code, I have to sendkeys {fn+Pgup} which is nothing but(Pause, Break or clear), Can you have any idea how to accomplish this one?
- I tired to sendkeys {clear},{break},{pause} none of these are not working! It is showing an error that " unable to parse keystroke string"
Please help me out to Resolve this Problem.
Thank You!
Hi ,
Use SendKeyToHost method with (HostKeys key) as a parameter. Select HostKey as Clear. It should work
Regards,
Manas