Skip to content

Instantly share code, notes, and snippets.

@klamping
Created July 31, 2015 21:13
Show Gist options
  • Save klamping/8402e66506726049ce2c to your computer and use it in GitHub Desktop.
Save klamping/8402e66506726049ce2c to your computer and use it in GitHub Desktop.
Gemini Screen Size
var gemini = require('gemini');
gemini.suite('my test', function(parent) {
parent.setUrl('/some/path')
.setCaptureElements('.selector1', '.selector2');
.capture('state', function (actions) {
actions.setWindowSize(1000, 1000);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment