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
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.
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.