I have to do web scraping from facebook. When I do it for a single user, it works. But when I do it for multiple users in a for-each loop it does not return any data. Following are the steps:
Log in to Facebook
Read csv containing user names
In For-each loop, search candidate. Collect data of all the users displayed using web scraping method. Write it to another excel sheet.
Log out.
This is the selector for the attach window of data scraping:
html omit:htmlwindowname=‘_e_0Xkq’ title=‘* - Facebook Search’ /
Identify the selector which is not working , (works only for the first user and not for the subsequent one’s ) , open its selector , and click on “Attach to live element” , and point to the user 2. This ways UIpath will adjust the selector automatically to work in both the cases , User 1 and User 2 … i.e it will make the selector generic enough so that it works for both the cases …