<?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: Same xpath value for filters on different web pages, cannot spy correctly in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Same-xpath-value-for-filters-on-different-web-pages-cannot-spy/m-p/119169#M4213</link>
    <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1222"&gt;@a026833&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please mark be as best answer if i answer your request that's will help the community&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Mar 2025 19:47:51 GMT</pubDate>
    <dc:creator>Mohamad_Dakkouri</dc:creator>
    <dc:date>2025-03-03T19:47:51Z</dc:date>
    <item>
      <title>Same xpath value for filters on different web pages, cannot spy correctly</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Same-xpath-value-for-filters-on-different-web-pages-cannot-spy/m-p/119134#M4209</link>
      <description>&lt;P&gt;I have to export data from one section of a page and then do the same in another section after scrolling down using Chrome. When I "inspect" each filter in Chrome it giving me the same Xpath expression. The Xpath expression only appears once in Chrome dev tools when I do a find on it see below). How do I get my automation to recognize that I want the filter on the second page??&amp;nbsp; My automation scrolls to the next page but it continues to use the dropdown from the first page. I have been working on this for a while and getting nowhere. Confluence is the product, which uses Java&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a026833_0-1740770575900.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/40464i655B684E525046C1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="a026833_0-1740770575900.png" alt="a026833_0-1740770575900.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a026833_2-1740770759026.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/40466iA37D84E3E5F029DA/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="a026833_2-1740770759026.png" alt="a026833_2-1740770759026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a026833_3-1740771291909.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/40467i873D7AF238D56EAD/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="a026833_3-1740771291909.png" alt="a026833_3-1740771291909.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 19:39:20 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Same-xpath-value-for-filters-on-different-web-pages-cannot-spy/m-p/119134#M4209</guid>
      <dc:creator>a026833</dc:creator>
      <dc:date>2025-02-28T19:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Same xpath value for filters on different web pages, cannot spy correctly</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Same-xpath-value-for-filters-on-different-web-pages-cannot-spy/m-p/119137#M4210</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1222"&gt;@a026833&lt;/a&gt;&amp;nbsp; Hi,&lt;/P&gt;&lt;P&gt;2 solutions can be considered:&lt;BR /&gt;&lt;STRONG&gt;the first one:&lt;/STRONG&gt;&lt;BR /&gt;- try to put (&lt;STRONG&gt;//your_xpath_expression&lt;/STRONG&gt;)[last()] &lt;STRONG&gt;exemple&lt;/STRONG&gt; &lt;EM&gt;&lt;STRONG&gt;(//button[@id='h'])[last()]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;By doing this, your xpath will take your last element.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Second&amp;nbsp;&lt;/STRONG&gt; :&amp;nbsp; try to see in the inspector in the DOM (the html tree) if the page 2 and 1 have a unique attribute that show us the page number, for example:&lt;BR /&gt;div page=1 and inside this div, in the descendant children, we find your element, so your xpath will be for example:&lt;BR /&gt;//div[@page=1]//your_xpath_expression it will be on page 1&lt;/P&gt;&lt;P&gt;//div[@page=2]//your_xpath_expression it will be on page 2&lt;/P&gt;&lt;P&gt;try it and let me know.&lt;/P&gt;&lt;P&gt;Dont hesitate to ask question if i am not clear&lt;/P&gt;</description>
      <pubDate>Sat, 01 Mar 2025 17:31:07 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Same-xpath-value-for-filters-on-different-web-pages-cannot-spy/m-p/119137#M4210</guid>
      <dc:creator>Mohamad_Dakkouri</dc:creator>
      <dc:date>2025-03-01T17:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Same xpath value for filters on different web pages, cannot spy correctly</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Same-xpath-value-for-filters-on-different-web-pages-cannot-spy/m-p/119168#M4212</link>
      <description>&lt;P&gt;Thank you so so much! Your first solution did the trick, I was about to give up on this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 19:35:08 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Same-xpath-value-for-filters-on-different-web-pages-cannot-spy/m-p/119168#M4212</guid>
      <dc:creator>a026833</dc:creator>
      <dc:date>2025-03-03T19:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Same xpath value for filters on different web pages, cannot spy correctly</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Same-xpath-value-for-filters-on-different-web-pages-cannot-spy/m-p/119169#M4213</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1222"&gt;@a026833&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please mark be as best answer if i answer your request that's will help the community&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 19:47:51 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Same-xpath-value-for-filters-on-different-web-pages-cannot-spy/m-p/119169#M4213</guid>
      <dc:creator>Mohamad_Dakkouri</dc:creator>
      <dc:date>2025-03-03T19:47:51Z</dc:date>
    </item>
  </channel>
</rss>

