Tag: puppeteer

What actually happens when you click your mouse in your browser window? In this talk, we took a deep dive into how your web browser works and what actually happens when a mouse is clicked. We also took a deep dive into what browsers do, how events work internally, and why. Our developer Benjamin Gruenbaum…

What’s visible on the screen is the only thing that matters to end users. A firm needs to check how a site looks and functions before it goes live. To ensure an impeccable graphical user interface (GUI), front end testing is a must. In this post, we’re going to understand what front end testing is,…

Google recently announced that they released Puppeteer, a Node library which provides an API to control headless Chrome. Within 24hrs they received great feedback from the community; 6,685 stars on Github 2.2K likes and 1.2K shares on Twitter So why should we care? Here’s a snippet from its GitHub documentation: In Google’s own words, there…