Playwright 1.38
Whatβs new
Tip of the Day
Keep @playwright/test up-to-date!
Agenda: Playwright 1.38
UI Mode Updates
UI Mode updates: summary
π Form-Filling Update
New in Playwright 1.38
Form-Filling: Recap
Form-Filling: Recap
locator.fill('John Doe')
locator.type('John Doe')
Form-Filling: Recap
locator.fill('John Doe')
locator.type('John Doe')
VERY FAST. As-if the value is pasted! οΏ½
LESS FAST. As-if the value is typed!οΏ½
Form-Filling: Recap
locator.fill('John Doe')
locator.type('John Doe')
VERY FAST. As-if the value is pasted! οΏ½
LESS FAST. As-if the value is typed!οΏ½
Form-Filling: Recap
locator.fill('John Doe')
locator.type('John Doe')
VERY FAST. As-if the value is pasted! οΏ½
LESS FAST. As-if the value is typed!οΏ½
locator.pressSequentially('John Doe')
Playwright 1.38
π€Ώ Miscellaneous
New in Playwright 1.38
Playwright 1.38: Miscellaneous
Playwright 1.38: Miscellaneous
Summary: Playwright 1.38
Summary: Playwright 1.38
npm i -D @playwright/test@latest
Playwright: Resources