Created
February 27, 2016 15:02
-
-
Save carnal0wnage/b6fd24a19697e58bde96 to your computer and use it in GitHub Desktop.
run the screenshot command against all active sessions
This file contains 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
<ruby> | |
framework.sessions.each do |session| | |
session.run_cmd("screenshot") | |
end | |
</ruby> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment