I am trying to use code stage to create and use Internet Explorer COM object in Blue prism, like this:
Dim ie as InternetExplorer
ie = new InternetExplorer
But when I tried to add external .dll reference, I got "Unable to load reference library" error. I tried both "shdocvw.dll" and "ieframe.dll", both failed. Can anyone give me some hints?
external reference setting
Error message