Skip to content

Instantly share code, notes, and snippets.

@kaorub
kaorub / test.js
Last active August 29, 2015 14:10
// Test manager action to http://rsdev.webdev.msr.lan/index.html
(function(){
var page = new WebPage(),
testindex = 0,
loadInProgress = false,
args = require('system').args,
widthInPixels = 1280,
heightInPixels = 768,
fs = require("fs"),
outputFile = "outputTestGoogle.dat";