1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
Full log file: /var/folders/wg/m0xyxrr10s5b4nz83dvgjssh0000gn/T/uitest/log-2014-12-13_22-37-58-452.txt
iOS test running Xamarin.UITest version: 0.6.7
Test server version: 0.12.0.pre1
Running activated version with api key from ConfigureApp
App has been initialized to the 'app' variable.
Exit REPL with ctrl-c or see help for more commands.
>>> app.Query(c => c.All())
[
{
"Id":null,
"Description":"<UIWindow: 0x7a7d2060; frame = (0 0; 320 568); gestureRecognizers = <NSArray: 0x7a7d2950>; layer = <UIWindowLayer: 0x7a7d2620>>",
"Rect":{
"Width":320.0,
"Height":568.0,
"X":0.0,
"Y":0.0,
"CenterX":160.0,
"CenterY":284.0
},
"Label":null,
"Text":null,
"Class":"UIWindow",
"Enabled":true
},
{
"Id":null,
"Description":"<UIView: 0x7b8be890; frame = (0 0; 320 568); autoresize = W+H; layer = <CALayer: 0x7b8bdd70>>",
"Rect":{
"Width":320.0,
"Height":568.0,
"X":0.0,
"Y":0.0,
"CenterX":160.0,
"CenterY":284.0
},
"Label":null,
"Text":null,
"Class":"UIView",
"Enabled":true
},
{
"Id":null,
"Description":"<UIWebView: 0x7baa5660; frame = (0 0; 320 568); autoresize = W+H; layer = <CALayer: 0x7baa5770>>",
"Rect":{
"Width":320.0,
"Height":568.0,
"X":0.0,
"Y":0.0,
"CenterX":160.0,
"CenterY":284.0
},
"Label":null,
"Text":null,
"Class":"UIWebView",
"Enabled":true
},
{
"Id":null,
"Description":"<_UIWebViewScrollView: 0x7baaaed0; frame = (0 0; 320 568); clipsToBounds = YES; autoresize = H; gestureRecognizers = <NSArray: 0x7baab610>; layer = <CALayer: 0x7baab200>; contentOffset: {0, 0}; contentSize: {320, 568}>",
"Rect":{
"Width":320.0,
"Height":568.0,
"X":0.0,
"Y":0.0,
"CenterX":160.0,
"CenterY":284.0
},
"Label":null,
"Text":null,
"Class":"_UIWebViewScrollView",
"Enabled":true
},
{
"Id":null,
"Description":"<UIWebBrowserView: 0x7b2a3000; frame = (0 0; 320 568); gestureRecognizers = <NSArray: 0x7baa75e0>; layer = <UIWebLayer: 0x7b8c0e40>>",
"Rect":{
"Width":320.0,
"Height":568.0,
"X":0.0,
"Y":0.0,
"CenterX":160.0,
"CenterY":284.0
},
"Label":null,
"Text":null,
"Class":"UIWebBrowserView",
"Enabled":true
},
{
"Id":null,
"Description":"<UIImageView: 0x7a7d7700; frame = (0 565.5; 320 2.5); alpha = 0; opaque = NO; autoresize = TM; userInteractionEnabled = NO; layer = <CALayer: 0x7a7d7af0>> - (null)",
"Rect":{
"Width":320.0,
"Height":2.5,
"X":0.0,
"Y":565.5,
"CenterX":160.0,
"CenterY":566.75
},
"Label":null,
"Text":null,
"Class":"UIImageView",
"Enabled":false
},
{
"Id":null,
"Description":"<UIImageView: 0x7a7d82d0; frame = (317.5 0; 2.5 568); alpha = 0; opaque = NO; autoresize = LM; userInteractionEnabled = NO; layer = <CALayer: 0x7a7d8350>> - (null)",
"Rect":{
"Width":2.5,
"Height":568.0,
"X":317.5,
"Y":0.0,
"CenterX":318.75,
"CenterY":284.0
},
"Label":null,
"Text":null,
"Class":"UIImageView",
"Enabled":false
}
]
|