Python Friday #156: Connect Playwright to BrowserStack and Selenium Grid

If you must run Playwright on a specific browser, you will find a service like BrowserStack a great help. Let’s look how we can connect Playwright to BrowserStack and Selenium Grid. This post is part of my journey to learn Python. You can find the other parts of this series here. You find the code …

Read more

Python Friday #155: Download Jetpack Statistics With Playwright

With the newly gained knowledge about Playwright, we have everything together to go and automate a browser to do repetitive tasks. Let’s figure out how Playwright differs from Selenium when it comes to download Jetpack statistics. This post is part of my journey to learn Python. You can find the other parts of this series …

Read more