Displaying Skuid Pages on a TV monitor

Hello everyone, 
I am currently working on a page that we want to display on a TV monitor at an office. The page has multiple tabs and charts on it and we are trying to figure out the best method of automation to scroll and click through the tabs to be shown on the monitor. If anyone has experience or ideas as to what software we can use (we have thought of using selenium and revolver) it would be greatly appreciated!

Jack,

I’m not sure I’m totally understanding your application, but if you’re just looking to click through some tabs a very basic javascript approach would be to use setInterval() with a either a bit of jQuery to click() or the skuid api to select/load the next tab.