Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

I am automating a java application using blueprism. When I click a button on the application, a popup window comes. Then I have to interact with the buttons on this popup window.

However it seems impossible since, once the button is clicked (using java press action), the control is not returned back to blueprism. It waits forever until the popup window is closed. So I cannot proceed to next stage where I have the interactions with the popup window.

Is there anyway that I can stop blueprism waiting for the popup to close and I can continue automating the pop up window by attaching it separately?

1 Answer

0 votes
by (9.5k points)

you should know that The actions done with following modes will wait until a return of control from application:

some code-stages (for example MS Excel VBO)

java-mode

sap-mode

Browse Categories

...