<?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 Get All Links In Webpage Element in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Get-All-Links-In-Webpage-Element/m-p/92369#M42172</link>
    <description>Hi,

I'm trying to extract all the data in an HTML table. One of the attributes in this table is a link. How do we extract the web link from this table to the collection?</description>
    <pubDate>Tue, 13 Mar 2018 17:55:00 GMT</pubDate>
    <dc:creator>JeromeRajan</dc:creator>
    <dc:date>2018-03-13T17:55:00Z</dc:date>
    <item>
      <title>Get All Links In Webpage Element</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-All-Links-In-Webpage-Element/m-p/92369#M42172</link>
      <description>Hi,

I'm trying to extract all the data in an HTML table. One of the attributes in this table is a link. How do we extract the web link from this table to the collection?</description>
      <pubDate>Tue, 13 Mar 2018 17:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-All-Links-In-Webpage-Element/m-p/92369#M42172</guid>
      <dc:creator>JeromeRajan</dc:creator>
      <dc:date>2018-03-13T17:55:00Z</dc:date>
    </item>
    <item>
      <title>The first thing to try is…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-All-Links-In-Webpage-Element/m-p/92370#M42173</link>
      <description>The first thing to try is the 'Get Table' action in a read stage for any element within your table.&amp;nbsp; Try using that with both the browser and accessibility (or UIA if 6.2) interfaces.
If Get Table does not return all the data within the table that you need then the table must be structured in a non-standard way.&amp;nbsp; Your fallback option is to use the 'Get HTML' option in a read stage to return all the html for your table element and then you will need to parse the html into a collection with some clever string handling logic.</description>
      <pubDate>Wed, 21 Mar 2018 20:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-All-Links-In-Webpage-Element/m-p/92370#M42173</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2018-03-21T20:27:00Z</dc:date>
    </item>
  </channel>
</rss>

