cancel
Showing results for 
Search instead for 
Did you mean: 

Error While Launching application

RohitNirantar
Level 2
Hello,
I am trying to Learn Web automation using Blue Prism.
I am trying to Create BO for my sample application. Below 2 issues I am facing right now:

Scenario: I need to launch application and insert uid/pwd on URL : http://newtours.demoaut.com/
1. To Do This i have used below flow, which launch application if it does not present

for below operation I am getting error 
20589.png
Error:
20590.png
2. Also, I am using Read Action to check if application is present.
When application is not present still it return flag as True. Any Idea whats going on here?




20591.png
20592.png






------------------------------
Rohit Nirantar
------------------------------
2 REPLIES 2

henrynli
Staff
Staff
Hi Rohit,

The first error indicated the browser might have already launched. You might need to consider using attach.

Have you completed self training from BP University? IF not, I strongly recommend you to go through all of it and complete all the tests and exercises. 
The situation you encountered is part of one the exercises with the training.

BP also has standard process templates for you to take reference to from this link: https://portal.blueprism.com/products/developer-jumpstart

Cheers,
Henry

------------------------------
Henry Li
------------------------------

Mohammed_OmerAl
Level 4
Hi Team, 

Thank you for your email. 

Please note you have to use one decision stage after read ( where u are checking is it connected using read stage. U will get an output I. e, connected) pass the output in decision stage. If the result is true end the page. If it is false use navigate stage to attach the application then connect the link to decision stage. Now you wil get the result as true. End the process. 

Let me know if you have any questions. 

Omer