Playwright Browser Automation and Testing

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 17

  • @TheSiddhaartha
    @TheSiddhaartha 2 ปีที่แล้ว

    Absolutely great tutorial! Advantages of Playwright over Cypress are helpful!

    • @chrlschn
      @chrlschn  2 ปีที่แล้ว

      Appreciate the feedback; glad it was useful!

  • @saipavan1156
    @saipavan1156 2 ปีที่แล้ว +1

    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.

    • @chrlschn
      @chrlschn  2 ปีที่แล้ว

      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
      @saipavan1156 2 ปีที่แล้ว

      @charles chen - where do you see selenium vs playwright in 10 years time?

    • @chrlschn
      @chrlschn  2 ปีที่แล้ว +1

      @@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.

  • @ydongxu2105
    @ydongxu2105 2 ปีที่แล้ว +1

    Great video!

    • @chrlschn
      @chrlschn  2 ปีที่แล้ว

      Thanks for the feedback!

  • @gorgiasxx
    @gorgiasxx 2 ปีที่แล้ว +1

    This is a great introduction to playwright. Thanks for sharing! 🙂

    • @chrlschn
      @chrlschn  2 ปีที่แล้ว

      Really appreciate the feedback!

  • @bubixon6133
    @bubixon6133 3 ปีที่แล้ว +1

    Great video! Greetings from Poland :)

    • @chrlschn
      @chrlschn  3 ปีที่แล้ว +1

      Thanks for watching and commenting!

  • @osmanislyamov5095
    @osmanislyamov5095 2 ปีที่แล้ว +1

    Great video, Thanks. Wish you do much more for Playwright.

    • @chrlschn
      @chrlschn  2 ปีที่แล้ว +1

      Thank you for the feedback!

  • @prasannasolanke2021
    @prasannasolanke2021 2 ปีที่แล้ว

    IS there a way to launch tests in normal browser mode and not incognito mode?

    • @chrlschn
      @chrlschn  2 ปีที่แล้ว

      I don't think so; what is your use case?

    • @donaldjames20
      @donaldjames20 ปีที่แล้ว

      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