Javascript
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-02-18 03:37 PM
Hi,
Please can you tell me how can I store the value of variable that I have used in Javascript code through code segment and invoke function?
BR//
Neeraj
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-02-18 01:32 PM
You can iterate over all the ShellWindow instances in a code stage to find a reference to the IHTMLWindow2 interface of your automated application or, as part of your javascript execution create a hidden element on the page and store the variable in the element's value, then use Blue Prism to read that element's value
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-03-18 10:37 AM
Hi,
I extracted value of textbox using document.getElementById(""id"").value now I want to store this value into some variable and want to use this in BP flow.How cam I store this value in any data item??
