-
-
Save mschultheiss83/7332c417aad5d33c298a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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