Hello
I know how to extract data from a same page. But my problem is that i have a liste in a page that only contain user names, so i should enter in each user, and take his informations, and go back onto the previous page, and select another person; and so on …
My question in pictures :
1- click on a person
2- Click on “Show the cordinates”
Use DataScraping and Scrape the Name & URL for each of the user you see in the page. This Data will be stored in a DataTable.
Use a For Each Row Loop and retrieve the URL stored in the datatable for each of the user.
a. Use ‘Navigate To’ or ‘Open Browser’ activity and pass the URL.
b. Click on ‘Show the cordinates’ using the Click Activity.
c. Get the Text Value that you want. Append this value into an Excel, Text etc as per you need.
d. Since you are already using the for each loop, loop will now take a new url and navigate to that.
Guys uipath he didn’t give me the correcr URL.
For exemple, he only get me this url : in/abdennacer-elbadaoui-87a984118
he must give me the whole url like this : www.linkendin.com/in/abdennacer-elbadaoui-87a984118
Ana suggestions ?
Look :
Declare variable with type int counter =1
After write cell
Assign counter = counter +1
Than in write cell remove “A1” and pass this “A”+counter.Tostring