Sikuli script for automating a Coda/Firefox workflow
Loading...
11,309
Uploader Comments (nhaskins401)
Video Responses
This video is a response to Sikuli Script Demo (Automatically setting IP on Mac OS X)
see all
All Comments (12)
-
Thanks for sharing this, but at my sense the video is much too fast : ain't no way to know what you are doing without clicking on 'stop' every 2 seconds..... :-/
-
You can have tabbed homepages in Firefox. Set the second homepage tab to wordpress and use the windows run command to open the first site. No scripting needed.
-
thanks
-
I just learned about Sikuli and it seems very promising!
-
good job
Loading...
What's the name of this song?
archyaloha 2 years ago
aesop rock - Fumes instrumental
nhaskins401 2 years ago
Thanks for sharing this.
I'm curious about what you were doing with the Activity Monitor. Also, the message area of Sikuli—were you copying and pasting info out of there?
What do those two things do for the workflow?
Thanks again.
MrCraigKeeling 2 years ago
With activity monitor i was watching the amount of memory Sikuli's editor was using up, it starts at about 40ish and goes up very fast.
When it hit around 250, the program would throw an error about being out of resources, and would not work until it is reset.
In the screencast I'm monitoring the ram, and when it got close to maxed, i would restart the program.
The cutting and pasting: I wanted to develop the script in segments (one to handle the browsers, and one to handle Coda).
nhaskins401 2 years ago
Anyone able to get the command line Sikuli to work? im on a mac and i keep getting this error:
Exception in thread "main" java.lang.UnsupportedClassVers ionError: Bad version number in .class file. According to mac im updated to the latest version of java... Standard Edition 6, 12.5.0
nhaskins401 2 years ago