#17 - New Advanced Locator Strategy in Playwright

Поділитися
Вставка
  • Опубліковано 2 жов 2024
  • In this video, we will discuss the new Advanced and more flexible Playwright Locator Strategy introduced to identify and locate UI elements in DOM in a much more readable and understandable fashion.
    This new ARIA locator strategy will help maintain a readable locator in our test code base and better for maintainability.
    ► [GitHub Repo] github.com/exe...
    ► [API Testing with Playwright ] • API Testing with Playw...
    ► [Playwright Basics and Specflow ] • Playwright with C# .NET
    ► [Advanced course] www.udemy.com/...
    ► [Academy] academy.execut...
    #playwright #aria #executeautomation #xunit
    For more articles and videos, please follow
    ► [ExecuteAutomation] executeautomat...
    ► [Twitter] @executeauto
    ► [Subscribe] @Execute Automation
    ► [Udemy] www.udemy.com/...
    New Series 2021
    #############
    ► [Microservice Development] • Developing Microservic...
    ► [XUnit with Selenium] • XUnit with Selenium
    ► [Git Basics] • Git Basics - Everyday ...
    ► [SpringBoot for Testing] • Spring Boot for Automa...
    Selenium and C#
    ******************
    ► [C# for automation testing] • C# for Automation Testing
    ► [Selenium with C#] • Introduction to Seleni...
    ► [BDD with Specflow] • BDD and Specflow
    ► [BDD with Selenium] • BDD with Selenium and ...
    ► [Selenium .NET Core] • Playlist
    Selenium &Java
    ******************
    ► [Cucumber with Selenium] • Section 1 - Cucumber w...
    ► [Cucumber with Selenium] • Section 2 - Cucumber W...
    ► [Cucumber 4 Upgrade] • Section 3 - Upgrade to...
    ► [Selenium Grid] • Selenium Grid
    ► [Selenium framework development] • Selenium Framework Des...
    ► [Selenium 4] • Selenium 4
    ► [Selenium Grid with Docker] • Selenium Grid with Docker
    ► [Puppeteer] • Puppeteer
    ► [E2E with Cypress] • Cypress Tidbits
    CI/CD with Microsoft Technologies
    *************************************
    ► [Azure DevOps Service] • Azure DevOps Service 2019
    ► [Automated Build deployment] • Automated Build+Deploy...
    ► [Build + Deploy + Test with Jenkins] • Build+Deploy+Test with...
    Docker & Kubernetes
    ************************
    ► [Understanding ABC of Docker] • Understanding ABC of D...
    ► [Understanding Docker for Windows] • Understanding Docker f...
    ► [Selenium Grid with Docker] • Selenium Grid with Docker
    ► [Kubernetes for Testers] • Kubernetes for Testers
    Mobile Testing
    ****************
    ► [Understanding Appium] • Introduction to Appium...
    ► [Appium with C#] • Introduction to Appium...
    ► [Appium with Java] • Setting stage ready fo...
    ► [Appium with C# (Advanced)] • Introduction to Appium...
    ► [Appium Framework development] • Introduction to appium...
    ► [Mobile Automation testing with Xamarin.UITesting] • Part 1 - Introduction ...
    ► [Android automation with Robotium] • Part1 - Introduction t...
    ► [Flutter app automation with Flutter Driver] • Part 1 - Introduction,...
    ► [TestProject] • TestProject (Basic)

КОМЕНТАРІ • 4

  • @Udzial
    @Udzial Рік тому

    the 2 form example you took cleared a lot of things. thanks for covering that

  • @daltonfury911
    @daltonfury911 Рік тому

    Great examples. I have a question. Aside from the known ways to select locators, how do validate text that is a child of a child of a child? This is pretty common in React and sometimes it is difficult to access a locator with our only option being to add testIDs to the actual react component. I know that’s the best way but what if one doesn’t have access ma to adding the testID?

  • @tigeressxxx
    @tigeressxxx Рік тому

    Karthik, I don't see anything in my from label. It says From label: Not specified also other controls are not specified. Does it mean that I can not use ARIA for my application? Please take a loot the the following:
    aria-labelledby: Not specified
    aria-label: Not specified
    From label: Not specified
    title: Not specified
    placeholder: Not specified
    aria-placeholder: Not specified
    title: Not specified

  • @daltonfury911
    @daltonfury911 Рік тому

    What extension are you using that auto completes?