Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 545 Bytes

NIGHTMARE.md

File metadata and controls

12 lines (8 loc) · 545 Bytes
title excerpt
Nightmare
a high-level browser automation library

Nightmare

Nightmare is a high-level browser automation library.

The goal is to expose just a few simple methods, and have an API that feels synchronous for each block of scripting, rather than deeply nested callbacks. It is designed for automating tasks across sites that do not have APIs.

Under the cover, it uses Electron, which is similar to PhantomJS but faster and more modern.