#node.js

1 messages · Page 1 of 1 (latest)

coarse turtle
#

please help

#

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

devout dagger
#

how is this djs related?

coarse turtle
#

umm

#

i just need help

#

lol

devout dagger
#

not in here, try a different server

coarse turtle
devout dagger