<?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: Get inner HTML and parse itâ€¦ in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Web-Interaction-Extract-Data-Retrieve-Table-from-HTML-DIV/m-p/67845#M20450</link>
    <description>Sorry &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/769"&gt;@AndreyKudinov&lt;/a&gt;, I missed your reply.&lt;BR /&gt;&lt;BR /&gt;That is a good idea indeed, although I would prefer taking the low-code route for these cases. It turns out there is still no other option for this, we still need to go with your idea, or the normal method of using Dynamic Attributes to loop and navigate through the tables from webpages if they are not compatible with the Table type in the Application Modeller. &lt;BR /&gt;&lt;BR /&gt;Thank you!​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marco Ramos&lt;BR /&gt;Senior Automation Developer&lt;BR /&gt;KPMG Malta&lt;BR /&gt;Pieta&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 04 May 2021 19:12:00 GMT</pubDate>
    <dc:creator>marcoaramos</dc:creator>
    <dc:date>2021-05-04T19:12:00Z</dc:date>
    <item>
      <title>Web Interaction - Extract Data - Retrieve Table from HTML DIV Element into Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-Interaction-Extract-Data-Retrieve-Table-from-HTML-DIV/m-p/67843#M20448</link>
      <description>Hello everyone,

Â&amp;nbsp;

REF:Â&amp;nbsp;OS: Windows 10Â&amp;nbsp; Â&amp;nbsp;BP Version: 6.5Â&amp;nbsp; Â&amp;nbsp;Browser: Chrome

Â&amp;nbsp;

I am trying to extract data from some search results, Facebook Search specifically. The results are listed as DIV elements in the HTML code, not as TABLE Elements.

Â&amp;nbsp;

I've tried to change the Element Type, inside Application Modeller,Â&amp;nbsp;from "Web Element" to "Table (Web)", to try and useÂ&amp;nbsp;"Get Table Items" in the Reader properties, but it always fails by timeout. I've also tried setting the Element Type as "List (Web)" and I got the same error.

Â&amp;nbsp;

My goal is to get the results as a Table and store it in a Collection, with the names and URL for each result, in order to be able to iterate through each item (search result). It is part of a KYC PoC.Â&amp;nbsp;

Â&amp;nbsp;

I have done this with other RPA tools, but I can't figureÂ&amp;nbsp;out how to get a Table from a Non-TABLE Element, using Blue Prism.

Â&amp;nbsp;

For the moment I am using dynamicÂ&amp;nbsp; Web Path, to Navigate to each result, but it is not as efficient as if I could store it in a Collection.

Â&amp;nbsp;

Any help and/or ideas or welcome.

Â&amp;nbsp;

As soon as I figure this out, I will post here the solution.

Â&amp;nbsp;

Thanks in advance!</description>
      <pubDate>Wed, 22 May 2019 15:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-Interaction-Extract-Data-Retrieve-Table-from-HTML-DIV/m-p/67843#M20448</guid>
      <dc:creator>marcoaramos</dc:creator>
      <dc:date>2019-05-22T15:19:00Z</dc:date>
    </item>
    <item>
      <title>Get inner HTML and parse itâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-Interaction-Extract-Data-Retrieve-Table-from-HTML-DIV/m-p/67844#M20449</link>
      <description>Get inner HTML and parse it maybe. Depends what you need to do with it later.
It is a downside of visualÂ&amp;nbsp;programming - it is supposed to be intuitive, but if there is no action to do a specific task, you can't just get an array of elements under some top element like with selenium and work with it.</description>
      <pubDate>Thu, 23 May 2019 17:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-Interaction-Extract-Data-Retrieve-Table-from-HTML-DIV/m-p/67844#M20449</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2019-05-23T17:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get inner HTML and parse itâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-Interaction-Extract-Data-Retrieve-Table-from-HTML-DIV/m-p/67845#M20450</link>
      <description>Sorry &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/769"&gt;@AndreyKudinov&lt;/a&gt;, I missed your reply.&lt;BR /&gt;&lt;BR /&gt;That is a good idea indeed, although I would prefer taking the low-code route for these cases. It turns out there is still no other option for this, we still need to go with your idea, or the normal method of using Dynamic Attributes to loop and navigate through the tables from webpages if they are not compatible with the Table type in the Application Modeller. &lt;BR /&gt;&lt;BR /&gt;Thank you!​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marco Ramos&lt;BR /&gt;Senior Automation Developer&lt;BR /&gt;KPMG Malta&lt;BR /&gt;Pieta&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 May 2021 19:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-Interaction-Extract-Data-Retrieve-Table-from-HTML-DIV/m-p/67845#M20450</guid>
      <dc:creator>marcoaramos</dc:creator>
      <dc:date>2021-05-04T19:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get inner HTML and parse itâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-Interaction-Extract-Data-Retrieve-Table-from-HTML-DIV/m-p/67846#M20451</link>
      <description>With XPath expressions properly working in Chrome, it is much easier now than it was in 2019 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2021 14:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-Interaction-Extract-Data-Retrieve-Table-from-HTML-DIV/m-p/67846#M20451</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2021-05-05T14:45:00Z</dc:date>
    </item>
  </channel>
</rss>

