appium_lib 0.24.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +17 -8
  3. data/android_tests/Gemfile +1 -0
  4. data/android_tests/LICENSE-2.0.txt +202 -0
  5. data/android_tests/Rakefile +61 -0
  6. data/android_tests/api.apk +0 -0
  7. data/android_tests/appium.txt +3 -0
  8. data/android_tests/flaky.txt +1 -0
  9. data/android_tests/lib/android/specs/android/dynamic.rb +5 -0
  10. data/android_tests/lib/android/specs/android/element/alert.rb +41 -0
  11. data/android_tests/lib/android/specs/android/element/button.rb +55 -0
  12. data/android_tests/lib/android/specs/android/element/generic.rb +48 -0
  13. data/android_tests/lib/android/specs/android/element/text.rb +39 -0
  14. data/android_tests/lib/android/specs/android/element/textfield.rb +60 -0
  15. data/android_tests/lib/android/specs/android/helper.rb +80 -0
  16. data/android_tests/lib/android/specs/android/patch.rb +14 -0
  17. data/android_tests/lib/android/specs/common/device.rb +117 -0
  18. data/android_tests/lib/android/specs/common/element/window.rb +9 -0
  19. data/android_tests/lib/android/specs/common/helper.rb +112 -0
  20. data/android_tests/lib/android/specs/common/patch.rb +69 -0
  21. data/android_tests/lib/android/specs/common/version.rb +9 -0
  22. data/android_tests/lib/android/specs/driver.rb +174 -0
  23. data/android_tests/lib/format.rb +49 -0
  24. data/android_tests/lib/run.rb +72 -0
  25. data/android_tests/readme.md +27 -0
  26. data/appium_lib.gemspec +8 -5
  27. data/docs/android_docs.md +1052 -716
  28. data/docs/ios_docs.md +657 -834
  29. data/docs_gen/make_docs.rb +1 -3
  30. data/ios_tests/Gemfile +1 -0
  31. data/ios_tests/LICENSE-2.0.txt +202 -0
  32. data/ios_tests/Rakefile +47 -0
  33. data/ios_tests/UICatalog.app.zip +0 -0
  34. data/ios_tests/UICatalog.app/12-6AM.png +0 -0
  35. data/ios_tests/UICatalog.app/12-6PM.png +0 -0
  36. data/ios_tests/UICatalog.app/6-12AM.png +0 -0
  37. data/ios_tests/UICatalog.app/6-12PM.png +0 -0
  38. data/ios_tests/UICatalog.app/Default-568h@2x.png +0 -0
  39. data/ios_tests/UICatalog.app/Default@2x.png +0 -0
  40. data/ios_tests/UICatalog.app/Info.plist +0 -0
  41. data/ios_tests/UICatalog.app/PkgInfo +1 -0
  42. data/ios_tests/UICatalog.app/UIButton_custom.png +0 -0
  43. data/ios_tests/UICatalog.app/UICatalog +0 -0
  44. data/ios_tests/UICatalog.app/blueButton.png +0 -0
  45. data/ios_tests/UICatalog.app/bookmarkImage.png +0 -0
  46. data/ios_tests/UICatalog.app/bookmarkImageHighlighted.png +0 -0
  47. data/ios_tests/UICatalog.app/divider.png +0 -0
  48. data/ios_tests/UICatalog.app/en.lproj/AlertsViewController.nib +0 -0
  49. data/ios_tests/UICatalog.app/en.lproj/ButtonsViewController.nib +0 -0
  50. data/ios_tests/UICatalog.app/en.lproj/ControlsViewController.nib +0 -0
  51. data/ios_tests/UICatalog.app/en.lproj/ImagesViewController.nib +0 -0
  52. data/ios_tests/UICatalog.app/en.lproj/Localizable.strings +0 -0
  53. data/ios_tests/UICatalog.app/en.lproj/MainWindow.nib +0 -0
  54. data/ios_tests/UICatalog.app/en.lproj/PickerViewController.nib +0 -0
  55. data/ios_tests/UICatalog.app/en.lproj/SearchBarController.nib +0 -0
  56. data/ios_tests/UICatalog.app/en.lproj/SegmentViewController.nib +0 -0
  57. data/ios_tests/UICatalog.app/en.lproj/TextFieldController.nib +0 -0
  58. data/ios_tests/UICatalog.app/en.lproj/TextViewController.nib +0 -0
  59. data/ios_tests/UICatalog.app/en.lproj/ToolbarViewController.nib +0 -0
  60. data/ios_tests/UICatalog.app/en.lproj/TransitionViewController.nib +0 -0
  61. data/ios_tests/UICatalog.app/en.lproj/WebViewController.nib +0 -0
  62. data/ios_tests/UICatalog.app/orangeslide.png +0 -0
  63. data/ios_tests/UICatalog.app/scene1.jpg +0 -0
  64. data/ios_tests/UICatalog.app/scene2.jpg +0 -0
  65. data/ios_tests/UICatalog.app/scene3.jpg +0 -0
  66. data/ios_tests/UICatalog.app/scene4.jpg +0 -0
  67. data/ios_tests/UICatalog.app/scene5.jpg +0 -0
  68. data/ios_tests/UICatalog.app/searchBarBackground.png +0 -0
  69. data/ios_tests/UICatalog.app/segment_check.png +0 -0
  70. data/ios_tests/UICatalog.app/segment_search.png +0 -0
  71. data/ios_tests/UICatalog.app/segment_tools.png +0 -0
  72. data/ios_tests/UICatalog.app/segmentedBackground.png +0 -0
  73. data/ios_tests/UICatalog.app/slider_ball.png +0 -0
  74. data/ios_tests/UICatalog.app/toolbarBackground.png +0 -0
  75. data/ios_tests/UICatalog.app/whiteButton.png +0 -0
  76. data/ios_tests/UICatalog.app/yellowslide.png +0 -0
  77. data/ios_tests/appium.txt +3 -0
  78. data/ios_tests/flaky.txt +1 -0
  79. data/ios_tests/lib/format.rb +25 -0
  80. data/ios_tests/lib/ios/specs/common/element/window.rb +15 -0
  81. data/ios_tests/lib/ios/specs/common/helper.rb +204 -0
  82. data/ios_tests/lib/ios/specs/common/patch.rb +50 -0
  83. data/ios_tests/lib/ios/specs/common/version.rb +17 -0
  84. data/ios_tests/lib/ios/specs/device/device.rb +82 -0
  85. data/ios_tests/lib/ios/specs/device/multi_touch.rb +12 -0
  86. data/ios_tests/lib/ios/specs/device/touch_actions.rb +15 -0
  87. data/ios_tests/lib/ios/specs/driver.rb +203 -0
  88. data/ios_tests/lib/ios/specs/ios/element/alert.rb +48 -0
  89. data/ios_tests/lib/ios/specs/ios/element/button.rb +58 -0
  90. data/ios_tests/lib/ios/specs/ios/element/generic.rb +35 -0
  91. data/ios_tests/lib/ios/specs/ios/element/text.rb +54 -0
  92. data/ios_tests/lib/ios/specs/ios/element/textfield.rb +123 -0
  93. data/ios_tests/lib/ios/specs/ios/helper.rb +27 -0
  94. data/ios_tests/lib/ios/specs/ios/patch.rb +30 -0
  95. data/ios_tests/lib/run.rb +106 -0
  96. data/ios_tests/readme.md +30 -0
  97. data/ios_tests/upload/sauce_storage.rb +64 -0
  98. data/ios_tests/upload/upload.rb +6 -0
  99. data/lib/appium_lib.rb +4 -14
  100. data/lib/appium_lib/android/dynamic.rb +30 -32
  101. data/lib/appium_lib/android/element/alert.rb +34 -33
  102. data/lib/appium_lib/android/element/button.rb +91 -0
  103. data/lib/appium_lib/android/element/generic.rb +51 -146
  104. data/lib/appium_lib/android/element/text.rb +54 -0
  105. data/lib/appium_lib/android/element/textfield.rb +46 -41
  106. data/lib/appium_lib/android/helper.rb +248 -417
  107. data/lib/appium_lib/android/mobile_methods.rb +17 -0
  108. data/lib/appium_lib/android/patch.rb +9 -8
  109. data/lib/appium_lib/awesome_print/ostruct.rb +33 -0
  110. data/lib/appium_lib/common/element/window.rb +9 -8
  111. data/lib/appium_lib/common/helper.rb +182 -243
  112. data/lib/appium_lib/common/patch.rb +65 -79
  113. data/lib/appium_lib/common/version.rb +2 -3
  114. data/lib/appium_lib/device/device.rb +339 -0
  115. data/lib/appium_lib/device/multi_touch.rb +94 -0
  116. data/lib/appium_lib/device/touch_actions.rb +142 -0
  117. data/lib/appium_lib/driver.rb +217 -306
  118. data/lib/appium_lib/ios/element/alert.rb +16 -92
  119. data/lib/appium_lib/ios/element/button.rb +55 -0
  120. data/lib/appium_lib/ios/element/generic.rb +27 -160
  121. data/lib/appium_lib/ios/element/text.rb +54 -0
  122. data/lib/appium_lib/ios/element/textfield.rb +78 -65
  123. data/lib/appium_lib/ios/helper.rb +300 -190
  124. data/lib/appium_lib/ios/mobile_methods.rb +17 -0
  125. data/lib/appium_lib/ios/patch.rb +55 -41
  126. data/lib/appium_lib/logger.rb +13 -0
  127. data/lib/appium_lib/rails/duplicable.rb +116 -0
  128. data/readme.md +6 -1
  129. data/release_notes.md +118 -0
  130. metadata +170 -12
  131. data/lib/appium_lib/common/element/button.rb +0 -83
  132. data/lib/appium_lib/common/element/text.rb +0 -61
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  require 'rubygems'
4
2
  require 'yard'
