How can you handle authentication and login scenarios in Playwright tests?

How can you handle authentication and login scenarios in Playwright tests?

Hi Ana,

You can use page.fill or page.type to enter credentials.