<?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 David - … in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/56000#M10255</link>
    <description>David -&amp;nbsp;
Is there any document where I can get the reference how to do this objective?
&amp;nbsp;
Blue Prism doesn't currently support using CSS selectors, something you can do is inject javascript into the page to manipulate the element (something I do a lot is inject the Sizzle library if jQuery not used on the page to make selecting elements easier).</description>
    <pubDate>Thu, 19 Apr 2018 16:33:00 GMT</pubDate>
    <dc:creator>AmitPatnaik</dc:creator>
    <dc:date>2018-04-19T16:33:00Z</dc:date>
    <item>
      <title>How can we use attribute name and value in finding element</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/55996#M10251</link>
      <description>This is my xpath :&amp;nbsp;

//div[@id='noSearchBody' and @style='display: block;']

I want to use display attribute for finding the element

&amp;nbsp;</description>
      <pubDate>Tue, 17 Apr 2018 11:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/55996#M10251</guid>
      <dc:creator>AmitPatnaik</dc:creator>
      <dc:date>2018-04-17T11:51:00Z</dc:date>
    </item>
    <item>
      <title>Can you not just tick the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/55997#M10252</link>
      <description>Can you not just tick the attribute in Application Modeller? And if you don't want to hardcode a value, mark the attribute as Dynamic supply the value from the diagram.</description>
      <pubDate>Wed, 18 Apr 2018 21:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/55997#M10252</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-04-18T21:49:00Z</dc:date>
    </item>
    <item>
      <title>Display isn't an element…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/55998#M10253</link>
      <description>Display isn't an element attribute though - it's a CSS property.
Blue Prism doesn't currently support using CSS selectors, something you can do is inject javascript into the page to manipulate the element (something I do a lot is inject the Sizzle library if jQuery not used on the page to make selecting elements easier).
Or, seeing as how your element has an id, just use that in the Application Modeller?</description>
      <pubDate>Thu, 19 Apr 2018 05:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/55998#M10253</guid>
      <dc:creator>DavidEdwards-Da</dc:creator>
      <dc:date>2018-04-19T05:53:00Z</dc:date>
    </item>
    <item>
      <title>John - …</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/55999#M10254</link>
      <description>John -&amp;nbsp;
I will try to explain my scenario&amp;nbsp;
Name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| version
Blue prism&amp;nbsp; | 6.2
I want to find the value depending on the name because the table appears in different section of the page for each entry
This we can do that in Xpath using text() function
//td[text()='Name']//..//..//tr[2]/td[3]
&amp;nbsp;
So can we do this in blue prism?</description>
      <pubDate>Thu, 19 Apr 2018 16:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/55999#M10254</guid>
      <dc:creator>AmitPatnaik</dc:creator>
      <dc:date>2018-04-19T16:32:00Z</dc:date>
    </item>
    <item>
      <title>David - …</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/56000#M10255</link>
      <description>David -&amp;nbsp;
Is there any document where I can get the reference how to do this objective?
&amp;nbsp;
Blue Prism doesn't currently support using CSS selectors, something you can do is inject javascript into the page to manipulate the element (something I do a lot is inject the Sizzle library if jQuery not used on the page to make selecting elements easier).</description>
      <pubDate>Thu, 19 Apr 2018 16:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/56000#M10255</guid>
      <dc:creator>AmitPatnaik</dc:creator>
      <dc:date>2018-04-19T16:33:00Z</dc:date>
    </item>
    <item>
      <title>A general description of how…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/56001#M10256</link>
      <description>A general description of how to use JavaScript with Blue Prism can be found on the Browser Automation Guide:
&lt;A href="https://portal.blueprism.com/system/files/2017-09/Browser%20Automation%20Guide_0.pdf" target="test_blank"&gt;https://portal.blueprism.com/system/files/2017-09/Browser%20Automation%20Guide_0.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 19 Apr 2018 20:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-can-we-use-attribute-name-and-value-in-finding-element/m-p/56001#M10256</guid>
      <dc:creator>MelissaSuarez_G</dc:creator>
      <dc:date>2018-04-19T20:03:00Z</dc:date>
    </item>
  </channel>
</rss>

