<?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: Reading Web Value in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58731#M12522</link>
    <description>Hello Carter,&lt;BR /&gt;&lt;BR /&gt;Actually I have used the same, but the problem is it's getting stored in a collection with all the values present in the dropdown.&lt;BR /&gt;But we just need the value present on the web page.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Madhu Garg&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 26 Oct 2022 12:06:00 GMT</pubDate>
    <dc:creator>MadhuGarg</dc:creator>
    <dc:date>2022-10-26T12:06:00Z</dc:date>
    <item>
      <title>Reading Web Value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58727#M12518</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;How to read values from a web page using code stage (Vb or c#) ?&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Madhu Garg&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2022 13:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58727#M12518</guid>
      <dc:creator>MadhuGarg</dc:creator>
      <dc:date>2022-10-18T13:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Reading Web Value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58728#M12519</link>
      <description>Hi Madhu,&lt;BR /&gt;&lt;BR /&gt;Can I ask the reason for wanting to read values from a web page using VB.NET / C#, instead of using the Blue Prism Read stage? Reading a web element spied using the Browser spy via a Read stage, should deliver excellent performance if the appropriate match criteria has been defined.&lt;BR /&gt;&lt;BR /&gt;Unless you have built a custom .NET which contains a browser control, what you are asking is not that straight forward. You could look at creating a Python script to read data from the web page, and then execute this from a code stage. You could also look at the Selenium WebDrive as an option.&lt;BR /&gt;&lt;BR /&gt;Another "out of the box" option could be to use the 'HTTP Request' Action in the 'Utility - HTTP' Business Object to perform a GET method using the target URL. This will return the page HTML to a Data Item in Blue Prism. You could then parse the values you are looking to extract.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Carl Carter&lt;BR /&gt;Senior Developer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Oct 2022 08:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58728#M12519</guid>
      <dc:creator>Carl__Carter</dc:creator>
      <dc:date>2022-10-25T08:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Reading Web Value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58729#M12520</link>
      <description>Hello Carter,&lt;BR /&gt;&lt;BR /&gt;To answer your question, why I need to use code stage to read is because currently I am working with a web application where I need to read the value (Which ever value is on the screen. Actually it's a dropdown and while raising request the user must have selected a value from the dropdown.)&amp;nbsp;&lt;BR /&gt;While I tried to read the value using Read stage, the Output is coming as all of the value under the dropdown.&lt;BR /&gt;&lt;BR /&gt;So I am trying use if c# or VB.Net can help !&lt;BR /&gt;&lt;BR /&gt;Please suggest how to proceed. Thank you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Madhu Garg&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Oct 2022 09:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58729#M12520</guid>
      <dc:creator>MadhuGarg</dc:creator>
      <dc:date>2022-10-26T09:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Reading Web Value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58730#M12521</link>
      <description>Hi Madhu,&lt;BR /&gt;&lt;BR /&gt;You can use the 'Get Selected Items' action in the read stage to get the value which has been selected.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Carl Carter&lt;BR /&gt;Senior Developer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Oct 2022 09:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58730#M12521</guid>
      <dc:creator>Carl__Carter</dc:creator>
      <dc:date>2022-10-26T09:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Reading Web Value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58731#M12522</link>
      <description>Hello Carter,&lt;BR /&gt;&lt;BR /&gt;Actually I have used the same, but the problem is it's getting stored in a collection with all the values present in the dropdown.&lt;BR /&gt;But we just need the value present on the web page.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Madhu Garg&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Oct 2022 12:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58731#M12522</guid>
      <dc:creator>MadhuGarg</dc:creator>
      <dc:date>2022-10-26T12:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Reading Web Value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58732#M12523</link>
      <description>If the element is spied as a List (Web), and the Web Element Type spies as type 'SELECT', then only 1 item can be selected from the list, therefore the 'Get Selected Items' will only return one row to the Collection. This value is the selected item of the SELECT element.&lt;BR /&gt;&lt;BR /&gt;Please share a screenshot of Application Modeller displaying the attributes for the problem element.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Carl Carter&lt;BR /&gt;Senior Developer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Oct 2022 12:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Reading-Web-Value/m-p/58732#M12523</guid>
      <dc:creator>Carl__Carter</dc:creator>
      <dc:date>2022-10-26T12:40:00Z</dc:date>
    </item>
  </channel>
</rss>

