Request store login feature for headless containers #1487
kiowadriver
started this conversation in
Ideas and feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found a few issues while running headless.
Having the ability to log puppeteer into your store accounts could address both shortcomings.
`await page.goto('https://www.example.com/login');
await page.type('#username', 'username');
await page.type('#password', 'password');
await page.click('#submit');
await page.waitForNavigation(); // <------------------------- Wait for Navigation
console.log('New Page URL:', page.url());`
Beta Was this translation helpful? Give feedback.
All reactions