I am trying to run this script;
import pyppeteer import asyncio async def run(): browser = await pyppeteer.launch({\'headless\': False, }) page = await b