Back to Browse

Write test script without finding elements | Playwright (Java) Tamil - Part 10

1.1K views
Jan 2, 2023
11:55

With these new APIs writing locators is a joy: Page.getByText() to locate by text content. Page.getByRole() to locate by ARIA role, ARIA attributes and accessible name. Page.getByLabel() to locate a form control by associated label's text. Page.getByTestId() to locate an element based on its data-testid attribute (other attribute can be configured). Page.getByPlaceholder() to locate an input by placeholder. Page.getByAltText() to locate an element, usually image, by its text alternative. Page.getByTitle() to locate an element by its title. Chapters: 0:00 Playwright Locators #1 1:15 GetByText 2:10 GetByLabel 2:55 Strict mode violation 6:15 GetByPlaceholder 7:05 GetByRole 8:03 GetByAltText 9:00 Other methods Presentation link: https://bit.ly/playwright-java-presentation Website - https://playwright.dev/java/docs/api/class-dialog Source code: https://github.com/ortoniKC/playwright-java-2023 --------------------------------------------------------------------- 🎁Just in case you want to support me ☺️ donation might really be helpful. BuyMeCoffe: https://www.buymeacoffee.com/letcode GPay: koushik350-1@okaxis -------------------------- Thank you --------------------------- Thanks for watching, if you like the video, give it a thumbs up 👆. Sharing is caring, kindly share the video with your friends and colleagues. Don't forget to subscribe and hit the bell 🔔 notification. ------------------------------- SOCIAL -------------------------------- 📝Test Practice Site: https://letcode.in/ 🐦Discord: https://discord.gg/Tvwac8HgQD 📸Instagram: https://www.instagram.com/letcode.in/ 🎓 LinkedIn: https://www.linkedin.com/in/ortoni/ ⛳️ XPath Extension: https://bit.ly/2T5EUCu #letcode #kurimurai #playwright

Download

1 formats

Video Formats

360pmp423.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Write test script without finding elements | Playwright (Java) Tamil - Part 10 | NatokHD