Looping based on entries

Hi,

I am automating the following scenario, help me out with your inputs how to achieve it.

  1. Logging in into the application.
  2. There will be requests option available.
  3. Click on it.
  4. Request page will open with list of entries in the table form. There might be pagination available.
  5. So, now there will be column named ID, upon clicking the ID column of the first entry, a page will open and display the information like name of the person created, age etc.
  6. Now i want to get all the available field datas and save it in excel as first row.
  7. Same like this i want to get the data’s of all the entries present.

@lakshman @Palaniyappan

Hi
till this step its fine

–then we can use DATA SCRAPPING to get the data in a tabular form or datatable form
for this

then for this use a FOR EACH ROW loop and pass the above obtained datatable as input and inside the loop use a CLICK activity and set the selector with variable for that column ID so that it will click on that particular link for this

then we can get the data with get text or screen scrapping for this
and assign it with assign activity to the datatable

as we are in loop this will occur for all link in column ID

Cheers @monish06

Is it possible to convert the output excel into pdf?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.