Here's my goal: When my daughter wakes up at 4am I'd like to be able to queue the next 4 episodes of Shaun the Sheep (20 min) so I don't have to wake up every 20 min to start the next show. So really I just need to automate clicking the "next episode" button every 20 min or so (or however long the show is). This is for a MAC computer running Snow Leopard.
My first instinct was to see if I could fire some JavaScript to do that, but then noticed that Netflix uses Silverlight, and it doesn't appear as if the "Next episode" button is accessable via JS.
Preferred methods:
- Chrome extension
- Mac automation tool / scripts / program
- Stand-alone Mac program
- Whatever will work
Any thoughts on how this could be accomplished, and what tools / methods / scripts could accomplish this?
Thank you much.
**Update: My solution **
I was able to write a sikuli script to accomplish just this. Works like a charm.
Script on github:
https://github.com/jamischarles/autoplay_net
Full blog post with the script:
http://www.jamischarles.com/blog/automating-netflix/
