

loop (asyncio.AbstractEventLoop): Event loop ( experimental).autoClose (bool): Automatically close browser process when script.

logLevel (int|str): Log level to print logs.If this option is True, the headless option will be set devtools (bool): Whether to auto-open a DevTools panel for each tab.env (dict): Specify environment variables that will be visible to theīrowser.userDataDir (str): Path to a user data directory.dumpio (bool): Whether to pipe the browser process stdout and stderr.handleSIGHUP (bool): Close the browser process on SIGHUP.handleSIGTERM (bool): Close the browser process on SIGTERM.handleSIGINT (bool): Close the browser process on Ctrl+C.ignoreDefaultArgs (bool): Do not use pyppeteer’s default args.args (List): Additional arguments (flags) to pass to the browser.slowMo (int|float): Slow down pyppeteer operations by the specified.

