The login form has two fields: Email and Password. Your job is to find only the Email field and fill it with [email protected].
Playwright can locate a form field directly by the text of its <label>. This approach works without memorising HTML ids and aligns with accessibility standards.
page is already available. Find the right field and fill it in.