cancel
Showing results for 
Search instead for 
Did you mean: 

How to invoke JavaScripts from Blueprism

SACHINBALAGAVI
Level 2
Hi All, I am not able to spy an particular element, looks like that intern calling JavaScript. Can anyone help me on how to invoke java scripts from Blue prism with some example? Thank you, Sachin B
5 REPLIES 5

John__Carter
Staff
Staff
If you use Navigate stage there are a couple of JavaScript options, and if you press the blue i button, you'll see an example of each.

EliBorwick
Level 2
Please this would be very helpful as I am running into the same issue. I have identified the function and arguments, but the navigate stage for invoke fragment is unable to find the object.   

Ram_NiwasVerma1
Level 3
Could anyone please provide an example of invoking JavaScript and what to provide in Function Name and Argument ? thanks.

Dayakar_BabuBom
Level 2
How to pass ""this""(Java script object) as parameter for the function?  

MadhurTelang
Level 2
1. Invoke Javascript Fragment  Value:  ""function func1(){ document.getElementsByTagName('a')[26].click(); }"" 2. Invoke Javascript function Value : func1() The javascript object can be passed as you do in normal javascript.