Because the code block works faster for most operations in Internet Explorer, I am using visual basic code to navigate, print and do such operations.
Now, for a specific solution I need Blue Prism to attach to the process, it can do this using a Window Name, Process Name and Child Index.
Unfortunately I have not found a direct integration with Visual Basic and Blue Prism so that I can call a function to make Blue Prism attach to a handle (I have a handle to the process just like the default Excel VBO has).
My question is: How can I have Blue Prism attach to a process of which I do have a handle so I don't have to set the window name, process name or child index? I want to attach directly to the handle I give it.