Skip to content

Instantly share code, notes, and snippets.

@lightsofapollo
Created May 9, 2014 23:16
Show Gist options
  • Save lightsofapollo/1201939158b5be8464fb to your computer and use it in GitHub Desktop.
Save lightsofapollo/1201939158b5be8464fb to your computer and use it in GitHub Desktop.
// your in an app here
client.switchToFrame();
// now your in the system app
var el = client.findElement('[src="yourwindowurl?"]')
client.switchToFrame(el);
// in the "window" you wanted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment