Skip to content

Instantly share code, notes, and snippets.

@mschultheiss83
Forked from mickaelandrieu/captureCollection.js
Last active August 29, 2015 14:18
Show Gist options
  • Save mschultheiss83/7332c417aad5d33c298a to your computer and use it in GitHub Desktop.
Save mschultheiss83/7332c417aad5d33c298a to your computer and use it in GitHub Desktop.
var clipRects = this.getElementsBounds('.list_item img.poster');
var i = 0;
clipRects.forEach(function(clipRect) {
casper.capture(i+'.png', clipRect);
i++;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment