Skip to content

Instantly share code, notes, and snippets.

View agarcialeon's full-sized avatar
🤷‍♂️
Living the digital diogenes syndrome.

Álvaro García León agarcialeon

🤷‍♂️
Living the digital diogenes syndrome.
View GitHub Profile
var casper = require('casper').create({
verbose: true,
logLevel: 'info',
pageSettings: {
loadImages: false,
loadPlugins: false,
userAgent: 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.2 Safari/537.36'
}
});