Date: 2025-05-26 10:45:58
Score: 0.5
Natty:
Use locator.pressSequentially().
// from
await page.type("#input", "text");
// to
await page.locator("#input").pressSequentially("text");
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- High reputation (-1):
Posted by: unickq