Return String

Articles

  1. Playwright: Initial Setup

    Learn to set up a new project for automating browsers using Playwright, Node and JavaScript with this beginner friendly...

    Part 1 of the series Playwright: Getting Started
  2. Vision Deficiency Emulation With Puppeteer

    Take screenshots that emulate vision deficiencies such as color blindness with Puppeteer and test how accessible your website...

  3. Introduction To JSDoc

    Learn to document your code with JSDoc for JavaScript providing helpful tooltips while you develop. This is a beginner...

  4. Puppeteer: Better Project Setup

    Learn to fortify your Puppeteer code with error handling to provide more stability and easier debugging with this beginner...

    Part 6 of the series Puppeteer: Getting Started
  5. Puppeteer: Page Functions

    Learn how to execute any JavaScript you want on a website using Puppeteer with this beginner friendly tutorial. By the end of...

    Part 5 of the series Puppeteer: Getting Started
  6. Puppeteer: Getting Elements and Values

    Learn how to find elements on websites and read their values using Puppeteer and Node with this beginner friendly tutorial...

    Part 4 of the series Puppeteer: Getting Started
  7. Puppeteer: Clicking, Typing and Waiting

    Learn how to wait for pages and elements to load as we automate searching with DuckDuckGo with this beginner friendly...

    Part 3 of the series Puppeteer: Getting Started
  8. Puppeteer: Taking Screenshots

    Learn to take screenshots of websites using Puppeteer and JavaScript with this beginner friendly tutorial. By the end of this...

    Part 2 of the series Puppeteer: Getting Started
  9. Puppeteer: Initial Setup

    Learn to set up a new project for automating browsers using Puppeteer, Node and JavaScript with this beginner friendly...

    Part 1 of the series Puppeteer: Getting Started