fix: minor fix for puppeteer automation

pull/129/head
Travis Fischer 2022-12-13 12:32:13 -06:00
rodzic ec546a5cd6
commit c936391041
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -76,6 +76,7 @@ export async function getOpenAIAuth({
waitUntil: 'networkidle0'
})
])
await page.waitForSelector('#username')
await page.type('#username', email, { delay: 10 })
await page.click('button[type="submit"]')
await page.waitForSelector('#password')