My first steps with Playwright
Downsides to learning test automation with Python + Playwright
I learned from community discussions that playwright ...
🛠 Is Playwright the best alternative to Selenium in 2025?
Videos
» pip install playwright
In my previous company, I developed a batch job that tracked metrics across social media, such as Twitter, LinkedIn, Mastodon, Bluesky, Reddit, etc. Then I realized I could duplicate it for my own "persona". The problem is that some media don’t provide an HTTP API for the metrics I want.
I searched for a long time but found no API access for the metrics above. I scraped the metrics manually every morning for a long time and finally decided to automate this tedious task. Here’s what I learned.
https://blog.frankel.ch/first-steps-playwright/
Hi all,
I am starting to learn automation using Python + Playwright (first learning the fundamentals of Python and then plan on advancing to Playwight).
I see a lot of people use other languages to automate, but I chose Python because it's supposably the easiest.
Are there any downsides in my choice of Python + Playwright?