Back

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

Could someone tell me how can I, in Blue Prism, get data into Data Item from web page using action in Navigate stage Invoke JavaScript or Insert JavaSript fragment?

For example I'm using function:

function myFunction()

{var x=document.getelementById("demo").innerHTML;

return x;}

and I'd like to get this return value into Data item in Blue Prism for processing

1 Answer

0 votes
by (29.5k points)

There's an easy workaround for the problem you are having, What you basically need to do is to provide a technology with which both JavaScript and Blue Prism can interact so that you can bridge the gap.

the easiest thing that comes to mind is an HTML text box.

with JavaScript can create and write to a temporary, invisible textbox on the page and Blue Prism can spy it and read from it.

You can then spy or manually add the element into application modeler

Related questions

Browse Categories

...