#node.js
1 messages · Page 1 of 1 (latest)
await MailPage.bringToFront();
await MailPage.goto("https://temp-mail.org/", { waitUntil: 'networkidle2', timeout: 0});
var info_id = "#mail";
try {
await MailPage.waitForSelector(info_id);
await MailPage.waitForFunction((info_id) => document.querySelector(info_id).value.indexOf("@") != -1, {}, info_id);
var email = await MailPage.$eval('#mail', el => el.value);
return email;
} catch(e){
console.log("Found error - Mail generation");
return false;
};
}
i need to change the website to https://tempmail.dev/
but it gives me an error when i change the link
Temp Mail .DEV
Temp Mail is a disposable, free and highly secure email service. Protect your personal e-mail address from spam with disposable mail.
how is this djs related?
not in here, try a different server
i tried like 100
https://discord.gg/programming then in the javascript channel