You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
Time exceed out in while waiting for the password :
await page.waitForSelector('input[type="password"]', { visible: true })
And thus it returns me
(node:9950) UnhandledPromiseRejectionWarning: Error: waiting failed: timeout 30000ms exceeded
Time exceed out in while waiting for the password :
await page.waitForSelector('input[type="password"]', { visible: true })
And thus it returns me
(node:9950) UnhandledPromiseRejectionWarning: Error: waiting failed: timeout 30000ms exceeded
Any idea how to fix this?