Software Alternatives & Reviews

Introduction to Headless Browser Testing

Phantomjs puppeteer
  1. PhantomJS is a headless browser that works hand in hand with Selenium to help developers more efficiently test their sites and apps.
    PhantomJS supports headless testing with the use of CasperJS. CasperJS is a navigation scripting & testing tool for PhantomJS. It allows you to build full navigation scenarios using high-level functions and a straight forward interface to accomplish all sizes of tasks.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 11 social mentions

  2. 2
    HC

    Headless Chrome

    This product hasn't been added to SaaSHub yet
    Nightmare is a high-level browser automation library from Segment. Nightmare exposes a few simple methods that mimic user actions (like goto, type and click), with an API that feels synchronous for each block of scripting, rather than deeply nested callbacks.

  3. 3
    N

    Nightmare

    This product hasn't been added to SaaSHub yet
    Nightmare is a high-level browser automation library from Segment. Nightmare exposes a few simple methods that mimic user actions (like goto, type and click), with an API that feels synchronous for each block of scripting, rather than deeply nested callbacks.

  4. Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium...
    The Puppeteer API can be used to take screenshots, create PDFs, navigate pages, and fetch information from pages. We’ll write some example code to see Puppeteer in action.

    #Automated Testing #Browser Testing #Software Development 102 social mentions

Discuss: Introduction to Headless Browser Testing

Log in or Post with