Search code examples
blueprism

BluePrism: How can we identify an element without launching that application from Application Modeller


I have a web application that requires login credentials to reach the target page. I do not have these credentials and currently depending on the Credentials already setup under System-> Security-> Credential of Blue Prism.

I want to add a new element from the target page but cannot attach that page directly since it is launching and asking for credentials.

How can I identify an element from an already open web application.


Solution

  • If the question is "How can I identify an element from an already open web application.", the answer is:

    For Internet Explorer: simply attach the browser using the reference to the process name.

    Create a "IE - Basic Actions" object, specifying that the application is already running for a process called "iexplore". This would allow you to attach the page and spy it.