I am using appium 1.4.13 and ios 9.1 with iphone 6 simulator.
And when I am taking screenshot or using appium inspector for ios, its not showing the full screen. The bottom 8-10% of the screen is not shown for some reason. Even the screenshots are not showing as before.
It was working correctly some days back and since last 4 days just not working correctly. Is there some other activity or other app on my local computer that might affect the screenshot or iphone simulator?
Because if the appium inspector is not showing then I think I have a problem in appium.
I’m having exactly same issue as @Chinmay_Deshpande described. My setup is:
Appium 1.4.16
Xcode 7.1
iPad Air simulator with iOS 9.1.
Simulator window scale: 50%
Command: driver.save_screenshot("test.png")
In my case - not bottom but top part of the screen is missing. When I change simulator window scale to 100% than it’s ok.
My tests are based on images comparison so it has huge impact. Does anyone knows how to fix it?
Only workaround I found so far is using idevicescreenshot: