<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: How does the &amp;quot;Get Attribute&amp;quot; method of the read stage in blueprism work? in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58855#M1725</link>
    <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-tag-text="@Dave Morris" href="https://community.blueprism.com/network/profile?UserKey=ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-itemmentionkey="d7398e2a-58f4-41c7-b349-fc8e61236117"&gt;@Dave Morris&lt;/A&gt;. Thanks a lot for that! I checked the HTML and it turns out value is written in small letters there, while Blue Prism provides it as Web Value (both capital letters). Thus, I put the attribute in BP to be "value" and it worked great.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help! You saved me a lot of time!&lt;BR /&gt;&lt;BR /&gt;All the best and have a great rest of the week! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7617.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7793iD46197B010502BE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="7617.png" alt="7617.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdravko Botushanov&lt;BR /&gt;Senior RPA Consultant&lt;BR /&gt;Human+&lt;BR /&gt;Europe/Sofia&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 03 Apr 2020 07:23:00 GMT</pubDate>
    <dc:creator>ZdravkoBotushan</dc:creator>
    <dc:date>2020-04-03T07:23:00Z</dc:date>
    <item>
      <title>How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58850#M1720</link>
      <description>&lt;P&gt;I'd like to get the text of an textfield. I've already tried to get it via 'Get text', but that did not work. When I spy the element, blueprism is able to read the text of the element in the property 'Web Value', which is in the application modeller.
I'd like to access this 'Web Value'. When I use a read stage and the method 'Get Attribute', I can enter an Attribute name. 'Web Value' does not return the desired value.
So how does 'Get Attribute' work?&lt;/P&gt;

--------------------------------------------------&lt;BR /&gt;

