check memory leakexport async function setup (page) { await page.type('#username', 'myusername'); await page.type('#password', 'mypassword'); await page.click('#submit'); } fuitenolanlawson • Updated 2023 Aug 30 4:20