How to call javascript in blueprism?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-11-21 08:31 PM
Hi All,
I wanted to select a value from dropdown in IE. Though the value is getting selected but only on the front end. It is not refreshing its value in reality. I know that we can trigger javascript function to update its value. But what function shall we call to trigger its value?
Below is the snippet of the HTML code i got from the web application.

------------------------------
Ritansh Jatwani Senior Consultant
Consultant
EY
Gurgaon
*If you find this post helpful mark it as best answer
------------------------------
I wanted to select a value from dropdown in IE. Though the value is getting selected but only on the front end. It is not refreshing its value in reality. I know that we can trigger javascript function to update its value. But what function shall we call to trigger its value?
Below is the snippet of the HTML code i got from the web application.
------------------------------
Ritansh Jatwani Senior Consultant
Consultant
EY
Gurgaon
*If you find this post helpful mark it as best answer
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-11-21 10:12 AM
Hi Ritansh - one option is to make the web app 'realise' the dropdown has changed, by including a key or click somewhere. UIs are built for human users and sometimes robotic integration goes 'unnoticed' by the app's client side code. Rather than trying to guess which JavaScript to induce, it might be easier to make the robot behave in a more human way. You may find a combination of 'select item' and click or focus or send key might be enough to fire the event that triggers the JavaScript.
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
