Hi,
I have attached a screenshot.
how to extract all the 2000 + followers of the LinkedIn page.
It is a popup page (after clicking 1st contact and extracting other details and coming back the pop up closing ) and we have to scroll down for loading next contacts.
I tried for each ui element but only 10 contacts are extracting.
Can any one help me on this.
Use a Do While to scroll to the end. Inside the Do While you send the Page Down key, then check if some element at the end appeared. The condition of the Do While will be that the end element did not appear. Once you’ve reached the end, use the Table Extraction wizard (not For Each UI Element) to get all the data.