Skip to content

Instantly share code, notes, and snippets.

@admc
Created June 22, 2009 23:47
Show Gist options
  • Save admc/134265 to your computer and use it in GitHub Desktop.
Save admc/134265 to your computer and use it in GitHub Desktop.
var setupModule = function(module) {
module.controller = mozmill.getBrowserController();
}
var testFoo = function(){
controller.open('http://www.dailymotion.com/openvideodemo');
controller.waitForPageLoad(null, 10, 5000);
controller.window.content.alert('test');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment