#3 - Understanding and working with Locators in Playwright with C#.NET

preview_player
Показать описание
In this video, we will discuss working with Locators in Playwright with C#.NET and understand how efficiently we can use the different locator strategy in Playwright to identify and action on that element.

#playwright #playwrightdotnet #executeautomation #e2etesting
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
****************

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

Hey Karthik, thanks for the content!!!

jaminDNB
Автор

Hello please create a video show how to create an organized playwright c# test with POM and test and base and very structured
thanks a lot

gnscode
Автор

Hey Karthik, Thanks for the videos. They are great. One question, is there a way to handle MFA in a login functionality where in we have to say navigate to our outlook and fetch the code from there?

farzinkarthik
Автор

Hi Karthick i have a question.

Is there a way to return the text value of an element so we can assert on the text string.

Similar to how we would use something like this in selenium:
Iwebelement elementName = new Iwebelement;
elementName.text();


Ive been trying to do this but cant see a method to return the locator text?

Many thanks

robrr
Автор

Couple years ago I remember trying to get the Locator behaviour (wait for the element to appear in the DOM) from Puppeteer and it was really ugly something like Did I miss something or Puppeteer really lacked this functionality?

marioua
Автор

Hey! Thanks for new video! Waiting for next one :)
Karthik, can u help me with one thing? Does scroll in Playwright work like an inner waiting and re-try ? Or we need to specify Scroll to element?

Vtvidio
Автор

Awesome! Can you help with one thing?
Locator which is working fine in chrome and Firefox is throwing exception in WebKit. Any idea what could be the reason

aswathym.r
Автор

Bro, searching selenium with pom(hybrid) but not able to find, pls provide the link

arunr
Автор

Can you create a video for Page Object Model with playwright and c#

sounandsam