5
3
 
@@ -78,7 +76,7 @@ def globs paths
78
76
  paths.map! { |path| "#{Dir.pwd}#{path}" }
79
77
  end
80
78
 
81
- common_globs = '/lib/appium_lib/*.rb', '/lib/appium_lib/common/**/*.rb'
79
+ common_globs = '/lib/appium_lib/*.rb', '/lib/appium_lib/device/*.rb', '/lib/appium_lib/common/**/*.rb'
82
80
  android_globs = common_globs + [ '/lib/appium_lib/android/**/*.rb' ]
83
81
  ios_globs = common_globs + [ '/lib/appium_lib/ios/**/*.rb' ]
84
82
 
@@ -0,0 +1 @@
1
+ eval File.read('../Gemfile')
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,47 @@
1
+ require 'rubygems'
2
+ require 'rake'
3
+
4
+ task :default => :ios
5
+
6
+ # Run sh and ignore exception
7
+ def run_sh cmd
8
+ begin; sh cmd; rescue; end
9
+ end
10
+
11
+ # Run cmd. On failure run install and try again.
12
+ def bash cmd
13
+ sh cmd do |successful, result|
14
+ # exitstatus 7 means bundle install failed
15
+ # exitstatus 1 means the test failed
16
+ if !successful && result.exitstatus === 7
17
+ Rake::Task['install'].execute
18
+ run_sh cmd
19
+ end
20
+ end
21
+ end
22
+
23
+ # Run a single test with:
24
+ # rake ios['ios/element/generic']
25
+ #
26
+ # rake ios['driver']
27
+ #
28
+ # Run all tests with:
29
+ # rake ios
30
+ desc 'Run the iOS tests'
31
+ task :ios, :args, :test_file do |args, test_file|
32
+ # rake android['ok']
33
+ # args = android
34
+ # test_file = {:args=>"ok"}
35
+ test_file = test_file[:args]
36
+ path = File.expand_path('appium.txt', Rake.application.original_dir)
37
+ ENV['APPIUM_TXT'] = path
38
+ puts "Rake appium.txt path is: #{path}"
39
+ cmd = 'bundle exec ruby ./lib/run.rb ios'
40
+ cmd += %Q( "#{test_file}") if test_file
41
+ bash cmd
42
+ end
43
+
44
+ desc 'Run bundle install'
45
+ task :install do
46
+ sh 'bundle install'
47
+ end
@@ -0,0 +1 @@
1
+ APPL????
@@ -0,0 +1,3 @@
1
+ [caps]
2
+ platformName = "ios"
3
+ app = "./UICatalog.app"
@@ -0,0 +1 @@
1
+ ios = "lib/ios/specs/"
@@ -0,0 +1,25 @@
1
+ # helper code useful for writing and verifying tests using Pry
2
+ list = <<TXT
3
+ alert_click
4
+ alert_text
5
+ alert_accept
6
+ alert_accept_text
7
+ alert_dismiss
8
+ alert_dismiss_text
9
+ TXT
10
+
11
+ list.split("\n").each do |method|
12
+ puts "t '#{method}' do"
13
+ puts
14
+ puts 'end'
15
+ puts
16
+ end
17
+
18
+ =begin
19
+ # for Pry
20
+ class Object
21
+ def must_equal b
22
+ raise 'not equal' unless self == b
23
+ end
24
+ end
25
+ =end
@@ -0,0 +1,15 @@
1
+ describe 'common/element/window' do
2
+ def before_first
3
+ screen.must_equal catalog
4
+ end
5
+
6
+ t 'before_first' do
7
+ before_first
8
+ end
9
+
10
+ t 'window_size' do
11
+ size = window_size
12
+ size.width.class.must_equal Fixnum
13
+ size.height.class.must_equal Fixnum
14
+ end
15
+ end
@@ -0,0 +1,204 @@
1
+ # rake ios[common/helper]
2
+ describe 'common/helper.rb' do
3
+ def before_first
4
+ screen.must_equal catalog
5
+ end
6
+
7
+ t 'before_first' do
8
+ before_first
9
+ end
10
+
11
+ wait_time = [0.2, 0.2] # max_wait, interval
12
+
13
+ =begin
14
+ There's no `must_not_raise` as the opposite of must_raise
15
+
16
+ By default code is expected to not raise exceptions.
17
+ must_not_raise is a no-op.
18
+ =end
19
+
20
+ # wait is a success unless an error is raised
21
+ # max_wait=0 is infinity to use 0.1
22
+ t 'wait' do
23
+ # successful wait should not raise error
24
+ wait(*wait_time) { true }
25
+ wait(*wait_time) { false }
26
+ wait(*wait_time) { nil }
27
+
28
+ # failed wait should error
29
+ proc { wait(*wait_time) { raise } }.must_raise Timeout::Error
30
+
31
+ # regular rescue will not handle exceptions outside of StandardError hierarchy
32
+ # must rescue Exception explicitly to rescue everything
33
+ proc { wait(*wait_time) { raise NoMemoryError } }.must_raise Timeout::Error
34
+ end
35
+
36
+ t 'ignore' do
37
+ # ignore should rescue all exceptions
38
+ ignore { true }
39
+ ignore { false }
40
+ ignore { nil }
41
+ ignore { raise }
42
+ ignore { raise NoMemoryError }
43
+ end
44
+
45
+ # wait_true is a success unless the value is not true
46
+ t 'wait_true' do
47
+ # successful wait should not error
48
+ wait_true(*wait_time) { true }
49
+
50
+ # failed wait should error
51
+ proc { wait_true(*wait_time) { false } }.must_raise Timeout::Error
52
+ proc { wait_true(*wait_time) { nil } }.must_raise Timeout::Error
53
+
54
+ # raise should error
55
+ proc { wait_true(*wait_time) { raise } }.must_raise Timeout::Error
56
+
57
+ # regular rescue will not handle exceptions outside of StandardError hierarchy
58
+ # must rescue Exception explicitly to rescue everything
59
+ proc { wait(*wait_time) { raise NoMemoryError } }.must_raise Timeout::Error
60
+ end
61
+
62
+ # t 'id' # id is for Selendroid
63
+
64
+ t 'back' do
65
+ # start page
66
+ tag('UIANavigationBar').name.must_equal 'UICatalog'
67
+ # nav to new page.
68
+ wait_true { s_text('buttons').click; tag('UIANavigationBar').name == 'Buttons' }
69
+ tag('UIANavigationBar').name.must_equal 'Buttons'
70
+ # go back
71
+ back_click
72
+ # start page
73
+ tag('UIANavigationBar').name.must_equal 'UICatalog'
74
+ end
75
+
76
+ t 'session_id' do
77
+ # Sauce doesn't return '-' so make them optional.
78
+ session_id.must_match /\h{8}-?\h{4}-?\h{4}-?\h{4}-?\h{12}/
79
+ end
80
+
81
+ t 'xpath' do
82
+ xpath('//UIAStaticText').name.must_equal 'UICatalog'
83
+ end
84
+
85
+ t 'xpaths' do
86
+ xpaths('//UIAStaticText').length.must_equal 13
87
+ end
88
+
89
+ def uibutton_text
90
+ 'Buttons, Various uses of UIButton'
91
+ end
92
+
93
+ t 'ele_index' do
94
+ ele_index('UIAStaticText', 2).name.must_equal uibutton_text
95
+ end
96
+
97
+ # todo: 'string_attr_exact'
98
+
99
+ t 'find_ele_by_attr' do
100
+ el_id = find_ele_by_attr('UIAStaticText', 'name', uibutton_text).instance_variable_get :@id
101
+ el_id.must_match /\d+/
102
+ end
103
+
104
+ t 'find_eles_by_attr' do
105
+ # '!' clears the input buffer in Pry so make sure there's
106
+ # no space after the !
107
+ set_wait 1
108
+ # empty array returned when no match
109
+ found = !find_eles_by_attr('UIAStaticText', 'name', uibutton_text).empty?
110
+ found.must_equal true
111
+
112
+ found = !find_eles_by_attr('UIAStaticText', 'name', 'zz').empty?
113
+ found.must_equal false
114
+ set_wait
115
+ end
116
+
117
+ # todo: 'string_attr_include'
118
+
119
+ t 'find_ele_by_attr_include' do
120
+ el_text = find_ele_by_attr_include('UIAStaticText', :name, 'button').text
121
+ el_text.must_equal ''
122
+
123
+ el_name = find_ele_by_attr_include('UIAStaticText', :name, 'button').name
124
+ el_name.must_equal uibutton_text
125
+ end
126
+
127
+ t 'find_eles_by_attr_include' do
128
+ ele_count = find_eles_by_attr_include('UIAStaticText', :name, 'e').length
129
+ ele_count.must_equal 12
130
+ end
131
+
132
+ t 'first_ele' do
133
+ first_ele('UIAStaticText').name.must_equal 'UICatalog'
134
+ end
135
+
136
+ t 'last_ele' do
137
+ el = last_ele('UIAStaticText')
138
+ el.text.must_equal ''
139
+ el.name.must_equal 'Transitions, Shows UIViewAnimationTransitions'
140
+ end
141
+
142
+ # t 'source' do # tested by get_source
143
+
144
+ t 'get_source' do
145
+ get_source.class.must_equal String
146
+ end
147
+
148
+ t 'id' do
149
+ id 'ButtonsExplain' # 'Various uses of UIButton'
150
+ end
151
+
152
+ t 'invalid id should error' do
153
+ begin
154
+ id 'does not exist'
155
+ rescue Exception => e
156
+ message = e.message
157
+ end
158
+ message.must_equal 'Invalid id `does not exist`'
159
+
160
+ # resource id should error on ios
161
+ begin
162
+ id 'android:id/text1'
163
+ rescue Exception => e
164
+ message = e.message
165
+ end
166
+ message.must_equal 'Invalid id `android:id/text1`'
167
+ end
168
+
169
+ t 'tag' do
170
+ tag('UIATableCell').name.must_equal 'Buttons, Various uses of UIButton'
171
+ end
172
+
173
+ t 'tags' do
174
+ tags('UIATableCell').length.must_equal 12
175
+ end
176
+
177
+ t 'find_eles_by_attr_include' do
178
+ find_eles_by_attr_include('UIATableCell', 'name', 'Use').length.must_equal 7
179
+ end
180
+
181
+ t 'get_page_class' do
182
+ # 8 local. 9 on sauce.
183
+ get_page_class.split("\n").length.must_be :>=, 8
184
+ end
185
+ =begin
186
+ todo:
187
+ get_page_class
188
+ page_class
189
+ tag
190
+ tags
191
+ px_to_window_rel
192
+ lazy_load_strings
193
+ xml_keys
194
+ xml_values
195
+ resolve_id
196
+ string_visible_contains
197
+ xpath_visible_contains
198
+ xpaths_visible_contains
199
+ string_visible_exact
200
+ xpath_visible_exact
201
+ xpaths_visible_exact
202
+ raise_no_element_error
203
+ =end
204
+ end