xiongzhu 1 yıl önce
ebeveyn
işleme
b7a2bce2e5
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      login.mjs

+ 1 - 0
login.mjs

@@ -77,6 +77,7 @@ export async function login(email, password) {
 
     try {
         await page.waitForURL("https://www.pcoptimum.ca/dashboard");
+        await page.waitForTimeout(5000);
     } catch (error) {
         console.error(error.stack);
     }