How to simulate click after extracting data using playwright
I’m trying to simulate a next page using playwright but I have to gather data first. The data per page only returns 50 posts. I need to get the first 150 post. The first 50 i can get data but on the next post I’m having a hard time because of the for loop
because its not async. This is my approach: