No video

🎭 Playwright vs ✅ Selenium | Browser Automation 2021 Showdown

  Рет қаралды 57,037

Testopic

Testopic

Күн бұрын

Пікірлер: 137
@terencetcf
@terencetcf 2 жыл бұрын
having used both in real world projects for the past few years... once you get used to Playwright, there is almost like no going back. Is so much cleaner and easier to work with.
@eg8580
@eg8580 2 жыл бұрын
i 100% agree
@dheerajchoudhary4373
@dheerajchoudhary4373 2 жыл бұрын
Does it have support for cross browser and parallel testing like Selenium grid?
@terencetcf
@terencetcf 2 жыл бұрын
@@dheerajchoudhary4373 yeah and quite a lot faster
@dheerajchoudhary4373
@dheerajchoudhary4373 2 жыл бұрын
@@terencetcf hey terence, can you please provide specific docs link for this. Thanks in advance
@markcuello5
@markcuello5 2 жыл бұрын
Yeah, seems like Hi-Tech stuff.
@Sheriour
@Sheriour Жыл бұрын
I'm very happy to have found your channel and very sad to see there isn't much activity here anymore. I think you have a very unique style of delivery, equally informative and entertaining, which is not something easy to find. Very good video 👍
@naveenautomationlabs
@naveenautomationlabs 3 жыл бұрын
Awesome video @victor. Great comparison, very well presented. For me Selenium is still my first love for web automation.
@Testopic
@Testopic 3 жыл бұрын
Thank you so much, Naveen! I've been following your content for a while now, so it means a lot coming from you!
@naveenautomationlabs
@naveenautomationlabs 3 жыл бұрын
@@Testopic Keep sharing more content. Looking forward to see a full series on Playwright...
@markcuello5
@markcuello5 2 жыл бұрын
What exactly is `Web automation`?
@radovanbabjak7903
@radovanbabjak7903 2 жыл бұрын
@@markcuello5 automated tests for your code testing the functionality for you.
@dand4485
@dand4485 2 жыл бұрын
Interesting review, i might differ on a few points mentioned... I've been a software developer/tester for 30years, if my life depended on stability and reliability hands down Playright is the winner. Often selenium, especially with newer javascript libraries, angular, react, vue, svelte and others, good luck getting selenium to be reliable. Go back 10 years ago, selenium was fine, but no longer with the virtual Dom... For this reason Playwright, especially with their switch to locators and discouraging ElementHandle, would assert really makes Selenium obsolete. And to be fair, your review was before this, might assert the switch in Playwright was a month or three after your review came out. Can't help thinking of how many "StaleElementExceptions" i get or need retry logic in selenium tests, not so with Playwright.
@milan_clips
@milan_clips 5 ай бұрын
I humbly request you to please keep posting more of such content and I really loved your presentation style. Keep up the good work.
@fabiel4721
@fabiel4721 3 жыл бұрын
I see more potential on Playwright in my opinion keep up with them uploads it helps a lot for new devs like me, great video man.
@Testopic
@Testopic 3 жыл бұрын
Yes, it does have a lot of potential. Thanks for the support, Fabiel!
@ivopdimitrov
@ivopdimitrov 3 жыл бұрын
I want to mention that most of the Selenium based frameworks are having really nice features and additions to Selenium library. So working with such framework is making your automation testing efforts easier. So guys please do not only look at Selenium disadvantages or missing features. Most of them are handled in automation frameworks.
@Testopic
@Testopic 3 жыл бұрын
Hello Ivo, I agree. There are serious advantages that Selenium has, based on its maturity. One of these advantages is the strong community behind it, which often results in cool libraries and frameworks built around it. But there's a flipside to this as well. Already built frameworks are often cluttered with functionality which most of us will never use. And an even bigger problem occurs when you're already committed to such a framework and you do need something custom from it, only to find out it's hard/impossible to extend due to the bad programming behind the scenes. So, my suggestion is not to rely on frameworks blindly. The decision between an out of the box framework or a lightweight custom one lies on each of us, based on one's own context.
@markcuello5
@markcuello5 2 жыл бұрын
What do you mean by `Selenium library`?
@DanielIonutMihalache
@DanielIonutMihalache 2 жыл бұрын
I recently ran into a drag and drop issue with selenium when you want to drag an element from a frame to another frame. Actions class simply doesn`t do the job. I then tried playwright which just worked right away. Big plus for playwright
@bgd_surf
@bgd_surf 9 ай бұрын
so you are saying that you do not know how to use selenium right. This is your lack of knowledge not superiority of plwright
@Yoyo-gf3oi
@Yoyo-gf3oi 2 жыл бұрын
As a user of both Selenium and Playwright at work, I must say Playwright is far superior, much faster, better documentation, and a lot less flaky. Once the Playwright community grows, it will become the industry standard without a doubt.
@letcode
@letcode 3 жыл бұрын
Playwright is awesome with its test runner. We can do lots of things, visual comparison. Reports with screenshot and video out of the box, and lot of more features. The locator strategy which is huge comparing to selenium.
@Testopic
@Testopic 3 жыл бұрын
Agree, the test runner deserves a presentation on its own! Even the idea of having a dedicated test runner for a browser automation library is quite original. I'm quite curious how it will go.
@markcuello5
@markcuello5 2 жыл бұрын
What is `Locator strategy`?
@letcode
@letcode 2 жыл бұрын
@@markcuello5 finding element in a webpage, like linktext button inputs and others.
@Dethas1991
@Dethas1991 Жыл бұрын
Yeah, i was doing Selenium for a long time and first thing i did after i got used to it was Locator class and automated waiters for all actions/asserts, it was 1k+ lines of additional code. Playwright has it out of the box.
@SongforTin
@SongforTin Жыл бұрын
Hey this video was so much fun to watch. Hope you will produce more videos, you're a great teacher.
@sv3163
@sv3163 Жыл бұрын
Absolutely great explain and show up! 👍 Feeling like i read good article ❤
@nmstoker
@nmstoker 2 жыл бұрын
Excellent video - thanks Victor! I liked that you weigh things up fairly, with just the right amount of detail, and highlight how any choice about which is "better" ultimately has to be up to the viewer (/user)
@pavlohernandez
@pavlohernandez 2 жыл бұрын
Information: 10tone of voice, speed, gestures: perfect. new subscriber
@NoahElRhandour
@NoahElRhandour 2 жыл бұрын
this was very educational, thank you so so much for the knowledge and all the effort that was necessary to produce such a video
@ciprianreghina
@ciprianreghina 2 жыл бұрын
Great comparison and thanks for the video. Two corrections: First, Selenium also supports PHP language and second, the analogy with Chrome Incognito windows is not precise, since all incognito windows are sharing the same session (between them). Opening a new Incognito window while you are logged in into another incognito window will keep you authenticated. Thanks !
@sv3163
@sv3163 Жыл бұрын
I chose Playwright! ❤👍
@superromario
@superromario Жыл бұрын
Playwright is asynchronous - thats huge advantage
@alantest1521
@alantest1521 6 ай бұрын
Why is that?...humans or users to be precise use web apps synchronously.
@andre-le-bone-aparte
@andre-le-bone-aparte Жыл бұрын
Just found your channel. Excellent Content - Another sub for you sir!
@andreasvanbergen9696
@andreasvanbergen9696 9 ай бұрын
Maestro! Thank you so much for this video! For my current assignment I am looking for the best candidate regarding automated testing tools....this video helps me alot! Thanks! 👍
@user-qw9cz7ff2o
@user-qw9cz7ff2o Жыл бұрын
This is the information I have wanted for a long time. I have been to so many tutorials and sites for learning. You are outstanding for me. Short and relevant info. I salute you for this. Best regards from Sweden.
@retrodad9390
@retrodad9390 2 жыл бұрын
And Playwright auto-tests almost everything in their repo, so it will be getting better and better without compromising quality and adding new functionality can be done faster in the future with same quality instead of doing less and less frequent releasing. Thanks for the video!
@Rahul-sz6pf
@Rahul-sz6pf 3 жыл бұрын
Good informative content by the comparison. It is really awesome to get much knowledge on the latest automation tool.
@Testopic
@Testopic 3 жыл бұрын
Glad it was helpful Rahul!
@azimmermanm
@azimmermanm 2 жыл бұрын
This was a fantastic comparison. You conviced me to give it a go to Playright
@urbainvalere4932
@urbainvalere4932 Жыл бұрын
hello clever man we need more videos please your explanation are so great to understand
@jakef7445
@jakef7445 Жыл бұрын
I am just getting into the automation world but from what I have seen from both Playwright looks the easier tool to use. I will be looking at trying both though.
@mohammadfallah.rasoulnejad5379
@mohammadfallah.rasoulnejad5379 Жыл бұрын
for the "auth reuse" you can do that in selenium too. either with chrome profiles or even saving cookies into a file using pickle or even json files. but It can be a plus if its natively supported by the framework I can agree on that.
@damianperez7736
@damianperez7736 2 жыл бұрын
PlayWright has automatic code generator, that's just another next level
@iulianmocanu3269
@iulianmocanu3269 Жыл бұрын
thanks mate, awesome comparison and explanations. cheers
@omkarbhandare5508
@omkarbhandare5508 Ай бұрын
vote for Selenium vs playwright vs cypress
@EthanHawk100
@EthanHawk100 2 жыл бұрын
A great and informative video. Keep up the good work!
@shinrafahell
@shinrafahell 2 жыл бұрын
Thank you sir for this amazing video it helped me to better understand the benefits of playwright.
@bgd_surf
@bgd_surf 9 ай бұрын
So overall, Selenium still rocks after all this years.
@rodalovzep
@rodalovzep Жыл бұрын
Excelent comparison.
@IntricateMoon
@IntricateMoon Жыл бұрын
THANK YOUU VIKTORRRRR!!!
@gurjeetbains3691
@gurjeetbains3691 2 жыл бұрын
Playwright is the way to go for me
@sagarsjdjfn
@sagarsjdjfn Жыл бұрын
the man knows what he is talking about. One question: how is playwrite when data-driven framework is used like google sheets or excel ?
@BadBackOz
@BadBackOz 12 күн бұрын
It's so easy to configure your own WebElement objects with custom methods in order to control the waiting, polling, validating, etc. I don't understand the knock on Selenium from this standpoint. Have been using it for years and no flakiness issues introduced besides those from poor developers. Will be diving into Playwright shortly and see how that goes though.
@BadBackOz
@BadBackOz 4 күн бұрын
Have been exploring Playwright for a few days and like it so far. Definitely spins up a bit quicker, but wouldn't necessarily say that the code is cleaner than framework and language I have been using for Selenium, at least not in JS.
@Machtyn
@Machtyn Жыл бұрын
Nice video, you've got a new subscriber! I'm going to check out your other vids very shortly.
@depositionsandstuff7465
@depositionsandstuff7465 2 жыл бұрын
Is this channel still active? Anyone know if Victor is OK or just maybe not uploading content? Asking as I shot an email to the posted email address and it was bounced back. Also, it has been about 8 months since the last upload. I was really hoping for some more Playwright content as we are vetting this solution here. This channel has a few really well put together / easy to follow demos.
@user-tw9oo1kd9g
@user-tw9oo1kd9g 6 ай бұрын
Thanks a lot for the such useful video!
@TomTom-ty5ej
@TomTom-ty5ej 2 жыл бұрын
Thanks mate! Great job!
@arnowinter462
@arnowinter462 10 ай бұрын
Using both of them, I now absolutely prefer Playwright because it has some nice features that Selenium does not (at least not so easily). - hover() instead of ActionChains - shadow DOM handling - selectors in - expect_request() to handle network requests - automatic scroll into view if needed - etc., etc. .... And regarding my test scripts, it is simply faster and more stable (no more WebdriverExceptions when the webdriver decides to freeze... A/K/A "Timed out receiving message from renderer")... I assume that all Selenium users are aware of this issue... ;-)
@skyring9357
@skyring9357 3 жыл бұрын
Nice video..I explored playwright 2 weeks ago and started to build with Python/pytest. Will be good if you have videos for playwrights Python soon. Thanks
@Testopic
@Testopic 3 жыл бұрын
Thanks for the feedback and suggestion! Playwright with Python is a good combo and I'm thinking of making a video about it. What would you be interested in?
@danielrosas2240
@danielrosas2240 2 жыл бұрын
Dinamic web scraping
@joseluispaukner7817
@joseluispaukner7817 2 жыл бұрын
@@Testopic I managed to stack python with playwright using vs code and pytest-BDD... some issues whith debbugging in vs code, but getting there
@SAN-un3vo
@SAN-un3vo 2 жыл бұрын
You make an wonderful video.good job
@sv3163
@sv3163 10 ай бұрын
i still use Playwright! ❤❤❤👍
@wagnermoreira786
@wagnermoreira786 Жыл бұрын
forgot to mention that selenium produces a bunch of flaki tests, it doesn't have auto wait like cypress and playwright does, because of that it doesn't handle async code properly. for web page testing I think Selenium is showing it's age it seems. Cypress and Playwright are much better options
@chrisbrm2438
@chrisbrm2438 Жыл бұрын
What about popups from the OS? For example PIN dialogues to authenticate in a webpage. Can you handle it with playwright?
@andrefernandes5162
@andrefernandes5162 2 жыл бұрын
very good information!! congrats
@allaboutunreal8666
@allaboutunreal8666 Жыл бұрын
Great video. Thanks Man : )
@johnc0de
@johnc0de 2 жыл бұрын
Amazing video!, Thank you so much!
@hamidhos8101
@hamidhos8101 Жыл бұрын
Hello. Thank you for the great educational videos you make. Which of the following software do you choose to test modern software? Cypress or Playwright or Selenium ?
@izrailmoiseevic2844
@izrailmoiseevic2844 2 жыл бұрын
cool review! thanks!
@Th3Luz
@Th3Luz 2 жыл бұрын
Good knowledge. Thx Man!
@adipear
@adipear 2 жыл бұрын
Playwright for sure !
@Innercynic
@Innercynic Жыл бұрын
Saying typescript is just a superset of javascript is a bit like saying that scala is just a superset of java. On the contrary, the TS support is the shining jewel, and probably how most people are writing playwright tests.
@samrenteria7266
@samrenteria7266 Жыл бұрын
Great Video!
@foxfull100
@foxfull100 2 жыл бұрын
hope you can have tutorial about Playwright native features and the use cases of them that you mentioned in the video
@piano_dreamerc_moll2475
@piano_dreamerc_moll2475 2 жыл бұрын
great explanation and thank you
@RudraDamruWala
@RudraDamruWala 2 жыл бұрын
How Playwright can be integrated with other test requirement like working with excel, pdf, database etc ? As in Selenium-Java, its in the end java based framework that can be extended with Apache PIO, Rest Assured, JDBC etc to have complete robust solution. I am very new to JS based test tools hence no idea how can be work with excel, database, API etc along with web app tests.
@j.raimundosilva2101
@j.raimundosilva2101 Жыл бұрын
I've discovered something that playwright does better then selenium: using proxies. Its very easy to use proxies that needs authorization. On selenium i had to use a bunch of third party libraries.
@NerdyThrowbackTech
@NerdyThrowbackTech 2 жыл бұрын
Fantastic video
@rayprusia4753
@rayprusia4753 2 жыл бұрын
Thanks for the video.
@Machtyn
@Machtyn Жыл бұрын
I guess Selenium gets the nod for browser support. Probably the main selling point is that it supports the old "pre-chromium" version of Edge. At this point, though, I feel sorry for anyone that still has to support Internet Explorer. And I hope that those computers are NOT on the public facing Internet.
@GauravSingh-bc7zm
@GauravSingh-bc7zm 2 жыл бұрын
Nailed it.
@AmodeusR
@AmodeusR Жыл бұрын
I didn't like this comparison because it doesn't consider ease of use. I was watching a video on Playwright and that was enough to be impressed at how simple is Playwright syntax in comparison to Selenium, from the code itself to even the imports and environment preparation (that requires you to download a webdriver whenever the broswer you use is updated). It's like going from hell to heaven, but it's not considered in the video.
@joaogoncalves2450
@joaogoncalves2450 2 жыл бұрын
Amazing video, thank you. I'am trying to use the playwright but how can integrate a nice debugger in IntelliJ (with robot framework), do you have any idea? I'm using the word "debug" to force the code to stop :(
@eg8580
@eg8580 2 жыл бұрын
+1 I'm curious to know as well
@vaster1142
@vaster1142 10 ай бұрын
Selenium supports php as well
@daryn86
@daryn86 Жыл бұрын
What happened to posting every 2 weeks??? I really like your videos 😒
@senator557
@senator557 2 жыл бұрын
great vid, thanks I know the point that is not supporting IE
@RaviSalunkhe85
@RaviSalunkhe85 2 жыл бұрын
Selenium all the way but will try Playwright for sure. I personally don't like JS/TS so until it's cooked properly for Java or maybe Python...I might just wait.
@jeremycattau1563
@jeremycattau1563 2 жыл бұрын
Does Playwright Java not have all the capability of JS/TS? Asking because I don't know.
@RaviSalunkhe85
@RaviSalunkhe85 2 жыл бұрын
@@jeremycattau1563 JS/TS is a first class language for playwright so you get all the latest/greatest features released there. It does take a while to get available with python and java bindings.
@jeremycattau1563
@jeremycattau1563 2 жыл бұрын
@@RaviSalunkhe85 I'm now seeing that the test runner doesn't work with Java. I wonder if they ever plan to do so.
@RaviSalunkhe85
@RaviSalunkhe85 2 жыл бұрын
@@jeremycattau1563 Also, it’s only junit they support for now. Java is the main language which majority of automation folks use. Any tool coming up should make sure to support this stack and it’s related modules.
@missionyoungblood
@missionyoungblood Жыл бұрын
Based on all the comments on here I am going to give Playwright a go!
@ornelfranck
@ornelfranck Жыл бұрын
Nice
@mohammadtanweerahmed3636
@mohammadtanweerahmed3636 Жыл бұрын
Have you made any course on playwright ?
@theTrigant
@theTrigant 2 жыл бұрын
Why do I have to use Chrome for incognito tabs. Other browser have icognito modes aswell!
@heyrmi
@heyrmi 2 жыл бұрын
Video quality is high!
@ollie_the_wandererli7523
@ollie_the_wandererli7523 Жыл бұрын
this year, the sites to be automated to make money are so hostile to bots that i don't think PlayWright can do the job. Because in Selenium, there's Undetected Chromedriver
@mohammadfallah.rasoulnejad5379
@mohammadfallah.rasoulnejad5379 Жыл бұрын
Im curious if its possible to capture web api requests by modern dynamic websites like ReactJs backend calls on scrolling the page or load more functionality requests. is it possible in playwright as it is possible with selenium-wire? can anyone confirm this feature for me?
@depositionsandstuff7465
@depositionsandstuff7465 Жыл бұрын
Been a few months since the last request for an update. Anyone have any information on Victor and the status of this channel?
@over1498
@over1498 Жыл бұрын
Id argue that there’s no universe where the language support point should go to Selenium because “Ruby is more of a language than Typescript” Typescript makes up the bulk of enterprise web apps these days, it’s used exponentially more than Ruby, and it’s not even close (more than almost any other language actually) So are devs going to use the language that is already required of them? Or flipping RUBY. It’s like saying my homemade custom Hotwheels company started in my garage is more of a car company than Lexus because technically Lexus is just a Toyota.
@coxismail734t
@coxismail734t 2 жыл бұрын
Hi bro thanks for this video a question how can i activate vpn in webdrive opera ? (Selenium python )
@j.k.ravshanovich
@j.k.ravshanovich Жыл бұрын
With Playwright say goodbye to flaky tests.
@criscarlod
@criscarlod 2 жыл бұрын
Is the playwright supports mobile testing automation? Thanks
@joshuasmith2814
@joshuasmith2814 2 жыл бұрын
Cypress it is then...
@godamkeras4144
@godamkeras4144 2 жыл бұрын
never know Shavo Odadjian also a programmer 😅
@TheVincent0268
@TheVincent0268 Жыл бұрын
Thanks for the comparison! Is it me or is the sound not well recorded? It jumps up and down between loud and silent parts, what makes some words hard to understand.
@fomodog2698
@fomodog2698 2 жыл бұрын
Playwright does not support extensions.
@depositionsandstuff7465
@depositionsandstuff7465 2 жыл бұрын
What are the other limitations?
@MashenkaRust
@MashenkaRust 2 жыл бұрын
Виктор?
@markcuello5
@markcuello5 2 жыл бұрын
Help me
@Monkeydew1o2
@Monkeydew1o2 Жыл бұрын
Selenium doesn't even work as intended. Use playwright....
@encapsulatio
@encapsulatio 2 жыл бұрын
Who is the BDD equivalent of Playwright?
@Testopic
@Testopic 2 жыл бұрын
Hey! I'm afraid Playwright on its own can't do BDD. You would need to integrate it with a different tool, like Cucumber, to use BDD-specific features. Tally Barak wrote some material about this: tally-b.medium.com/e2e-testing-with-cucumber-and-playwright-9584d3ef3360. To make things easy, she published a nice template that you can use to start new projects: github.com/Tallyb/cucumber-playwright
@encapsulatio
@encapsulatio 2 жыл бұрын
@@Testopic Thank you for those links. What about test case management? are there any open source projects that are "next gen" that we should keep our eyes on?
@harishkce1989
@harishkce1989 Жыл бұрын
I believe Playwright with Java does not have softassertion alike selenium - Playwright (assertThat - fails and stops execution at that point) - or i am not sure if it depends on the test runner framework we use (alike testng has org.testng.asserts.SoftAssert) ???
@MrUploader14
@MrUploader14 2 ай бұрын
In fairness at 10:04 this guy intentionally makes selenium more complicated. A better and more readable was to write the code would be. wait = webdriverwait(driver, 10).until(expectedcontions.elementtobeclickable(by.xpath("//locator"))) Wait.click() When you're using unexpected conditions you're already locating the element so the third line is completely unnecessary and redundant and you can shorten it further by importing expected conditions as EC. So what I write is: wait = webdriverwait(driver, 10).until(EC.elementtobeclickable(by.xpath("//locator"))) Wait.click()
@BadBackOz
@BadBackOz 4 күн бұрын
Just follow the Page Object Model and on top of that create an Element object. Write your own methods in there with the appropriate wait times and checks for each interaction type. For example, element.click() should have code in it to wait for object to be visible. There aren't that many commonly used actions and you can simply write your validators this way as well.
@markcuello5
@markcuello5 2 жыл бұрын
Help me
How I Did The SELF BENDING Spoon 😱🥄 #shorts
00:19
Wian
Рет қаралды 36 МЛН
Пройди игру и получи 5 чупа-чупсов (2024)
00:49
Екатерина Ковалева
Рет қаралды 3,1 МЛН
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 10 МЛН
Please Help Barry Choose His Real Son
00:23
Garri Creative
Рет қаралды 20 МЛН
Selenide + Playwright Java = объединяй и властвуй
38:30
SQA ANALYST TECHWRITER DAYS
Рет қаралды 3,3 М.
Cypress, Playwright, Selenium, or WebdriverIO? Let the Engineers Speak!
1:17:27
Applitools: AI-Powered Test Automation Platform
Рет қаралды 10 М.
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 183 М.
Login and Scrape Data with Playwright and Python
10:22
John Watson Rooney
Рет қаралды 110 М.
The Biggest Issues I've Faced Web Scraping (and how to fix them)
15:03
Cypress vs. Playwright: Let the Code Speak
1:35:01
Applitools: AI-Powered Test Automation Platform
Рет қаралды 25 М.
EASIEST way to web scraping using Playwright!
29:15
Marius Espejo
Рет қаралды 12 М.
How I Did The SELF BENDING Spoon 😱🥄 #shorts
00:19
Wian
Рет қаралды 36 МЛН