I'm using below code and getting pop-up as shown in below image.
Now here, I don't want to see this pop-up message. Is there any option by which we can control this or can always allow this automation variable from backend??
IF ISCLEAR(WshShell) THEN
CREATE(WshShell,FALSE,TRUE);
WshShell.SendKeys('^+K');//Ctrl+Shift+K (Edit List)
where
WsShell is Automation variable.
Thanks in advance!
Ratnesh
Answers
Currently with automation variable, I'm using subtype - 'Windows Script Host Object Model'.WshShell