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 "display: block;" and "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.
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" I get the text "SearchResults".
But when I change that parameter to "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?