Automation Variable

ratnesh272ratnesh272 Member Posts: 9
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.

6a0dfnnbrnkj.png


Thanks in advance!

Ratnesh

Answers

  • guidorobbenguidorobben Member Posts: 157
    use the .net version.
  • ratnesh272ratnesh272 Member Posts: 9
    edited 2018-01-19
    Yes...but the confusion is with "subtype" of DotNet variable.

    Currently with automation variable, I'm using subtype - 'Windows Script Host Object Model'.WshShell
Sign In or Register to comment.