Тёмный

Playwright Python Tutorial - Introduction 

Code [RE] Code
Подписаться 6 тыс.
Просмотров 27 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 98   
@Zale370
@Zale370 3 года назад
I just recently switched to playwright from selenium and I must say I am impressed, I vote for more playwright videos please 😁
@codeRECODE
@codeRECODE 3 года назад
Happy to hear that! So you are using Python OR JS?
@Pylogicx
@Pylogicx 2 года назад
@@codeRECODE Sir I'm using python and waiting for the next tutorial. Your teaching method is very easy to understand. Please upload the next video of this tutorial series.
@codeRECODE
@codeRECODE 2 года назад
@@Pylogicx Thank you :-) Uploading one today.
@silverheart573
@silverheart573 3 года назад
Can you guide on how we can use playwright with scrappy?
@codeRECODE
@codeRECODE 3 года назад
Will post this soon 🙂
@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.
@NabeelButt
@NabeelButt 2 года назад
I am getting error: It looks like you are using Playwright Sync API inside the asyncio loop. Please use the Async API instead. I tried async calls too but still error. Any idea how to solve this? I am using jupyter notebook.
@srinug85
@srinug85 Год назад
Please make more videos on python playwright
@Adityayadav-pv6xc
@Adityayadav-pv6xc 3 года назад
I've done scraping the contents on the first page and all the next pages but what to do when we need to store the scraped data. Do I need to use another library for that or playwright has inbuilt storing in different format commands??
@codeRECODE
@codeRECODE 3 года назад
Use usual python libraries like csv, etc.
@souvik5560
@souvik5560 2 года назад
Thank you for the initiative. It was a really great hands-on session. Would request you to make a playlist on Playwright.
@codeRECODE
@codeRECODE 2 года назад
Yes, I need to get to it soon. Thanks for sharing your interest :-)
@haideralihassan5053
@haideralihassan5053 3 года назад
Yeah, it's looking very interesting. Waiting for more detail videos on playwright.
@codeRECODE
@codeRECODE 3 года назад
More to come soon.
@radwan9069
@radwan9069 2 года назад
How can I export to playwright exe pyinstaller does not work
@jlei6802
@jlei6802 2 года назад
if this is on Window O/S, can it use Webkit??
@AnirudhGarg1123
@AnirudhGarg1123 2 года назад
Yes
@codeRECODE
@codeRECODE Год назад
Somehow missed replying to this. Yes, webkit does work on Windows.
@MichaelMerritt
@MichaelMerritt 2 года назад
Would’ve been helpful to mention why someone might use this over selenium, it’s advantages and disadvantages. Saying one is interesting doesn’t explain much. Thanks for the video.
@codeRECODE
@codeRECODE 2 года назад
Great point! I will post another video with a detailed comparison.
@sebleaf8433
@sebleaf8433 3 года назад
Thank you for the video. Maybe be you can try the scrapy-playwright package.
@codeRECODE
@codeRECODE 3 года назад
Sure.
@the_okoh
@the_okoh Год назад
Why does webscraping look so complex? I don't understand a thing.
@codeRECODE
@codeRECODE 2 месяца назад
It is complex. You need to know how websites work and then every website has it's own challenge :-) You need to spend time to learn, or hire someone else to do that for you!
@venkateswararaop2302
@venkateswararaop2302 3 года назад
Wonder and great teaching. I want from beginer level playwright with java videos
@codeRECODE
@codeRECODE 3 года назад
Interesting! Good to see interest in Java 😃
@abbaskhan5456
@abbaskhan5456 8 месяцев назад
Selenium miss match the time of selectors in headless it is so much easy with playwright and fast.. also we need to use explicit wait in each element find in selenium but in playwright we can simple pass the wait with so much ease... I will definitely go with playwright
@codeRECODE
@codeRECODE 8 месяцев назад
True!
@Shashikantzz
@Shashikantzz Год назад
Sir please make more videos on scrapy playwright Thanks !
@codeRECODE
@codeRECODE Год назад
Sure I will
@tubelessHuma
@tubelessHuma 3 года назад
Hope it will be a good Selenium alternative. Thanks for this addition.💖
@codeRECODE
@codeRECODE 3 года назад
This is definitely a good alternative, especially for those who don't know JS and for those who need multiple Browsers support.
@ffgaming-fe3cx
@ffgaming-fe3cx 7 месяцев назад
how to find multiple elements using python? which locator or selector should i need?
@codeRECODE
@codeRECODE 4 месяца назад
A selector matches all elements - so if the selector is div.alert it will match all divs that have this class.
@queseraseraozi
@queseraseraozi 9 месяцев назад
How to click on "logout"? it doesn't look like button in html although it is. I am confused with that
@codeRECODE
@codeRECODE 4 месяца назад
Hey! Somehow missed your comment. Are you asking about the website in this video or something else?
@ruksharalam173
@ruksharalam173 Год назад
Concise video. Thanks. Please do more in-depth web scraping project videos.
@thalai143
@thalai143 Год назад
Selenium is like Vikram Rathore from Jawaan
@codeRECODE
@codeRECODE 3 месяца назад
🙂
@himanshupoddar1395
@himanshupoddar1395 2 года назад
We want more videos on playwright. Also a video on Why playwright is better than selenium
@nsnilesh604
@nsnilesh604 3 года назад
Can we see more website interactions, it is much more interesting 👌 want to learn more about it 🙏
@codeRECODE
@codeRECODE 3 года назад
Sure. More videos coming up soon
@morningbreeze3374
@morningbreeze3374 Год назад
My system does not show browser even if i have set timeout to page.wait_for_timeout(50000) simply terminal shows [Done] exited with code=0 in 0.175 seconds, headless=False
@codeRECODE
@codeRECODE Год назад
Run this and see if this works - github.com/coderecode-com/playwright_sync_api_intro/blob/main/quotes.py If this doesn't work, try another browser. For example, for firefox, change line 6 to the following ``` browser = p.firefox.launch(headless=False) ```
@daviuliano2473
@daviuliano2473 Год назад
Absolutely great videos. I been following along for quite few videos now and am very grateful for your teachings... would definitely be interested on seeing more videos like this. (about scraping dynamics webpages)
@heisenbergwhite5845
@heisenbergwhite5845 3 года назад
Loved the video! Please make this a series🙏
@codeRECODE
@codeRECODE 3 года назад
I am seriously considering this. Thanks for the feedback 🙂
@legallyinsane205
@legallyinsane205 2 года назад
Hi how can we do this with playwright or if is it even possible? in Scrapy response.replace(body=webdriver.page_source) using selenium, how can we do this with playwright, i tried response.replace(body=page.content()) but this doesn't work, kindly help!
@codeRECODE
@codeRECODE 2 года назад
Why replace the response? You can create a new selector object from scrapy.selector import Selector s = Selector(text=page.content()) s.xpath('').get()
@NG-tc7mh
@NG-tc7mh 2 года назад
Nice video bro. When installing pip install playwright browser in vscode, i'm getting failed error which says "failed install chromium v100 and unable to get local issuer certificate" in my company laptop. Do you have any suggestion?
@codeRECODE
@codeRECODE 2 года назад
I did a google search with your error and this is what I got: 1. Reported here github.com/microsoft/playwright/issues/5636 2. Solution here: playwright.dev/docs/browsers#install-behind-a-firewall-or-a-proxy
@bud384
@bud384 3 года назад
I think Selenium is still interesting enough because i can use VPN and proxy at the same time to scrape any sites i want
@sheikhakbar2067
@sheikhakbar2067 3 года назад
Hi, could you direct me to a tutorial explaining how to use VPN with Selenium? I am scraping a website that's blocked in my country! 🙁
@codeRECODE
@codeRECODE 3 года назад
Proxies can be used with Playwright. VPN would be at OS level. The biggest win for Selenium is the community support.
@codeRECODE
@codeRECODE 3 года назад
@@sheikhakbar2067 use any vpn. I recommend vyprvpn because it's cheap. VPN is not at browser level but machine level. Once you connect to VPN, all apps including selenium will use VPN
@codeRECODE
@codeRECODE 3 года назад
@@sheikhakbar2067 www.vyprvpn.com/buy-vpn Less than 2$ a month if you take long term plan.
@anoojmungath6877
@anoojmungath6877 2 года назад
Nice tutorial. Expecting more videos in playwright-python series.
@MohamedAhmed-rf5bk
@MohamedAhmed-rf5bk Год назад
Very very very good explanation. You have convinced me to switch to playwright. Scrapy + playwright is a deadly combo and thank you for such a beautiful explanation
@codeRECODE
@codeRECODE Год назад
Great to hear!
@a4e69636b
@a4e69636b Год назад
Great video. Could you make a Go version of this video please?
@codeRECODE
@codeRECODE Год назад
Web scraping with Go is a good idea. Not sure about Go with Playwright. There is a Playwright for Go - pkg.go.dev/github.com/mxschmitt/playwright-go It's not official though. Officially supported languages are JS, Python, Java and C#
@a4e69636b
@a4e69636b Год назад
@@codeRECODE I was able to start using Playwright with Go by translating your Python code to Go.
@jagdish1o1
@jagdish1o1 3 года назад
I just love your content ❤️ you make it look so simple 😅 I've done no professional course of python yet I'm using scrapy to scrape sites and doing automation just because of your videos I've learnt alot ❤️ thank you and please keep up the good work.
@codeRECODE
@codeRECODE 3 года назад
Thank you so much for your kind words. This is exactly why I make these videos. 🙂
@jagdish1o1
@jagdish1o1 3 года назад
@@codeRECODE please if possible create some tutorials for scrapy and playeright together.
@ASOUE
@ASOUE Год назад
Very quick and clear. Going to now watch your scrapy+playwright video. I'm glad I found your channel.
@codeRECODE
@codeRECODE Год назад
Awesome, thank you!
@StonedApe420
@StonedApe420 3 года назад
More
@codeRECODE
@codeRECODE 3 года назад
Definitely! More to come soon 🙂
@cosmicblack
@cosmicblack 2 года назад
i see that ti has been 4 months withouth a new video in the list..will you continue this list? its a goog one , thanks
@codeRECODE
@codeRECODE 2 года назад
Yeah! I do plan to continue this. Thanks for the reminder :-)
@codecumba
@codecumba Год назад
This is an awesome! new subscriber here!😃
@raisulislam4161
@raisulislam4161 2 года назад
Hello Sir, I have watched your Scrapy selenium tutorial and tried to implement the same procedure with Scrapy-Playwright. When I tried to run the script "raise Error( playwright._impl._api_types.Error: It looks like you are using Playwright Sync API inside the asyncio loop. Please use the Async API instead." this error is raised every time. Why this thing is happening? By the way, eagerly waiting for your scrapy playwright tutorial.
@codeRECODE
@codeRECODE 2 года назад
The error is obvious but I did not cover async API. Will create a video on async api to help you understand the concept.
@raisulislam4161
@raisulislam4161 2 года назад
@@codeRECODE sir waiting for your video on that. I am badly stuck here.
@tnssajivasudevan1601
@tnssajivasudevan1601 3 года назад
Great Video Sir🙏
@codeRECODE
@codeRECODE 3 года назад
Thank you 🙂
@dattadeotale3505
@dattadeotale3505 2 года назад
Love to see new content
@Murtaza-Shiraz
@Murtaza-Shiraz 2 года назад
What are the benefits of Playwright over Selenium?
@codeRECODE
@codeRECODE 2 года назад
Playwright is much faster than selenium. That's the most important point. I will post another video with detailed comparison.
@elliotc4268
@elliotc4268 2 года назад
very good tutorial :)
@joshuamarcano350
@joshuamarcano350 2 года назад
🔥🔥🔥🔥🔥🔥 so easy and fast. Great video. I would love to see more in depth videos about playwright from you.
@codeRECODE
@codeRECODE 2 года назад
Noted!
@emiljanmrizaj9013
@emiljanmrizaj9013 2 года назад
Can you try next a tutorial on Playwright with Scrapy?
@codeRECODE
@codeRECODE 2 года назад
Thanks for the specific suggestion. Yes, I have more tutorials planned around this subject.
@xilllllix
@xilllllix 2 года назад
thanks, will give playwright a try today...
@codeRECODE
@codeRECODE 2 года назад
Best of luck!
@bn_ln
@bn_ln 2 года назад
great tutorial - thanks for demonstrating the different selector choices
@codeRECODE
@codeRECODE 2 года назад
Glad it was helpful!
@jobinnelson
@jobinnelson 2 года назад
which theme are you running on vs code ?
@codeRECODE
@codeRECODE 2 года назад
Monokai Contrast with colors further customized in Settings
@Pylogicx
@Pylogicx 2 года назад
great sir... waiting for next video
@codeRECODE
@codeRECODE 2 года назад
Very Soon.
@amilakulathunga
@amilakulathunga Год назад
Thanks for the great video !
@codeRECODE
@codeRECODE Год назад
Glad you liked it!
@daddy_eddy
@daddy_eddy 2 года назад
Thank you! Can you show how to write information in csv or json file ? And how to get Title from all pages?
@codeRECODE
@codeRECODE 2 года назад
For writing to files, the usual CSV, JSON modules can be used. To extract title from all pages, visit all pages and use selectors. For this specific scenario, scrapy crawl spider is more suited though.
Далее
Pagination is Bad for Scrapy and How to Avoid it
9:51
БЕЛКА ЗВОНИТ ДРУГУ#cat
00:20
Просмотров 929 тыс.
Scraping with Playwright 101 - Easy Mode
19:56
Просмотров 11 тыс.
Playwright at PYCon US with Andrew Knight
26:48
Просмотров 4,7 тыс.
Python Playwright Masterclass
33:01
Просмотров 20 тыс.
Andrey Lushnikov - Playwright: Web testing without drama
1:11:34