79496824

Date: 2025-03-10 01:11:32
Score: 1.5
Natty:
Report link

Adding on to the other answer here: https://stackoverflow.com/a/74416040/9889773

I used waitForSelector to solve this for myself. i.e:

await page.waitForSelector('input#email[required]:invalid')

And using :valid after filling in valid input.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nivlac