Java Script feedback to Blue Prism
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-11-21 11:54 AM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-11-21 03:40 PM
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
------------------------------
------------------------------
Erin Connerley
Automation Consultant
Agilify Automation
America/Indiana/Indianapolis
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-11-21 05:00 PM
Thanks Erin for the advice. We did have that in mind, but thought there was an alternative method.
Thanks again, much appreciated.
Regards
Gavin
