Bhargab HazarikaforMaxySpark's ZombieLandblog.maxyspark.me·Nov 18, 2024Using wkhtmltopdf on Amazon Linux 2023 (ARM64) in EC2: A Lightweight Alternative to Puppeteer for HTML to PDF ConversionBackground We had a requirement to include a Terms and Conditions block in an existing PDF. The terms and conditions were represented as rows of an HTML table. For this, we were converting HTML to PDF using the puppeteer-html-pdf Node.js package. On ...Discusspuppeteer
Mohamed Mayallomayallo.hashnode.dev·Nov 14, 2024Unit, Integration, and E2E Testing in One Example Using JestIntroduction Many developers face challenges when it comes to testing their code. Without proper tests, bugs can slip through, leading to frustrated users and costly fixes. This article will show you how to effectively apply Unit, Integration, and En...Discuss·10 likesTesting
Steve Worthamstevewortham.hashnode.dev·Nov 4, 2024Playwright vs. Puppeteer: Choosing the Right Browser Automation LibraryBoth these Node.js libraries are designed to facilitate browser automation for testing purposes, and they both do a fantastic job. Each comes with its own offerings and specific benefits, which makes choosing one a bit of a challenge, especially for ...Discussplaywright
Evanevanlovescloud.com·Oct 17, 2024Automating Data Collection from Dynamic Websites: My Journey with Puppeteer, API Fetching, and AWS LambdaIntroduction I embarked on this project to deepen my hands-on experience with AWS Lambda and JavaScript. Despite having no prior background in JavaScript, I decided to dive in headfirst because I learn best through practice. I was eager to develop n...Discussjawa.gg
nstbrowsernstbrowser.hashnode.dev·Oct 15, 2024How to Run Parallel Tests in Puppeteer using Browserless?What Is Parallel Testing? What is parallelization? Parallel testing is also named parallel execution. In parallel testing, we test different modules or applications on multiple browsers in parallel instead of testing them one by one. Parallelization ...DiscussBrowserless
nstbrowsernstbrowser.hashnode.dev·Oct 12, 2024Headless Browser Testing: How to Do It Using Puppeteer and Browserless?What is Headless Browser Testing? Headless browser testing generally refers to an object or thing without a head, and in the context of a browser, it refers to a browser simulation without a UI. Headless browser automation uses a web browser for end-...DiscussBrowserless
nstbrowsernstbrowser.hashnode.dev·Oct 9, 2024Pyppeteer: How to Use Puppeteer in Python with Browserless?What Is Pyppeteer in Python? Pyppeteer is a Python port of the popular Node.js library Puppeteer, which is used to control headless Chrome or Chromium browsers programmatically. Essentially, Pyppeteer allows Python developers to automate tasks within...Discusspuppeteer
nstbrowsernstbrowser.hashnode.dev·Oct 8, 2024How to Run Automated Tests with Puppeteer and Browserless?Puppeteer: What Is It & Features Puppeteer is a Node.js library. With Puppeteer, you can test your websites on all Chromium-based browsers, including Chrome, Microsoft Edge Chrome, and Chromium. In addition, Puppeteer can be used for web scraping, au...DiscussBrowserless
Mohamed Zhiouamohamedzhioua.hashnode.dev·Sep 17, 2024FeaturedHow to Fix Puppeteer’s Browser Launch Issue in Docker Containers with Node-HTML-to-ImageWhen working with image generation in a Node.js application, one of the most popular libraries is node-html-to-image, which internally uses Puppeteer to convert HTML content into image formats like JPEG or PNG. While this library works well in most c...Kawser Rezwan and 2 others are discussing this3 people are discussing thisDiscuss·34 likes·225 readsJavaScriptnode-html-to-image
nstbrowsernstbrowser.hashnode.dev·Sep 14, 2024Puppeteer Web Scraping: in Docker of BrowserlessDocker Image Introduction A Docker image is a file used to execute code in a Docker container. It acts as a set of instructions for building a Docker container, similar to a template. In other words, they are equivalent to snapshots in a virtual mach...DiscussBrowserless