awesome man!!! The way you introduce topics is ultimate. I tried many authors of KZbin for Playwright, trust me this is the best. Thanks a ton. This was shared to me by one of my collegues when trying to learn playwright.
@Mukeshotwani11 ай бұрын
Thanks a ton Aishwarya and say thanks to your colleagues who referred you for this.
@sindhurabc685711 ай бұрын
I started learning playwright from today and I am able to follow up and understand easily. The way you teach is very nice. Thank you . I am glad that I found this series.
@Mukeshotwani11 ай бұрын
Hi Sindhu, Very glad to see this comment. Continue watching and let me know if any help needed.
@sindhurabc685711 ай бұрын
@@Mukeshotwani for sure. Thanks a lot
@lauraschalk7400 Жыл бұрын
Thanks for leaving the errors in there to help us learn how to troubleshoot!
@Mukeshotwani Жыл бұрын
Happy to help! anytime Laura. Blessed to have u in my circle.
@PhilipDenysАй бұрын
good video, good explanation
@MukeshotwaniАй бұрын
Thank you so much Philip :)
@shudarrshanreddy6158 Жыл бұрын
Hi Mukesh, Thank you for your videos. And I didn't find Xpath videos in the description. Please suggest the link here.
@Mukeshotwani Жыл бұрын
Here is the video link kzbin.info/www/bejne/d6SaY6Bvptd0h5o&pp=ygUmaG93IHRvIHdyaXRlIGR5bmFtaWMgeHBhdGggaW4gc2VsZW5pdW0%3D
@Harisgraphy20192 жыл бұрын
Your approach of teacing is very uniq. would like to see playwright with object page model if possible. Thanks 🙏🙏🙏
@Mukeshotwani11 ай бұрын
I will be publishing this week on POM>
@shaiksameer27765 ай бұрын
does playwright have any frameworks similar to selenium testing?
@Mukeshotwani5 ай бұрын
Hi Sammer, yes u can build own framework using Page Object Model in Playwright as well github.com/Mukesh-50/PlaywrightDemoSSH Video link - kzbin.info/www/bejne/apLMpmmmh6pjj7M
@wangarewakungu9753 Жыл бұрын
thank you for this great video. Your work is impeccable. Kindly do a Playwright Python Pytest POM.
@Mukeshotwani11 ай бұрын
Thanks mate
@pradipvaghela3179 Жыл бұрын
in my vs code I'm unable to see the method name "getByText" and other after enter the "." .what's should wrong with my code? ( i'm writing my code in typescript. that's why?)
@Mukeshotwani11 ай бұрын
Hope this will help stackoverflow.com/questions/30394831/visual-studio-code-intellisense-typescript-not-working
@imperuminate2 жыл бұрын
Дякую! You are a very talented teacher
@Mukeshotwani2 жыл бұрын
Thank you so much mate 😊😊 it means a lot to me
@cs-dojo-arun Жыл бұрын
Can We split this as two test case like Login Check and LogOut Check
@Mukeshotwani Жыл бұрын
Yes Arun we can 😊
@Mukeshotwani11 ай бұрын
Yes u can
@englishanti Жыл бұрын
what extenstions did you use here in this code?
@Mukeshotwani11 ай бұрын
Playwright Extension
@PhilipDenysАй бұрын
what about 2FA how do you deal with this?
@MukeshotwaniАй бұрын
Hi Philip 2FA , OTP , Captchas can not be automated. If testing in test env then dev can bypass this or provide api access to get the details.
@Shahzilrind Жыл бұрын
How to creatw a UI interface with a button that triggers a Playwright test?
@Mukeshotwani11 ай бұрын
Why you need dedicated UI to trigger the test?
@gurpratapsingh57304 ай бұрын
super!
@Mukeshotwani4 ай бұрын
Thanks Gupratap
@prashantvora153910 ай бұрын
how to log-in multiple users in a one script via csv file?