#3 - Playwright Architecture

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • In this video, we are going to talk about Playwright Architecture. How is it different from Selenium Architecture.
    Schedule a meeting in case of any queries/guidance/counselling:
    calendly.com/n...
    ~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
    www.youtube.co...
    Follow me on my Facebook Page:
    / naveenqtpexpert
    Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
    t.me/joinchat/...
    Naveen AutomationLabs Paid Courses:
    GIT Hub Course:
    naveenautomati...
    Java & Selenium:
    naveenautomati...
    Java & API +POSTMAN + RestAssured + HttpClient:
    naveenautomati...

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

  • @srj1040
    @srj1040 2 ปีที่แล้ว +3

    Thank you for introducing such a tool Naveen. Looking forward to explore the following lectures in playwright playlist.

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

    Thanks for sharing .. waiting for more and more videos on playwright

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

    Thanks for creating this series.

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

    Nice intro of Playwright Architecture, thank you.

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

    Thanks Naveen. Looking forward to explore playwright with java in much more better way with your upcoming videos.

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

    Thanks for sharing ! ! Very useful.

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

    Thanks Naveen, eagerly waiting next video😍😍

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

    awesome........

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

    Thanks Naveen... great job... eagerly looking for page object model on playwright

  • @antarmaneesh
    @antarmaneesh 2 ปีที่แล้ว +5

    Thanks Naveen ...does it mean we would no longer need to learn JS for Cypress and we can continue with JAVA with Selenium and Playwright?

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

      Yes, you can use Java with Playwright. No need to learn JS specifically for Playwright.

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

    Question that might come up from most of functional testers:
    Naveen, Can we directly learn playwright without any prior knowledge of Java & Selenium. Please guide!!

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

      Yep, you can learn PW without knowing a thing about Selenium WebDriver. For the "binding language", you can use other languages such as TypeScript, JavaScript, Python and .NET languages.

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

    waiting for next one

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

    Hi Neveen, Thanks for the wonderful video. Does playwright supports desktop based application ?

  • @thenomadicvoice16
    @thenomadicvoice16 2 หลายเดือนก่อน

    Since in selenium after every request the connection is terminated, so will selenium provide more secured connection rather than playwright where the connection is terminated only by either client or server?

  • @sen86sen
    @sen86sen 2 หลายเดือนก่อน

    one doubt ... during execution if the connection is closed what will happen to the tests going to run in the queue ?

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

    Hi Naveen ,
    I joined a new company in this there is a work on javascript+ testcafe so can you please make a video on it.... It will be very helpful for me as well as others...

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

    Request you to please help with query:
    How to give Fixed wait in playwright
    With out any condition
    Like we had in cypress :
    Cy.wait(600);
    Thank You

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

    Happiness starts from 9:05

  • @pradeep.k.sdeepu6741
    @pradeep.k.sdeepu6741 ปีที่แล้ว

    Hello Naveen sir , can u please post a vedio on how to automate d3.js line chart using playwright with typescript

  • @anveshsamrit50
    @anveshsamrit50 5 หลายเดือนก่อน

    What's the source? Where can I find more details ?

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

    Nice will play right replace selenium

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

    Hi Naveen, can we use Playwright for the flutter web application automation testing?

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

      I'm not sure of what you meant by "the future web application", but I can say any applications that run on a browser then you can use PW.

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

    Hi Naveen, how to handle Firefox proxy settings through playwright. could you share any related URL to go through it or to mention something in playwright.config.js facing this error: "Access is not allowed because you are not enrolled in Duo. Please contact your organization's IT help desk"
    Do we have solution for this?

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

    are you using Java only or will you try some video with C#?

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

    Is websockets are secured?

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

    I am confused should we use locators or the selectors?

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

      Yep, a bit confusing here... but before I can answer your question, would you give me an example so that I can understand in what "context" where you got confused.