Is it possible to get the IE object using VBScript inside Citrix(VDI) ?
I already know I can run VBScripts and work with IE objects (If I create them first).
I have tried using the GetObject
method as well as WScript.Shell.Windows
method.
Is it possible to get the IE object using VBScript inside Citrix(VDI) ?
I already know I can run VBScripts and work with IE objects (If I create them first).
I have tried using the GetObject
method as well as WScript.Shell.Windows
method.
can you try below script to check whether it is working or not.
Let us know about your testing results.