playwright-sample-project
playwright-sample-project copied to clipboard
Question regarding locators
Hello, thanks for your work!
Trying to get into Playwright and how it works, found your PW framework, looks really professional!
Have a question regarding locators, does your framework page objects supports only XPATH and CSS selectors inside page object? This is from what I see in your locators/page object files:
How can I add PW selectors like these into page object model? Which approach is better here?
someButton = this.page.getByRole("button", { name: "button_text" })
Thanks again, have a nice day!