Login and Scrape Data with Playwright and Python

preview_player
Показать описание
Selenium no more.. Playwright is an easy to use, powerful, convenient and modern approach to browser automation. It works very well with Python giving us access to control our browser with code.

In this short mini series I am going to demo some of my favourite Playwright features starting with this video, logging into a demo dashboard to pull out a simple piece of data.

-------------------------------------
Disclaimer: These are affiliate links and as an Amazon Associate I earn from qualifying purchases
-------------------------------------
Рекомендации по теме
Комментарии
Автор

This is the first time I got introduced to Playwright, so much more elegant than Selenium. Thanks for sharing!

AsfandSaleem
Автор

You have the absolute best videos on YouTube!!! I'm resisting the urge to type in all caps right now lol but seriously, this video just helped me finish a $200 project!! Thanks again for all you do for the community 🙏🙏🙏

wanderingfool
Автор

Hi John. Just wanted to say thank you and please keep making these videos. I have been studying Data Analytics online and just got a job offer for analytics position. Even thought it does not directly require programming skills your helped me to stay motivated, opened up opportunities for automation and inspired to do some interesting projects.
Thanks again and keep it up!

dimaua
Автор

Great stuff, as usual. I am using stuff I learn from your channel almost everyday.

stevefox
Автор

Great video John, as usual! I started using playwirght a few months ago and prefer it to selenium or helium, it is much faster, way less error prone and it is being updated constantly.

Zale
Автор

Great Work Man!
Always right to the point and no fillers. Thanks for you hard work 🙌!

beware
Автор

Very helpful as usual. I look forward to your Playwright series

danlee
Автор

Great video and practical example! Would like to see more advanced stuff with playwright.

franky
Автор

no nonsense and to the point short video. thanks John

nch
Автор

After seeing many videos and trials to do web scraping on secured websites, this has finally brought the solution. Thank you so much!
Attention on cookies: Playwright acts as a new/clean browser. So opening a website from the script is like visiting it for the first time. I discovered that the website I wanted to scrape, started with a cookie banner that you have to click. So before filling in the username and password, I had to do a

BartVanLandschoot
Автор

My first intro into Playwright :)
It's awesome, thank you!

andro_id
Автор

Excellent tute John, thank you for such clarity

PaulDenman
Автор

I've been religiously watching your videos for the last week or so.
Such a great source of information, you're a great teacher, very direct and to the point!
I've succesfully set up a project scraping data from betting sites to find arbitrage opportunities - mainly via hidden API's.
But some pesky websites seem to restrict their APIs - hoping to solve this with playwright :).

LucLev
Автор

It's my luck to find your video, it make me learn python much easer.THANKS!

David-mjst
Автор

Thanks for sharing these awesome tutorials. You sir, are a gem

dennistanui
Автор

Thank you very much. You made things so much simple, easy Thanks a lot

Abdul_Rafay_Pal
Автор

Thanks for sharing john, this is a great tutorial ever

ferilukmansyah
Автор

I like this, very useful, and it can be combined with Selenium if desired...

andresvideo
Автор

Thank you so much. It helped me a lot..

fabpx
Автор

hey great video i loved it just wondering if it's possible to open multiple tabs simultaneously ?

kthehatter