snippetbashTip
idevicescreenshot — Get a screenshot from the connected iOS device. More information: <https://manned.org/idevicescreens
Viewed 0 times
theconnectedcommandscreenshotfromcliidevicescreenshotget
Problem
How to use the
idevicescreenshot command: Get a screenshot from the connected iOS device. More information: <https://manned.org/idevicescreenshot>.Solution
idevicescreenshot — Get a screenshot from the connected iOS device. More information: <https://manned.org/idevicescreenshot>.Save a screenshot with the default file name as a TIFF image:
idevicescreenshotSave a screenshot with a specific file name:
idevicescreenshot {{path/to/file.tiff}}Code Snippets
Save a screenshot with the default file name as a TIFF image
idevicescreenshotSave a screenshot with a specific file name
idevicescreenshot {{path/to/file.tiff}}Context
tldr-pages: common/idevicescreenshot
Revisions (0)
No revisions yet.