<?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: How to read a text which varies its position in the web page in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-read-a-text-which-varies-its-position-in-the-web-page/m-p/99722#M47207</link>
    <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt; Thanks a lot for the response. Could you also please take a look into my doubt in other thread.​</description>
    <pubDate>Tue, 07 Dec 2021 12:45:29 GMT</pubDate>
    <dc:creator>SiddharthAbiram</dc:creator>
    <dc:date>2021-12-07T12:45:29Z</dc:date>
    <item>
      <title>How to read a text which varies its position in the web page</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-read-a-text-which-varies-its-position-in-the-web-page/m-p/99720#M47205</link>
      <description>Nice to interact with you all. I have a webpage. I want to read a particular text for example the Industry name "Telecommunications".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36294.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36302i02C6D31B203D09E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="36294.png" alt="36294.png" /&gt;&lt;/span&gt;&lt;BR /&gt;My problem is that this field comes in different position so I cannot use Match Index to point to this field correctly. Could you please suggest a method that I can use to identify the label (i.e.) "Industry" and capture the adjacent value (i.e.) "Telecommunications".&lt;BR /&gt;&lt;BR /&gt;If it is solved, the could you please point me to the link of the answer. Thanks in advance.</description>
      <pubDate>Tue, 07 Dec 2021 11:25:50 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-read-a-text-which-varies-its-position-in-the-web-page/m-p/99720#M47205</guid>
      <dc:creator>SiddharthAbiram</dc:creator>
      <dc:date>2021-12-07T11:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a text which varies its position in the web page</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-read-a-text-which-varies-its-position-in-the-web-page/m-p/99721#M47206</link>
      <description>You can use the XPath expressions here in the Web Path attribute for the modeler of Browser Mode type. The following-sibling expression will help you to get what you want.&lt;BR /&gt;&lt;BR /&gt;You can see below how I have used it:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36291.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36304i446B2ED41CAA9F09/image-size/large?v=v2&amp;amp;px=999" role="button" title="36291.png" alt="36291.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I have used the expression: //th[text()='Full name']/following-sibling::td&lt;BR /&gt;&lt;BR /&gt;If I break the query one by one, //th[text()='Full name'] will only return me the label full name. More precisely it says return me the TD tag where the textual information is equal to 'Full name' as you can see below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36292.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36308iC44A6557E809D35C/image-size/large?v=v2&amp;amp;px=999" role="button" title="36292.png" alt="36292.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;When I use the query : //th[text()='Full name']/following-sibling::td, it means that go to the nearest or next td element that is present after the th tag whose text was 'Full name' and that is what is the full name I want as shown below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36293.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36303i7CFC7DC566A455E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="36293.png" alt="36293.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Something similar you can use, it will also depend on what tags are there in you web page and how is the structure but you can experiment and proceed now I hope. Let us know if it helps!</description>
      <pubDate>Tue, 07 Dec 2021 11:57:23 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-read-a-text-which-varies-its-position-in-the-web-page/m-p/99721#M47206</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2021-12-07T11:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a text which varies its position in the web page</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-read-a-text-which-varies-its-position-in-the-web-page/m-p/99722#M47207</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt; Thanks a lot for the response. Could you also please take a look into my doubt in other thread.​</description>
      <pubDate>Tue, 07 Dec 2021 12:45:29 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-read-a-text-which-varies-its-position-in-the-web-page/m-p/99722#M47207</guid>
      <dc:creator>SiddharthAbiram</dc:creator>
      <dc:date>2021-12-07T12:45:29Z</dc:date>
    </item>
  </channel>
</rss>

