iOS simulator photos app

@test_user

public void addPhotoToSimulator(String fileName) {
  executeShell(new String[]{"xcrun", "simctl", "addmedia", deviceUDID, pathToFile + fileName});
}
2 Likes