Unable to let my script perform all the clicks on the next page button
问题 I've created a script in python using pyppeteer to collect the names of different institutions traversing multiple pages from a website. What I wish to do is let my script rove different pages by clicking on the next page button while parsing the names from each page. website address What I've tried: import asyncio from pyppeteer import launch url = "https://www.incometaxindia.gov.in/Pages/utilities/exempted-institutions.aspx" async def fetch_table(link): browser = await launch(headless=False