Selenium-Appium Python Script Sending Image from PC to Android Studio Emulator Device

3 years ago
86

Challenge was to send an image to the emulator device in Android Studio through the use of appium script written in any language of choice using the selenium framework. The following tasks were also required to pass the challenge:
After sending the image to the device:
1) Open the image sent to the device in the Google Photos App
2) Once image is open, flip the image into Landscape mode.
3) Verify the image you are viewing in lanscape mode is in fact the exact image you sent to the device by matching after encoded
4) If the endoded image hash matches the image sent hash then create a trigger notifying in terminal that the image was successfully sent to the device.

Loading comments...