@Conner You could use `Page.waitForFunction()` to return a truthy value https://pptr.dev/api/puppete
@Conner You could use
Page.waitForFunction() to return a truthy value https://pptr.dev/api/puppeteer.page.waitforfunctionWaits for the provided function, pageFunction, to return a truthy value when evaluated in the page's context.