Newbie Q: How to scrape this site that has Infinite Loader?

https://www.behance.net/search?content=users&field=ui%2Fux&country=US&sort=featured_date&time=week

Is it possible for the crawler to:

1 - click on a profile,
2 - scrape a few data elements
3 - go back to the main list
4 - click into the next profile.. repeat step 2
5 - Reach the end of the page,
6- load more page data via scrolling and delay
7 - repeat step 1

thanks!!

I haven't figured out how to make the WS scroller work with this site, either because of its section design or because of Shadow Root (Shadow DOM).