Votes
Answers
Views
Question
4
votes
1
answer
211
views
I am having a problem trying to press the function key F12 in our AUT. Here's the code that I.m trying to use for pressing F12. Set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys "{F12}"