Identify Issue In Browser Mode
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-10-22 12:13 PM
Hello All,
We are working on a web application where the requirement is to read A SINGLE ELEMENT from a DROPDOWN. With the use of BROWSER MODE, we can able to identify & read the element but in the output we are getting all the values present in the DROPDOWN. So it's getting store in a collection.
FYI: In the normal BROWSER MODE, usually while identifying a wen element, we used to get an OUTER & an INNER element to read. But here we are getting only the OUTER element.
Browser Used : EDGE 106.0
Blue Prism : V6.10.4
Kindly advise. Thanks
------------------------------
Simanchala Pattanayak
Lead Solution Advisor
Deloitte USI
Bangalore
------------------------------
We are working on a web application where the requirement is to read A SINGLE ELEMENT from a DROPDOWN. With the use of BROWSER MODE, we can able to identify & read the element but in the output we are getting all the values present in the DROPDOWN. So it's getting store in a collection.
FYI: In the normal BROWSER MODE, usually while identifying a wen element, we used to get an OUTER & an INNER element to read. But here we are getting only the OUTER element.
Browser Used : EDGE 106.0
Blue Prism : V6.10.4
Kindly advise. Thanks
------------------------------
Simanchala Pattanayak
Lead Solution Advisor
Deloitte USI
Bangalore
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-10-22 02:01 PM
Hello Simanchala,
What you can do is the following:
In the read stage, use "Get Selected Items text", the output from this will be a collection.
Your selected value can be read from [YourCollection.Value]
------------------------------
Mats Holm Pettersson
RPA Specialist
WillisTowersWatson
Europe/Copenhagen
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-10-22 05:55 PM
Hello Mats,
Thanks for replying. Is there any other way to get the TEXT values directly instead of storing & reading from a collection?
------------------------------
Simanchala Pattanayak
Lead Solution Advisor
Deloitte USI
Bangalore
------------------------------
Thanks for replying. Is there any other way to get the TEXT values directly instead of storing & reading from a collection?
------------------------------
Simanchala Pattanayak
Lead Solution Advisor
Deloitte USI
Bangalore
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-10-22 06:22 PM
Well, writing to a text dataitem or to a textdataitem nested in a collection does not make that much of a difference. 🙂
