How to find that?
Kindly reply as soon as possible!!!

Code: Select all
public static Ranorex.IosApp iosApplication="/mobileapp[@title='com.app.appname']";
public static int screenWidth=iosApplication.ScreenRectangle.Width;
public static int screenHeight=iosApplication.ScreenRectangle.Height;