Automated TEST generated with PLAYWRIGHT + PYTHON. IS IT POSSIBLE? 💡

preview_player
Показать описание
✅ Learn how to use the Playwright Test Generator(codegen) and the Playwright Inspector step by step.

Topics covered:
- Generate tests with Playwright
- Emulate devices with Playwright
- Emulate color scheme and viewport size with Playwright
- Emulate geolocation, language and timezone with Playwright
- Open Playwright Inspector
- Stepping through the Playwright script
- Debugging Selectors with Playwright

#python #playwright #testing
Рекомендации по теме
Комментарии
Автор

Hey man, I just tumbled on your channel and your playwright videos are really helpful. its a pleasure to learn from your tutorials unlike any other videos i've seen and i hope there will be more!

bilbobaggins
Автор

how to find multiple elements using python? which locator or selector should i need?

ffgaming-fecx
Автор

I think introdution in your video strange. it cutted parts hard capture what is going on. may be better classic way - just say what will be in video and why it important

alexred
Автор

Hi!
I got some kind of trouble: while i using codegen i have no comments like # expect(page).to_have, i ve got only steps of my actions...

mishagubanov