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
Aghhh it is a known issue with the modified puppeteer used in the project. Without having Runtime.enable, all added bindings will be cleared after the page is refreshed, which essentially means your puppeteer is interacting with a blank web page.
Even through page is fully loaded but still we getting this error
TimeoutError: Waiting for selector #user_login failed: Waiting failed: 60000ms exceeded
waitForSelector doesn't working after bypass cloudflare
The text was updated successfully, but these errors were encountered: