Playwright's "page" object provides multiple methods to interact with DOM elements ("click", "fill", etc.). But these methods come with one downside: they're not strict.
Learn in this video why strict mode is important and how locator method help to write better test cases.