Hello everyone,
Â
REF:Â OS: Windows 10Â Â BP Version: 6.5Â Â Browser: Chrome
Â
I am trying to extract data from some search results, Facebook Search specifically. The results are listed as DIV elements in the HTML code, not as TABLE Elements.
Â
I've tried to change the Element Type, inside Application Modeller, from "Web Element" to "Table (Web)", to try and use "Get Table Items" in the Reader properties, but it always fails by timeout. I've also tried setting the Element Type as "List (Web)" and I got the same error.
Â
My goal is to get the results as a Table and store it in a Collection, with the names and URL for each result, in order to be able to iterate through each item (search result). It is part of a KYC PoC.Â
Â
I have done this with other RPA tools, but I can't figure out how to get a Table from a Non-TABLE Element, using Blue Prism.
Â
For the moment I am using dynamic Web Path, to Navigate to each result, but it is not as efficient as if I could store it in a Collection.
Â
Any help and/or ideas or welcome.
Â
As soon as I figure this out, I will post here the solution.
Â
Thanks in advance!