<?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: BP cannot read web table using chrome in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/BP-cannot-read-web-table-using-chrome/m-p/52722#M7550</link>
    <description>Hi Ningsheng,&lt;BR /&gt;&lt;BR /&gt;Before devising a workaround, I would hope you can have a go at the following:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Use a different element type, as Get Table sits on the Web Table element type only.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;One thing I have had success in the past is to spy on the TBODY element as opposed to TABLE. This will give you a Web Element type. What you may need is to manually change the element type from Web Element to Web Table to get the Get Table action.&lt;/LI&gt;
&lt;/UL&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bruce Liu&lt;BR /&gt;Senior Product Consultant, Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Jun 2021 03:05:00 GMT</pubDate>
    <dc:creator>bruce.liu</dc:creator>
    <dc:date>2021-06-03T03:05:00Z</dc:date>
    <item>
      <title>BP cannot read web table using chrome</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-cannot-read-web-table-using-chrome/m-p/52720#M7548</link>
      <description>I am in the process to convert an existing bot for IE to Chrome but have an issue to read web table into collection.&lt;BR /&gt;Someone posted a work around solution to read table as a string and then use regex &lt;SPAN&gt;to sort it into a collection.&lt;BR /&gt;&lt;BR /&gt;I would like to know how to do it in detail.&lt;BR /&gt;In addition, any other solutions are welcome.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ningsheng Xu&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jun 2021 12:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-cannot-read-web-table-using-chrome/m-p/52720#M7548</guid>
      <dc:creator>NingshengXu</dc:creator>
      <dc:date>2021-06-02T12:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP cannot read web table using chrome</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-cannot-read-web-table-using-chrome/m-p/52721#M7549</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Weird you shouldnt have problems if the table is HTML, any way, have you tried other types of identification besides web browser? (UAI or Accesibility)&lt;BR /&gt;I this does not work, try using the Application navigator or UI navigator to find the element and get the table data.&lt;BR /&gt;&lt;BR /&gt;If this does not work, then you could just READ the "html value" with "Get Html" action from a parent element that contains the table, and then use a code stage to parse&amp;nbsp; into collection. ( just look around on Stack Overflow, im sure you will find something).&lt;BR /&gt;&lt;BR /&gt;Let me know if you get to the solution.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Conrado&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Conrado Meli&lt;BR /&gt;Managing Partner&lt;BR /&gt;Primus IA&lt;BR /&gt;America/Santiago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jun 2021 22:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-cannot-read-web-table-using-chrome/m-p/52721#M7549</guid>
      <dc:creator>ConradoMeli</dc:creator>
      <dc:date>2021-06-02T22:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP cannot read web table using chrome</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-cannot-read-web-table-using-chrome/m-p/52722#M7550</link>
      <description>Hi Ningsheng,&lt;BR /&gt;&lt;BR /&gt;Before devising a workaround, I would hope you can have a go at the following:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Use a different element type, as Get Table sits on the Web Table element type only.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;One thing I have had success in the past is to spy on the TBODY element as opposed to TABLE. This will give you a Web Element type. What you may need is to manually change the element type from Web Element to Web Table to get the Get Table action.&lt;/LI&gt;
&lt;/UL&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bruce Liu&lt;BR /&gt;Senior Product Consultant, Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jun 2021 03:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-cannot-read-web-table-using-chrome/m-p/52722#M7550</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-06-03T03:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP cannot read web table using chrome</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BP-cannot-read-web-table-using-chrome/m-p/52723#M7551</link>
      <description>1 - I would like to know which version Blue prism you are using. If more than 6.9. Get table will work. If it is prior to that you may not able to read the table even after changing Element Type to Web table.&lt;BR /&gt;&lt;BR /&gt;2 - You have to get Table name or Table path to highlight whole table. Once you can able to highlight then only you can get values Get table. Prior to that as I mentioned above you need to change Element Type Web Table.&lt;BR /&gt;&lt;BR /&gt;Still you have question feel free to connect I will be happy to help you more.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amlan Sahoo&lt;BR /&gt;RPA Consultant&lt;BR /&gt;Equinix&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jun 2021 04:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BP-cannot-read-web-table-using-chrome/m-p/52723#M7551</guid>
      <dc:creator>_Amlansahoo</dc:creator>
      <dc:date>2021-06-03T04:21:00Z</dc:date>
    </item>
  </channel>
</rss>

