How to Iterate through each Web URL

1 Like

Hi @Abdullah0

using foreach you can iterate the list of web url’s

but what exactly you are trying to do

Thanks

Hi @Abdullah0

Can you add more details where the url comming from ?

cheers :smiley:

Happy learning :smiley:

1 Like

Resim de ki konulara tek tek tıklayarak içerisindeki verileri alarak ardından bir sonraki konuya girecek ve onun verilerini alacak.

teşekkürler…

Try Data Scrapping, Scrap the Name as First element and second element next name

image

There you can extract the url’s

after that you have to use for each on the list you extract

Hope this helps

Thanks

first of all thanks for your help.

I get the URL, but how can I loop?

use foreach activity to loop into the URL list which was extracted to datatable

For how to do foreach activity, please refer below

Thanks

I was able to. It is okay . Thanks

Try Data scrapping with each column mapping and extract url/link to another column.
Name,link,other details column.
do a data table for each row activity → use Navigate To activity to navigate to each url.