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

preview_player
Показать описание
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.

#playwright #aria #executeautomation #xunit
For more articles and videos, please follow
► [Twitter] @executeauto
► [Subscribe] @Execute Automation

New Series 2021
#############

Selenium and C#
******************

Selenium &Java
******************

CI/CD with Microsoft Technologies
*************************************

Docker & Kubernetes
************************

Mobile Testing
****************

Рекомендации по теме
Комментарии
Автор

wow three lectures covering the locators. Appreciate the efforts

Udzial
Автор

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 = which is not obviously working so how to get to that sibling?

sandeepbhadgaonkar