Created
January 22, 2015 17:28
-
-
Save joshdholtz/2ce811e7bff4de17497b to your computer and use it in GitHub Desktop.
Image file is saved portrait
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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