3 minutes read What is Puppeteer? Puppeteer is Node library that you can use in order to control Headless Chrome with the DevTools Protocol. The Chrome DevTools Protocol allows for tools to instrument, inspect, debug and profile for Chromium and Chrome browsers. Puppeteer – Headless Chrome Node API works only with Chrome and uses the latest versions of Chromium. Chromium… Read more »
Posts Categorized: NodeJS
How to Debug ES6 in WebStorm with Babel
< 1 minute read Here are the steps you need to follow in order to debug ES6 code in the WebStorm IDE. After this, you’ll be able to take advantage of all debugging advantages, like setting breakpoints, moving away from console logs and faster understanding of the code of your application. Prerequisites for Debugging ES6 in WebStorm IDE … Read more »