<?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 How do I locate the row on a HTML table on the screen using the row-number in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-do-I-locate-the-row-on-a-HTML-table-on-the-screen-using-the/m-p/72399#M25004</link>
    <description>Problem statement: Need to delete a request on the screen by clicking the check box of an HTML data row based on a match found

What we have done / have
1. Read the contents of HTML table to a collection
2. Locate the row in the collection using a particular column value
3. This row-value corresponds to the request-id that we have to delete
4. The column corresponding to the check-box does not have any value
5. We have tried 'Select Item' action as part of Navigate stage by giving the row-no to the 'Item Number' input parameter
6. This throws an error that the item was not found

What I need: 
1. Locate the row on the HTML table
2. Zero-in on the corresponding check-box 
3. Then use the 'Focus' Action to check the corresponding check box

What I found
Using wildcard or dynamic match does not work because as per my understanding, the rows have to be spied which is not a possibility in a real-life scenario where there will be typically multiple rows in a table</description>
    <pubDate>Tue, 08 Nov 2016 17:40:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-08T17:40:00Z</dc:date>
    <item>
      <title>How do I locate the row on a HTML table on the screen using the row-number</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-do-I-locate-the-row-on-a-HTML-table-on-the-screen-using-the/m-p/72399#M25004</link>
      <description>Problem statement: Need to delete a request on the screen by clicking the check box of an HTML data row based on a match found

What we have done / have
1. Read the contents of HTML table to a collection
2. Locate the row in the collection using a particular column value
3. This row-value corresponds to the request-id that we have to delete
4. The column corresponding to the check-box does not have any value
5. We have tried 'Select Item' action as part of Navigate stage by giving the row-no to the 'Item Number' input parameter
6. This throws an error that the item was not found

What I need: 
1. Locate the row on the HTML table
2. Zero-in on the corresponding check-box 
3. Then use the 'Focus' Action to check the corresponding check box

What I found
Using wildcard or dynamic match does not work because as per my understanding, the rows have to be spied which is not a possibility in a real-life scenario where there will be typically multiple rows in a table</description>
      <pubDate>Tue, 08 Nov 2016 17:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-do-I-locate-the-row-on-a-HTML-table-on-the-screen-using-the/m-p/72399#M25004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-08T17:40:00Z</dc:date>
    </item>
    <item>
      <title>Section 4.1 in the Browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-do-I-locate-the-row-on-a-HTML-table-on-the-screen-using-the/m-p/72400#M25005</link>
      <description>Section 4.1 in the Browser Automation Guide discusses how to do this. Basically you use the row number to inject a dynamic value for the Path attribute.</description>
      <pubDate>Tue, 08 Nov 2016 22:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-do-I-locate-the-row-on-a-HTML-table-on-the-screen-using-the/m-p/72400#M25005</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2016-11-08T22:39:00Z</dc:date>
    </item>
  </channel>
</rss>

