The x, y, width and height of the current device screen in pixels. (Read-only)译:当前设备屏幕的X、Y、宽度和高度。(只读)
print Screen.frame # Output: { x:0, y:0, width:640, height: 1080 }