Skip to content

Instantly share code, notes, and snippets.

@joshdholtz
Created January 22, 2015 17:28
Show Gist options
  • Save joshdholtz/2ce811e7bff4de17497b to your computer and use it in GitHub Desktop.
Save joshdholtz/2ce811e7bff4de17497b to your computer and use it in GitHub Desktop.
Image file is saved portrait
#import "SnapshotHelper.js"
var target = UIATarget.localTarget();
var app = target.frontMostApp();
var window = app.mainWindow();
target.setDeviceOrientation(UIA_DEVICE_ORIENTATION_LANDSCAPELEFT);
target.delay(3)
captureLocalizedScreenshot("0-LandingScreen")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment