Question
Pega Robotics linkedn In notifications quiz .
Hello:
I am doing a demo for a Robotic automation that will enter in my linked Into account, get to the Notification page and process the greeting button for the first page of results. I just manage to get the page get the body div and the Inner HTML...But, Is there a more efficient and object/component oriented way to do this? . The interrogation of linked in does not recognize the table of notifications. While I am parsing the html I am thinking about some alternatives.IE: Is it possible to match a list of buttons? Any ideas?
**Updated by moderator: Lochan to move post from LSA community to PSC**
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
I don't believe I fully understand what you are doing, but have you tried using the HTML table designer? If these fields are each in a separate section of the table, you can easily iterate through each section.
Another option is to enable UseKeys for a specific control. This effectively allows you to match each instance of a control (assuming your match rules are loose enough to match multiples). Please note that there will be no specific order for the list. You'd need to iterate through the clone collection returned by GetClones and use something about the control itself (i.e. maybe its ID has a number in it that increments for each row) to determine order (if order is important).