<?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: Dynamic html path in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44949#M1294</link>
    <description>Hi Vrat&lt;BR /&gt;&lt;BR /&gt;If you know the full path of the table you want to identify items in then you need to dynamically set the path and the row so it iterates through each row in the table. In application modeller make a note of the full path then set this value to Dynamic, in you object create a read stage to read the value of the first item in the table and add in the path as the parameter. In this you should have a row number being generated by a data item and it would look something like this &lt;SPAN style="color: #ff0000;"&gt;"/HTML/BODY(1)/FORM(1)/DIV(8)/DIV(1)/DIV(2)/DIV(2)/DIV(2)/DIV(2)/DIV(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/TABLE(1)/TBODY(1)/TR("&amp;amp;&lt;SPAN style="color: #333399;"&gt;[Table row number]&lt;/SPAN&gt;&amp;amp;")/TD(3)/DIV(1)"&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;Compare the read item to what you are looking for and if it matches you use a navigate setting the parameter to be the same as above and if not then a calculation stage to increase the row number and retry the read stage. You would just loop this until you find the correct item. Hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Jan 2021 16:20:00 GMT</pubDate>
    <dc:creator>michaeloneil</dc:creator>
    <dc:date>2021-01-15T16:20:00Z</dc:date>
    <item>
      <title>Dynamic html path</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44947#M1292</link>
      <description>Hi all,&lt;BR /&gt;i've a problem with a dynamic html path.&lt;BR /&gt;My goal is to click dynamically a text in a web page, starting from an excel file.&lt;BR /&gt;I can take the Path of the entire table in which I have to select and i have the "Value" of my selection.&lt;BR /&gt;I tried to pass this Path with wildcard and Value in selector but it doesn't find any elements.&lt;BR /&gt;The difference between my Path (Table path) and selection inside this table is TR(*)\TD(*)&lt;BR /&gt;&lt;BR /&gt;How can i manage that dynamically, since I will not have to make the same choices and that the order of them could change in the future?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vrat Himbo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jan 2021 09:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44947#M1292</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2021-01-14T09:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Dynamic html path</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44948#M1293</link>
      <description>&lt;P&gt;Wild cards do not work with the HTML path so if that is the field you want to use you need to calculate what the field values are within the path somehow.&lt;/P&gt;
&lt;P&gt;The xpath field that is available in some of the new interfaces (Chrome / Edge) does accept wildcards.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Denis Dennehy&lt;BR /&gt;Head of Customer Success, EMEA&lt;BR /&gt;Blue Prism Ltd&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jan 2021 12:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44948#M1293</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2021-01-14T12:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Dynamic html path</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44949#M1294</link>
      <description>Hi Vrat&lt;BR /&gt;&lt;BR /&gt;If you know the full path of the table you want to identify items in then you need to dynamically set the path and the row so it iterates through each row in the table. In application modeller make a note of the full path then set this value to Dynamic, in you object create a read stage to read the value of the first item in the table and add in the path as the parameter. In this you should have a row number being generated by a data item and it would look something like this &lt;SPAN style="color: #ff0000;"&gt;"/HTML/BODY(1)/FORM(1)/DIV(8)/DIV(1)/DIV(2)/DIV(2)/DIV(2)/DIV(2)/DIV(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/TABLE(1)/TBODY(1)/TR("&amp;amp;&lt;SPAN style="color: #333399;"&gt;[Table row number]&lt;/SPAN&gt;&amp;amp;")/TD(3)/DIV(1)"&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;Compare the read item to what you are looking for and if it matches you use a navigate setting the parameter to be the same as above and if not then a calculation stage to increase the row number and retry the read stage. You would just loop this until you find the correct item. Hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jan 2021 16:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44949#M1294</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-01-15T16:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Dynamic html path</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44950#M1295</link>
      <description>Hi and thanks for the reply.&lt;BR /&gt;I've seen that approach on BP university, but my question is: i've multiple table and about 3/4 hundred choice.&lt;BR /&gt;If the selection is the last one, I'll have to cycle many tables for many many times. It will be very slowly.&lt;BR /&gt;or I'm doing something wrong?&lt;BR /&gt;Thx&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vrat Himbo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jan 2021 17:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44950#M1295</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2021-01-15T17:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Dynamic html path</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44951#M1296</link>
      <description>Hi Vrat&lt;BR /&gt;&lt;BR /&gt;Unfortunately yes you would need to cycle through each row to find the one you are looking for. You could try spying it and using the get table function in the navigate stage but this doesnt always work, or possibly use get item and if you know the row you need you can enter the item number to get it but again you would need to test these out to see if they work for you. If you do use the html approach the upside is even looping through each row it should be fairly fast when running through the scheduler.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jan 2021 10:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44951#M1296</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-01-19T10:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Dynamic html path</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44952#M1297</link>
      <description>Thanks a lot sir...your info helped me a lot..&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohamed Azharudeen&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Dec 2021 08:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44952#M1297</guid>
      <dc:creator>azhar1234</dc:creator>
      <dc:date>2021-12-06T08:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Dynamic html path</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44953#M1298</link>
      <description>That's good to know Mohamed &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Dec 2021 10:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dynamic-html-path/m-p/44953#M1298</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-12-06T10:56:00Z</dc:date>
    </item>
  </channel>
</rss>

