Web Data Extraction Help

Hi All,

I need help from you to understand a scenario based on WebData Extraction. I want to extract data from website 'http://www.fakenamegenerator.com/ ’ generally this site will generate random information like name dob mail id etc. I need to create a bot where it will click on Generate button after that it will copy require information and store in csv.

Please let me know in case if need additional information.

Rabi Shaw

Hi,
You can use Get text activity with live attachment in selector for getting value from website and add that data to datatable using Build data table and add data row
And then using write range activity to update data to Excel
Regards,