cancel
Showing results for 
Search instead for 
Did you mean: 

Java Script feedback to Blue Prism

GavinRudling
Level 7
Good Day Team

I have a Process that at a point injects a Java script into a browser and executes a java process. The Java script does produce a successfully completed message when done.
My question is, is there a way that I can extract the message back to Blue Prims as an indication that the Java process has completed?

Kind Regards
Gavin

------------------------------
Gavin Rudling
Digital Consultant & Developer
Cog3nt
Africa/Johannesburg
0813906789
------------------------------
2 REPLIES 2

ErinConnerley
Level 4
To be honest, the easiest method is to create a simple element like a div or something on the web page and have a wait stage wait for it to exist after invoking javascript and then if you need to read a value, you read the value from that div/other element you created with javascript.

------------------------------
Erin Connerley
Automation Consultant
Agilify Automation
America/Indiana/Indianapolis
------------------------------

Thanks Erin for the advice. We did have that in mind, but thought there was an alternative method.

Thanks again, much appreciated.

 

Regards

Gavin