Is there a way to automate taking pictures from native ios Camera
created
Aug '17
last reply
Oct '18
- 7
replies
- 1.7k
views
- 5
users
- 2
links
Is there a way to automate taking pictures from native ios Camera
@ypotluri i have automated of taking pre-defined images with Simulator. if it is you are looking for -> ping
capabilities.setCapability(MobileCapabilityType.FULL_RESET, true);
Now you can test in Simualtor with Camera functionality of your client. It will open gallery instead and you can just choose some image you just uploaded into it.
@Bala_A not needed any more. with latest Appium Java client and Appium server there is
http://appium.io/docs/en/commands/device/files/push-file/41