&lt;B&gt;Disclaimer:&lt;/B&gt; This content was auto-posted from Stackoverflow. The original Stackoverflow question is here &lt;A href="https://stackoverflow.com/questions/57851318/how-does-the-get-attribute-method-of-the-read-stage-in-blueprism-work"&gt;Stackoverflow Post&lt;/A&gt;, posted by &lt;A href="https://stackoverflow.com/users/12040775/kevin01"&gt;Kevin01&lt;/A&gt;.</description>
      <pubDate>Mon, 09 Sep 2019 11:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58850#M1720</guid>
      <dc:creator>Digital_WorkerB</dc:creator>
      <dc:date>2019-09-09T11:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58851#M1721</link>
      <description>I'm having the same situation. I need to read the Web Value from a specific field, but just putting "Web Value" as an input for Get Attribute doesn't do anything. Did you find a fix?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdravko Botushanov&lt;BR /&gt;Senior RPA Consultant&lt;BR /&gt;Human+&lt;BR /&gt;Europe/Sofia&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2020 16:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58851#M1721</guid>
      <dc:creator>ZdravkoBotushan</dc:creator>
      <dc:date>2020-04-02T16:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58852#M1722</link>
      <description>You need to give the actual HTML Attribute Names as inputs to Get Attribute. You can either look at the HTML to determine the Attribute Name, or you can try removing the word 'Web' from the Application Modeller Attribute Name and try that. Some examples...&lt;BR /&gt;&lt;BR /&gt;(fyi, I believe this is case insensitive, but I'm capitalizing the first letter of words anyway)&lt;BR /&gt;If Application Modeller says the Attribute Name is 'Web Value', then you can use 'Value'.&lt;BR /&gt;Web Class = Class&lt;BR /&gt;Web Height = Height&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2020 16:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58852#M1722</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2020-04-02T16:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58853#M1723</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-tag-text="@Dave Morris" href="https://community.blueprism.com/network/profile?UserKey=ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-itemmentionkey="cb7a4ec9-80c1-453c-b0d2-ac6edec4ba74"&gt;@Dave Morris&lt;/A&gt;. I tried that, but it still doesn't return anything. I want to get this Web Value attribute. I tried to get attribute "Value", but it doesn't seem to work.&lt;BR /&gt;&lt;BR /&gt;Here's the attribute and my configuration&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7611.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7787i28B89369FA035D77/image-size/large?v=v2&amp;amp;px=999" role="button" title="7611.png" alt="7611.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
​&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7612.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7789i644911439047D452/image-size/large?v=v2&amp;amp;px=999" role="button" title="7612.png" alt="7612.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdravko Botushanov&lt;BR /&gt;Senior RPA Consultant&lt;BR /&gt;Human+&lt;BR /&gt;Europe/Sofia&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2020 18:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58853#M1723</guid>
      <dc:creator>ZdravkoBotushan</dc:creator>
      <dc:date>2020-04-02T18:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58854#M1724</link>
      <description>Look in the HTML by right clicking on the page and click Inspect. Make sure that the value you're looking for is actually in the Attribute 'value'. If you're getting back nothing, then that Attribute either doesn't exist or it's empty in that element.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2020 18:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58854#M1724</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2020-04-02T18:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58855#M1725</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-tag-text="@Dave Morris" href="https://community.blueprism.com/network/profile?UserKey=ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-itemmentionkey="d7398e2a-58f4-41c7-b349-fc8e61236117"&gt;@Dave Morris&lt;/A&gt;. Thanks a lot for that! I checked the HTML and it turns out value is written in small letters there, while Blue Prism provides it as Web Value (both capital letters). Thus, I put the attribute in BP to be "value" and it worked great.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help! You saved me a lot of time!&lt;BR /&gt;&lt;BR /&gt;All the best and have a great rest of the week! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7617.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7793iD46197B010502BE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="7617.png" alt="7617.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdravko Botushanov&lt;BR /&gt;Senior RPA Consultant&lt;BR /&gt;Human+&lt;BR /&gt;Europe/Sofia&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Apr 2020 07:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58855#M1725</guid>
      <dc:creator>ZdravkoBotushan</dc:creator>
      <dc:date>2020-04-03T07:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58856#M1726</link>
      <description>Hi&lt;BR /&gt;I'm getting a similar error when trying to get the "web attribute" I cannot find the attribute to get the Web Value. Any ideas team?&lt;BR /&gt;Thank you in advanced&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7621.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7799i3667E3C972EBE058/image-size/large?v=v2&amp;amp;px=999" role="button" title="7621.png" alt="7621.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cristian Lopez&lt;BR /&gt;Developer&lt;BR /&gt;Roboyo&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Feb 2022 17:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58856#M1726</guid>
      <dc:creator>CristianHerrero</dc:creator>
      <dc:date>2022-02-21T17:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58857#M1727</link>
      <description>Hi Cristian Lopez &lt;BR /&gt;did you manage to solve this problem?&lt;BR /&gt;I have the same problem&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thiago Rolim&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2022 20:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58857#M1727</guid>
      <dc:creator>ThiagoRolim1</dc:creator>
      <dc:date>2022-05-12T20:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58858#M1728</link>
      <description>Hi Thiago,&lt;BR /&gt;&lt;BR /&gt;If you know the tag of the element you need to have then you can use an XPath expression to get the element identified in the '&lt;STRONG&gt;Web Path&lt;/STRONG&gt;' attribute.&lt;BR /&gt;&lt;BR /&gt;So considering Chirstian's example as shown in the screenshot we can have an XPath query as&lt;CODE&gt; //&lt;SPAN style="background-color: #ffcc99;"&gt;textarea&lt;/SPAN&gt;[text()='&lt;SPAN style="background-color: #ffff00;"&gt;ACTUALIZAR RECIBO&lt;/SPAN&gt;']&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;Here, only the highlighted areas will change as per the web element you want to spy where the area highlighted in orange would denote the tag name of the element which can be label, input, button, textarea etc. whereas the area highlighted in yellow would be the actual text of that element.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 May 2022 00:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58858#M1728</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-13T00:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58859#M1729</link>
      <description>Hi Thiago,&lt;BR /&gt;&lt;BR /&gt;I had to use a workaround using send keys. I just had to select the area CTRL+A and then CTRL+C and CTRL+V. I will try Devneet's solution&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cristian Lopez&lt;BR /&gt;Developer&lt;BR /&gt;Roboyo&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 May 2022 13:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58859#M1729</guid>
      <dc:creator>CristianHerrero</dc:creator>
      <dc:date>2022-05-13T13:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58860#M1730</link>
      <description>Thanks Devneet for the help but,&lt;BR /&gt;For me the Devneet solution didn't work!&lt;BR /&gt;&lt;BR /&gt;Hi Cristian Lopez&lt;BR /&gt;I used the same way as your solution, using the Global send keys Ctrl+C and the Get Clipboard action.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thiago Rolim&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 May 2022 14:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58860#M1730</guid>
      <dc:creator>ThiagoRolim1</dc:creator>
      <dc:date>2022-05-13T14:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58861#M1731</link>
      <description>&lt;P&gt;Hi Thiago,&lt;BR /&gt;&lt;BR /&gt;I think there might be a space or some hidden character along with that text as well. Can you try the following XPath query once and let me know if that works: &lt;SPAN&gt;//&lt;/SPAN&gt;&lt;SPAN&gt;textarea&lt;/SPAN&gt;&lt;SPAN&gt;[contains(text(),'&lt;/SPAN&gt;&lt;SPAN&gt;ACTUALIZAR RECIBO&lt;/SPAN&gt;&lt;SPAN&gt;')]&lt;BR /&gt;&lt;BR /&gt;Here, the contains function will basically look for the string to be present anywhere within the textarea element instead of performing an exact match.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, Thiago can you show us the exact source code for your web element once so that I can confirm this clearly.&lt;BR /&gt;&lt;BR /&gt;You can see that in the below example, I am able to get my name which is a hyper link using a similar XPath expression:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7632.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7813i2320C4F45AA3F533/image-size/large?v=v2&amp;amp;px=999" role="button" title="7632.png" alt="7632.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 14:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58861#M1731</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-13T14:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58862#M1732</link>
      <description>&lt;P&gt;For a TextArea, the text is in the value attribute but "Get Text" or "Get Attribute" won't work unless your HTML recognizes it. For this to work in your case, you can use javascript if permitted. Use Insert Javascript Fragment and run the following :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var el = document.getElementById('id of your element');&lt;BR /&gt;el.setAttribute('value',el.value);&lt;BR /&gt;&lt;BR /&gt;In the next step, take a read Stage on the element and try reading with a Get Text or use Get Attribute and read attribute 'value'.&lt;BR /&gt;&lt;BR /&gt;Let me know if it helps&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2022 06:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58862#M1732</guid>
      <dc:creator>DwijJaroli</dc:creator>
      <dc:date>2022-07-02T06:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: How does the "Get Attribute" method of the read stage in blueprism work?</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58863#M1733</link>
      <description>&lt;P&gt;For a TextArea, the text is in the value attribute but "Get Text" or "Get Attribute" won't work unless your HTML recognizes it. For this to work in your case, you can use javascript if permitted. Use Insert Javascript Fragment and run the following :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var el = document.getElementById('id of your element');&lt;BR /&gt;el.setAttribute('value',el.value);&lt;BR /&gt;&lt;BR /&gt;In the next step, take a read Stage on the element and try reading with a Get Text or use Get Attribute and read attribute 'value'.&lt;BR /&gt;&lt;BR /&gt;Let me know if it helps&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dwij Jaroli&lt;BR /&gt;ADP Robotics&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Jul 2022 06:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-does-the-quot-Get-Attribute-quot-method-of-the-read-stage-in/m-p/58863#M1733</guid>
      <dc:creator>DwijJaroli</dc:creator>
      <dc:date>2022-07-02T06:41:00Z</dc:date>
    </item>
  </channel>
</rss>

