Skip to content

Instantly share code, notes, and snippets.

View Eastkap's full-sized avatar
🎯
Focusing

jacobo Eastkap

🎯
Focusing
View GitHub Profile
@emenoh
emenoh / NightmareEmulatorTest
Last active December 24, 2018 08:35
NightmareJS screenshots using device emulator
"use strict";
const Nightmare = require('nightmare');
const url = "http://www.apple.com";
//just an example
const path = "./testfile.png";
//we'll save the screenshot in the same directory
const userAgent = "Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Mobile/10A5376e";
//make sure we load the mobile version