<?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 Get HTML Attribute issues in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Get-HTML-Attribute-issues/m-p/60733#M14148</link>
    <description>I have this application in IE that Blue Prism is controlling which has a element "" and contains 0-20 search results. This page shows or hides the part of the page by changing the style attribute of this div between&amp;nbsp;"display: block;" and&amp;nbsp;"display: none;". Reading this tag is my most reliable indicator that search results (0 or more) have loaded.

I spied it, it has properties:


	Element Type: HTML Element
	Tag Name:
	ID: SearchResults


And I can highlight it in Application Modeller.

&amp;nbsp;

In a Blue Prism object I can use a read stage and say 'read HTML', which gives a result that starts with "" and has 100,000 more characters.

And then I can change the read stage to 'Read HTML Attribute' with parameter "id"&amp;nbsp;I get the text "SearchResults".

But when I change that parameter to&amp;nbsp;"style" I get the error:

Internal : Failed to perform step 1 in Read Stage 'Reader1' on page 'Check Results' - Identifier style of type html not found

Does anyone know what's happening?</description>
    <pubDate>Wed, 28 Mar 2018 22:15:00 GMT</pubDate>
    <dc:creator>AaronSmith</dc:creator>
    <dc:date>2018-03-28T22:15:00Z</dc:date>
    <item>
      <title>Get HTML Attribute issues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-HTML-Attribute-issues/m-p/60733#M14148</link>
      <description>I have this application in IE that Blue Prism is controlling which has a element "" and contains 0-20 search results. This page shows or hides the part of the page by changing the style attribute of this div between&amp;nbsp;"display: block;" and&amp;nbsp;"display: none;". Reading this tag is my most reliable indicator that search results (0 or more) have loaded.

I spied it, it has properties:


	Element Type: HTML Element
	Tag Name:
	ID: SearchResults


And I can highlight it in Application Modeller.

&amp;nbsp;

In a Blue Prism object I can use a read stage and say 'read HTML', which gives a result that starts with "" and has 100,000 more characters.

And then I can change the read stage to 'Read HTML Attribute' with parameter "id"&amp;nbsp;I get the text "SearchResults".

But when I change that parameter to&amp;nbsp;"style" I get the error:

Internal : Failed to perform step 1 in Read Stage 'Reader1' on page 'Check Results' - Identifier style of type html not found

Does anyone know what's happening?</description>
      <pubDate>Wed, 28 Mar 2018 22:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-HTML-Attribute-issues/m-p/60733#M14148</guid>
      <dc:creator>AaronSmith</dc:creator>
      <dc:date>2018-03-28T22:15:00Z</dc:date>
    </item>
  </channel>
</rss>

