Created
May 29, 2011 20:43
-
-
Save terrancesnyder/998122 to your computer and use it in GitHub Desktop.
Test Castro Recording
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
import time | |
from castro import Castro | |
print "Start.." | |
c = Castro(host = 'localhost', | |
display = 1, | |
filename = "my-cool-screencast.swf", | |
passwd = "/home/ubuntu/.vnc/passwd") | |
c.start(); | |
time.sleep(5) | |
print "End..." | |
c.stop(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment