Playwright and Puppeteer are two of the most popular tools for browser automation, but they differ in performance and capabilities. In this article, we’ll compare them side by side to help you decide ...
JavaScript has established itself as a programming language of choice for web applications, thanks in part to a sharp rise in popularity with the launch of native frameworks for building scalable ...
The good old days where bots used PhantomJS and could be detected because they didn’t support basic JavaScript features are over. It’s 2025, and the bots have never been as sophisticated as today.
TypeScript is a language that incorporates types into JavaScript and is developed and maintained by Microsoft. On March 11, 2025, Microsoft announced that they are developing a new tool that will ...
Google’s new mandate that all search requests must be rendered with JavaScript has sent shockwaves through the scraping community. In the past month, many legacy tools stumbled under the JS wall while ...
Microsoft MVP, Full Stack developer and javascript enthusiastic. Today I want to talk about how to mock API with Playwright. To do that, I add a new feature to the usual example. When one of the ...