Skip to content

Instantly share code, notes, and snippets.

@lightsofapollo
Created April 30, 2012 15:12
Show Gist options
  • Save lightsofapollo/2559125 to your computer and use it in GitHub Desktop.
Save lightsofapollo/2559125 to your computer and use it in GitHub Desktop.
marionette.js
yield device.startSession();
function remoteScript() {
return window.location;
}
var result = yield device.executeScript(remoteScript);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment