Wow! Charles! Love your content and presentation. This sure looks like an impressive tool. Will try this shortly. I have been working on selenium for more than 10 years now but this is clearly way more impressive.
Playwright is a great tool and addresses many of the pain points around Selenium. Perhaps not quite as mature as Selenium, but it's amazing to work with!
@@saipavan1156 Neither are going away, but Playwright will continue to take up marketshare because it is a bit more accessible to Node and Python developers (the fastest growing segment, I think). I haven't looked at Selenium in probably 7 years now so I don't know what kind of progress it has made, but ease of use and accessibility are really key for adoption.
Absolutely great tutorial! Advantages of Playwright over Cypress are helpful!
Appreciate the feedback; glad it was useful!
Wow! Charles! Love your content and presentation. This sure looks like an impressive tool. Will try this shortly. I have been working on selenium for more than 10 years now but this is clearly way more impressive.
Playwright is a great tool and addresses many of the pain points around Selenium. Perhaps not quite as mature as Selenium, but it's amazing to work with!
@charles chen - where do you see selenium vs playwright in 10 years time?
@@saipavan1156 Neither are going away, but Playwright will continue to take up marketshare because it is a bit more accessible to Node and Python developers (the fastest growing segment, I think). I haven't looked at Selenium in probably 7 years now so I don't know what kind of progress it has made, but ease of use and accessibility are really key for adoption.
Great video!
Thanks for the feedback!
This is a great introduction to playwright. Thanks for sharing! 🙂
Really appreciate the feedback!
Great video! Greetings from Poland :)
Thanks for watching and commenting!
Great video, Thanks. Wish you do much more for Playwright.
Thank you for the feedback!
IS there a way to launch tests in normal browser mode and not incognito mode?
I don't think so; what is your use case?
The page I want to automate needs OTP authentication. Since the page opens in incognito, I have to authenticate every single time I run the test