Capture or record iOS simulator screen from terminal
We will see how to take screenshot of iOS simulator screen using Xcode command-line utility Note : Install xcode from apple store. Steps to capture simulator screen Open the app on the simulator Open terminal and run below command xcrun simctl io booted screenshot <filename.jpg> Steps to record simulator screen Open the app on the…