Aashman Vermaaashman.hashnode.dev·Sep 20, 2023Web data scraping: PuppeteerWhat is Puppeteer? Puppeteer is a Node library that provides a high-level API to control Chrome or Chromium browsers over the DevTools Protocol (i.e. set of APIs that allows you to interact programmatically with Chrome or Chromium browsers. This prot...Discuss·10 likesJavaScript
ZipyforZipy's team blogzipyteam.hashnode.dev·Aug 7, 2023React testing libraries: A comprehensive comparisonAuthor - Aryan Raj Software companies are striving to provide a seamless digital experience to their users, for which they are happily investing in research, development, and most importantly on testing. As per Stackshare report, almost 11000+ compan...Discuss·171 readsReact
Chris Gordonchris256.hashnode.dev·Aug 5, 2023How to convert HTML to PDF with PuppeteerWhether you're looking to generate invoices, create reports, or preserve web content for offline use, Puppeteer is a powerful tool that can automate the process seamlessly. In this guide, we will explore how to convert HTML to PDF using Puppeteer, an...Discusspdf-api
Lewis WrightforCarbonate Tutorial Blogcarbonate.hashnode.dev·Jul 24, 2023Setting up Puppeteer and Typescript with JestIn this tutorial, we'll be going over how to set up Puppeteer and Typescript with Jest. We'll be combining the jest-puppeteer preset with the ts-jest preset to get a fully working Typescript environment for our Puppeteer tests. Installing the package...DiscussJest
Vishwas Acharyavishwasacharya.hashnode.dev·Jul 21, 2023Building Web Scrapers with Node.js and PuppeteerWeb scraping has become an essential technique for efficiently extracting valuable data from websites. It enables developers and data analysts to gather large amounts of information that can be utilized for various purposes such as market research, c...Discuss·5 likes·33 readsweb scraping
Snehasish Nayakhashnode.snehasish.dev·Jul 16, 2023Automating the Migration of Your Ghost Publication to Medium with Node.js and PythonAre you looking to switch your blogging platform from Ghost Publication to Medium? If so, you probably want to import all of your existing articles over. But doing this manually can be quite a pain, especially if you have a large number of posts. In ...DiscussToolsghost platform
Tabish Naqvigunhawke.hashnode.dev·Jul 14, 2023Web Scraping with PuppeteerPuppeteer is a Node.js library that is used extensively for web scraping, and can interact with a browser in such a way that anything you can do manually on the web, puppeteer can do so too. The way it does this is by opening a headless browser in yo...DiscussJavaScript
Wisdom Nwokochawise4rmgod.hashnode.dev·Jul 14, 2023How to Use Puppeteer and JavaScript to Automate Form Filling on Any WebsitePuppeteer is a Node.js library that allows you to control a headless Chrome or Chromium browser. This means you can automate tasks typically requiring a human to interact with a web browser, such as filling out forms. This tutorial will show you how ...DiscussProgramming Blogs
Ben Gardinerbengardiner.hashnode.dev·Jun 12, 2023Creating a job-search helper with Puppeteer, Node and Mongoose: Part 2.Soooo. Following on from Part 1 So we have some job data objects coming back. Now we want to send them to the DB. We need to add some packages. Mongoose to help us with Mongo in Node, Dotenv to get our environment variables and Nodemailer to send ema...Discuss·43 readsNode.js
Ben Gardinerbengardiner.hashnode.dev·Jun 8, 2023Creating a job-search helper with Puppeteer, Node and Mongoose: Part 1.Please note that web scraping, the process of extracting data from websites, may have legal and ethical implications. The purpose of this article is purely for educational and research purposes, aimed at understanding the concepts and techniques invo...Discuss·48 readspuppeteer