LinuxCommandLibrary

idevicescreenshot

TLDR

Take screenshot

$ idevicescreenshot [screenshot.png]
copy
Auto-name screenshot
$ idevicescreenshot
copy
Target specific device
$ idevicescreenshot -u [udid] [output.png]
copy
Debug mode
$ idevicescreenshot -d [output.png]
copy

SYNOPSIS

idevicescreenshot [options] [output]

DESCRIPTION

idevicescreenshot captures screenshots from iOS devices. It saves the current screen as a PNG or TIFF file.
The tool requires the device to be paired and trusted. Screenshots are taken at device resolution.
idevicescreenshot captures iOS screens.

PARAMETERS

OUTPUT

Output filename.
-u UDID
Target device by UDID.
-n
Use network connection.
-d, --debug
Debug output.
--help
Display help information.

CAVEATS

Part of libimobiledevice. Device must be paired. Some apps may block screenshots.

HISTORY

idevicescreenshot is part of libimobiledevice for iOS device screen capture.

SEE ALSO

Copied to clipboard