When I click on a person, there is a page come up to show his/her page, so here on that page,
there is “See contact info” link, which pops up a small info page to show website link, email, connected info of the person and so on.
use data scrapping and get all names of your contact . and then try to pass a url using their name one by one. then you can use basic activities to click and get their details, get text to extract details,write range to write data into a excel file.
Thanks for your reply,
Just one thing I dont understand, Okay by doing that I can get one of them’s info,
so should I do this in foreach or something else to have all of connections’ info and write them into excel?
consider these two urls both are having “ACME System 1 - Log In” part in common only the number is changed.look whether there’s a unique id or the name in the url of each and every friend in your list. use a navigate activity you can pass a variable with the url like this