Playwright + Python: Framework for Automation Web Testing | Installation & Demo

preview_player
Показать описание
✅Learn how to install Playwright using Python as the scripting language.

Topics covered:
- Video Introduction
- Playwright E2E Test Features
- Install Python & PIP
- Install Playwright
- First SYNC script
- First ASYNC script using Asyncio
Рекомендации по теме
Комментарии
Автор

Thanks for the video, great explanations on how to start with Playwright 🙏
Can you explain the purpose of running the function/tests in async?
What are the benefits of using async and if there is specific reason to use it instead of synch?
Thank you.

maratin
Автор

You nailed it, bro! Thanks for this tutorial!

geodev
Автор

Hey Joan. Could you tell me what theme you use for Visual Studio in this video?

victor.maniglia
Автор

Nice video. Can you elaborate about the differences between syn and async apis and what are the use cases for each one, advantages, drawbacks, etc.

LesAxolotl
Автор

This video was really well done. A sub and like well earned. I would have prefered for you to explain a little why we need to use await at the points we do but maybe we'll get to that in the following videos!

ThisLineCrossed
Автор

Please let me know when to use "async_playwright" and "sync_playwright". what is the difference between these two.

basurajs
Автор

Hi do you have any tutorial or arrticle which can address execution our test cases on sauce lab with playwright + pytest + python ??

ramanrayat
Автор

how to scrape multiple attributes like name, price, review, rating?

ffgaming-fecx
Автор

python -m playwright install if you get an error this will fix it

MvxGaming
Автор

bro, i installed playwright wit the command: pip install pytest-playwright but now when I do the playwright install it says playwright: The term 'playwright' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

ata
Автор

Hi, does playwright pytest have any file like playwrightconfig? How to base url, broser settibg and environment and time at project level like conf file?

abinaya
Автор

playwright docs are complete garbage. The core developer jumped ship from the project already. I wouldn't recommend using playwright moving forward.

alexc
Автор

You cold a be a bit blunt because if someone is looking for this application, probabbly this person already know how to install python, create env and so on..

erickfernandes