#18 - Locating Complex UI Element in Playwright with new locator strategy (ARIA)

Поділитися
Вставка
  • Опубліковано 2 жов 2024
  • In this video, we will discuss how the new Advanced and more flexible Playwright Locator Strategy introduced to identify and locate UI elements in DOM identifies complex controls UI DOM structure and how efficient they are while working with it.
    In this video, we will discuss some of the complex scenarios and understand how playwright ARIA locator can help identify those elements without any pain.
    ► [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)

КОМЕНТАРІ • 2

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

    wow three lectures covering the locators. Appreciate the efforts

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

    Hallo Sir, How to find sibling in locators e.g. Locator(".bnt-hc-form-field").GetByText("Description", new(){Exact = true}) then I have a sibling class suppose . siblingclass I was trying like Locator(".bnt-hc-form-field").GetByText("Description", new(){Exact = true}).Locator(".siblingclass") which is not obviously working so how to get to that sibling?