locator.fill and locator.pressSequentially in Playwright
In Playwright 1.38, a new locator.pressSequentially() method was introduced. On the other hand, it still has the locator.fill() method. Both methods serve one simple goal - to complete text input...