framework_gem 0.1.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 (872) hide show
  1. checksums.yaml +7 -0
  2. data/lib/EXECUTION_ENGINE.md +282 -0
  3. data/lib/Gemfile +12 -0
  4. data/lib/README.md +138 -0
  5. data/lib/User_Lib/helpers/helpers.rb +13 -0
  6. data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_black_rois.rb +7 -0
  7. data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_color_rois.rb +9 -0
  8. data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_image_rois.rb +7 -0
  9. data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_rois.rb +23 -0
  10. data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_text_rois.rb +48 -0
  11. data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_video_rois.rb +11 -0
  12. data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_black_rois.rb +7 -0
  13. data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_color_rois.rb +7 -0
  14. data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_image_rois.rb +7 -0
  15. data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_rois.rb +23 -0
  16. data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_text_rois.rb +7 -0
  17. data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_video_rois.rb +11 -0
  18. data/lib/User_Lib/rois/apple_tv/apple_tv_black_rois.rb +7 -0
  19. data/lib/User_Lib/rois/apple_tv/apple_tv_color_rois.rb +7 -0
  20. data/lib/User_Lib/rois/apple_tv/apple_tv_image_rois.rb +7 -0
  21. data/lib/User_Lib/rois/apple_tv/apple_tv_rois.rb +23 -0
  22. data/lib/User_Lib/rois/apple_tv/apple_tv_text_rois.rb +7 -0
  23. data/lib/User_Lib/rois/apple_tv/apple_tv_video_rois.rb +7 -0
  24. data/lib/User_Lib/rois/black_rois.rb +33 -0
  25. data/lib/User_Lib/rois/color_rois.rb +38 -0
  26. data/lib/User_Lib/rois/dta/dta_1080/dta_1080_black_rois.rb +8 -0
  27. data/lib/User_Lib/rois/dta/dta_1080/dta_1080_color_rois.rb +8 -0
  28. data/lib/User_Lib/rois/dta/dta_1080/dta_1080_image_rois.rb +8 -0
  29. data/lib/User_Lib/rois/dta/dta_1080/dta_1080_rois.rb +26 -0
  30. data/lib/User_Lib/rois/dta/dta_1080/dta_1080_text_rois.rb +8 -0
  31. data/lib/User_Lib/rois/dta/dta_1080/dta_1080_video_rois.rb +8 -0
  32. data/lib/User_Lib/rois/dta/dta_720/dta_720_black_rois.rb +8 -0
  33. data/lib/User_Lib/rois/dta/dta_720/dta_720_color_rois.rb +8 -0
  34. data/lib/User_Lib/rois/dta/dta_720/dta_720_image_rois.rb +8 -0
  35. data/lib/User_Lib/rois/dta/dta_720/dta_720_rois.rb +26 -0
  36. data/lib/User_Lib/rois/dta/dta_720/dta_720_text_rois.rb +8 -0
  37. data/lib/User_Lib/rois/dta/dta_720/dta_720_video_rois.rb +8 -0
  38. data/lib/User_Lib/rois/dta/dta_black_rois.rb +9 -0
  39. data/lib/User_Lib/rois/dta/dta_color_rois.rb +9 -0
  40. data/lib/User_Lib/rois/dta/dta_image_rois.rb +9 -0
  41. data/lib/User_Lib/rois/dta/dta_rois.rb +26 -0
  42. data/lib/User_Lib/rois/dta/dta_text_rois.rb +9 -0
  43. data/lib/User_Lib/rois/dta/dta_video_rois.rb +9 -0
  44. data/lib/User_Lib/rois/image_rois.rb +38 -0
  45. data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_black_rois.rb +8 -0
  46. data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_color_rois.rb +8 -0
  47. data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_image_rois.rb +8 -0
  48. data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_rois.rb +26 -0
  49. data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_text_rois.rb +8 -0
  50. data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_video_rois.rb +8 -0
  51. data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_black_rois.rb +8 -0
  52. data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_color_rois.rb +8 -0
  53. data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_image_rois.rb +8 -0
  54. data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_rois.rb +26 -0
  55. data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_text_rois.rb +8 -0
  56. data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_video_rois.rb +8 -0
  57. data/lib/User_Lib/rois/mdn/mdn_black_rois.rb +9 -0
  58. data/lib/User_Lib/rois/mdn/mdn_color_rois.rb +9 -0
  59. data/lib/User_Lib/rois/mdn/mdn_image_rois.rb +9 -0
  60. data/lib/User_Lib/rois/mdn/mdn_rois.rb +26 -0
  61. data/lib/User_Lib/rois/mdn/mdn_text_rois.rb +13 -0
  62. data/lib/User_Lib/rois/mdn/mdn_video_rois.rb +9 -0
  63. data/lib/User_Lib/rois/mobile/android/android_black_rois.rb +8 -0
  64. data/lib/User_Lib/rois/mobile/android/android_color_rois.rb +8 -0
  65. data/lib/User_Lib/rois/mobile/android/android_image_rois.rb +8 -0
  66. data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_black_rois.rb +8 -0
  67. data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_color_rois.rb +8 -0
  68. data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_image_rois.rb +43 -0
  69. data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_rois.rb +22 -0
  70. data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_text_rois.rb +8 -0
  71. data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_video_rois.rb +8 -0
  72. data/lib/User_Lib/rois/mobile/android/android_rois.rb +22 -0
  73. data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_black_rois.rb +8 -0
  74. data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_color_rois.rb +8 -0
  75. data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_image_rois.rb +54 -0
  76. data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_rois.rb +22 -0
  77. data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_text_rois.rb +8 -0
  78. data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_video_rois.rb +8 -0
  79. data/lib/User_Lib/rois/mobile/android/android_text_rois.rb +8 -0
  80. data/lib/User_Lib/rois/mobile/android/android_video_rois.rb +8 -0
  81. data/lib/User_Lib/rois/mobile/ios/ios_black_rois.rb +8 -0
  82. data/lib/User_Lib/rois/mobile/ios/ios_color_rois.rb +8 -0
  83. data/lib/User_Lib/rois/mobile/ios/ios_image_rois.rb +8 -0
  84. data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_black_rois.rb +8 -0
  85. data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_color_rois.rb +8 -0
  86. data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_image_rois.rb +8 -0
  87. data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_rois.rb +22 -0
  88. data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_text_rois.rb +8 -0
  89. data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_video_rois.rb +8 -0
  90. data/lib/User_Lib/rois/mobile/ios/ios_rois.rb +22 -0
  91. data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_black_rois.rb +8 -0
  92. data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_color_rois.rb +8 -0
  93. data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_image_rois.rb +8 -0
  94. data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_rois.rb +22 -0
  95. data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_text_rois.rb +8 -0
  96. data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_video_rois.rb +8 -0
  97. data/lib/User_Lib/rois/mobile/ios/ios_text_rois.rb +8 -0
  98. data/lib/User_Lib/rois/mobile/ios/ios_video_rois.rb +8 -0
  99. data/lib/User_Lib/rois/mobile/mobile_black_rois.rb +8 -0
  100. data/lib/User_Lib/rois/mobile/mobile_color_rois.rb +12 -0
  101. data/lib/User_Lib/rois/mobile/mobile_image_rois.rb +38 -0
  102. data/lib/User_Lib/rois/mobile/mobile_rois.rb +22 -0
  103. data/lib/User_Lib/rois/mobile/mobile_text_rois.rb +8 -0
  104. data/lib/User_Lib/rois/mobile/mobile_video_rois.rb +8 -0
  105. data/lib/User_Lib/rois/passport/passport_1080/passport_1080_black_rois.rb +7 -0
  106. data/lib/User_Lib/rois/passport/passport_1080/passport_1080_color_rois.rb +9 -0
  107. data/lib/User_Lib/rois/passport/passport_1080/passport_1080_image_rois.rb +7 -0
  108. data/lib/User_Lib/rois/passport/passport_1080/passport_1080_rois.rb +23 -0
  109. data/lib/User_Lib/rois/passport/passport_1080/passport_1080_text_rois.rb +8 -0
  110. data/lib/User_Lib/rois/passport/passport_1080/passport_1080_video_rois.rb +8 -0
  111. data/lib/User_Lib/rois/passport/passport_720/passport_720_black_rois.rb +7 -0
  112. data/lib/User_Lib/rois/passport/passport_720/passport_720_color_rois.rb +7 -0
  113. data/lib/User_Lib/rois/passport/passport_720/passport_720_image_rois.rb +7 -0
  114. data/lib/User_Lib/rois/passport/passport_720/passport_720_rois.rb +23 -0
  115. data/lib/User_Lib/rois/passport/passport_720/passport_720_text_rois.rb +7 -0
  116. data/lib/User_Lib/rois/passport/passport_720/passport_720_video_rois.rb +7 -0
  117. data/lib/User_Lib/rois/passport/passport_black_rois.rb +7 -0
  118. data/lib/User_Lib/rois/passport/passport_color_rois.rb +7 -0
  119. data/lib/User_Lib/rois/passport/passport_image_rois.rb +7 -0
  120. data/lib/User_Lib/rois/passport/passport_rois.rb +23 -0
  121. data/lib/User_Lib/rois/passport/passport_text_rois.rb +7 -0
  122. data/lib/User_Lib/rois/passport/passport_video_rois.rb +7 -0
  123. data/lib/User_Lib/rois/rois.rb +22 -0
  124. data/lib/User_Lib/rois/roku/roku_720/roku_720_black_rois.rb +37 -0
  125. data/lib/User_Lib/rois/roku/roku_720/roku_720_color_rois.rb +336 -0
  126. data/lib/User_Lib/rois/roku/roku_720/roku_720_image_rois.rb +235 -0
  127. data/lib/User_Lib/rois/roku/roku_720/roku_720_rois.rb +23 -0
  128. data/lib/User_Lib/rois/roku/roku_720/roku_720_text_rois.rb +1523 -0
  129. data/lib/User_Lib/rois/roku/roku_720/roku_720_video_rois.rb +32 -0
  130. data/lib/User_Lib/rois/roku/roku_black_rois.rb +14 -0
  131. data/lib/User_Lib/rois/roku/roku_color_rois.rb +9 -0
  132. data/lib/User_Lib/rois/roku/roku_image_rois.rb +13 -0
  133. data/lib/User_Lib/rois/roku/roku_rois.rb +23 -0
  134. data/lib/User_Lib/rois/roku/roku_text_rois.rb +9 -0
  135. data/lib/User_Lib/rois/roku/roku_video_rois.rb +9 -0
  136. data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_black_rois.rb +12 -0
  137. data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_color_rois.rb +11 -0
  138. data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_image_rois.rb +12 -0
  139. data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_rois.rb +23 -0
  140. data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_text_rois.rb +12 -0
  141. data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_video_rois.rb +12 -0
  142. data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_black_rois.rb +12 -0
  143. data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_color_rois.rb +12 -0
  144. data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_image_rois.rb +12 -0
  145. data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_rois.rb +23 -0
  146. data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_text_rois.rb +12 -0
  147. data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_video_rois.rb +12 -0
  148. data/lib/User_Lib/rois/roku_tv/roku_tv_black_rois.rb +12 -0
  149. data/lib/User_Lib/rois/roku_tv/roku_tv_color_rois.rb +12 -0
  150. data/lib/User_Lib/rois/roku_tv/roku_tv_image_rois.rb +12 -0
  151. data/lib/User_Lib/rois/roku_tv/roku_tv_rois.rb +23 -0
  152. data/lib/User_Lib/rois/roku_tv/roku_tv_text_rois.rb +12 -0
  153. data/lib/User_Lib/rois/roku_tv/roku_tv_video_rois.rb +12 -0
  154. data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_black_rois.rb +13 -0
  155. data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_color_rois.rb +29 -0
  156. data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_image_rois.rb +9 -0
  157. data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_rois.rb +23 -0
  158. data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_text_rois.rb +92 -0
  159. data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_video_rois.rb +11 -0
  160. data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_black_rois.rb +9 -0
  161. data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_color_rois.rb +9 -0
  162. data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_image_rois.rb +9 -0
  163. data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_rois.rb +23 -0
  164. data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_text_rois.rb +12 -0
  165. data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_video_rois.rb +11 -0
  166. data/lib/User_Lib/rois/samsung_tv/samsung_tv_black_rois.rb +9 -0
  167. data/lib/User_Lib/rois/samsung_tv/samsung_tv_color_rois.rb +9 -0
  168. data/lib/User_Lib/rois/samsung_tv/samsung_tv_image_rois.rb +9 -0
  169. data/lib/User_Lib/rois/samsung_tv/samsung_tv_rois.rb +23 -0
  170. data/lib/User_Lib/rois/samsung_tv/samsung_tv_text_rois.rb +12 -0
  171. data/lib/User_Lib/rois/samsung_tv/samsung_tv_video_rois.rb +9 -0
  172. data/lib/User_Lib/rois/sara/sara_1080/sara_1080_black_rois.rb +8 -0
  173. data/lib/User_Lib/rois/sara/sara_1080/sara_1080_color_rois.rb +8 -0
  174. data/lib/User_Lib/rois/sara/sara_1080/sara_1080_image_rois.rb +8 -0
  175. data/lib/User_Lib/rois/sara/sara_1080/sara_1080_rois.rb +26 -0
  176. data/lib/User_Lib/rois/sara/sara_1080/sara_1080_text_rois.rb +8 -0
  177. data/lib/User_Lib/rois/sara/sara_1080/sara_1080_video_rois.rb +8 -0
  178. data/lib/User_Lib/rois/sara/sara_720/sara_720_black_rois.rb +8 -0
  179. data/lib/User_Lib/rois/sara/sara_720/sara_720_color_rois.rb +8 -0
  180. data/lib/User_Lib/rois/sara/sara_720/sara_720_image_rois.rb +8 -0
  181. data/lib/User_Lib/rois/sara/sara_720/sara_720_rois.rb +26 -0
  182. data/lib/User_Lib/rois/sara/sara_720/sara_720_text_rois.rb +8 -0
  183. data/lib/User_Lib/rois/sara/sara_720/sara_720_video_rois.rb +8 -0
  184. data/lib/User_Lib/rois/sara/sara_black_rois.rb +9 -0
  185. data/lib/User_Lib/rois/sara/sara_color_rois.rb +9 -0
  186. data/lib/User_Lib/rois/sara/sara_image_rois.rb +9 -0
  187. data/lib/User_Lib/rois/sara/sara_rois.rb +26 -0
  188. data/lib/User_Lib/rois/sara/sara_text_rois.rb +9 -0
  189. data/lib/User_Lib/rois/sara/sara_video_rois.rb +9 -0
  190. data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_black_rois.rb +9 -0
  191. data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_color_rois.rb +17 -0
  192. data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_image_rois.rb +19 -0
  193. data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_rois.rb +23 -0
  194. data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_text_rois.rb +47 -0
  195. data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_video_rois.rb +23 -0
  196. data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_black_rois.rb +9 -0
  197. data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_color_rois.rb +9 -0
  198. data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_image_rois.rb +9 -0
  199. data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_rois.rb +23 -0
  200. data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_text_rois.rb +17 -0
  201. data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_video_rois.rb +11 -0
  202. data/lib/User_Lib/rois/stb/iguide/iguide_black_rois.rb +9 -0
  203. data/lib/User_Lib/rois/stb/iguide/iguide_color_rois.rb +9 -0
  204. data/lib/User_Lib/rois/stb/iguide/iguide_image_rois.rb +9 -0
  205. data/lib/User_Lib/rois/stb/iguide/iguide_rois.rb +23 -0
  206. data/lib/User_Lib/rois/stb/iguide/iguide_text_rois.rb +9 -0
  207. data/lib/User_Lib/rois/stb/iguide/iguide_video_rois.rb +9 -0
  208. data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_black_rois.rb +8 -0
  209. data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_color_rois.rb +8 -0
  210. data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_image_rois.rb +12 -0
  211. data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_rois.rb +23 -0
  212. data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_text_rois.rb +23 -0
  213. data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_video_rois.rb +11 -0
  214. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_black_rois.rb +46 -0
  215. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_color_rois.rb +142 -0
  216. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_image_rois.rb +103 -0
  217. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_black_rois.rb +6 -0
  218. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_color_rois.rb +6 -0
  219. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_image_rois.rb +6 -0
  220. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_rois.rb +23 -0
  221. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_text_rois.rb +7 -0
  222. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_video_rois.rb +7 -0
  223. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_rois.rb +23 -0
  224. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_black_rois.rb +6 -0
  225. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_color_rois.rb +6 -0
  226. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_image_rois.rb +6 -0
  227. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_rois.rb +23 -0
  228. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_text_rois.rb +7 -0
  229. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_video_rois.rb +7 -0
  230. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_black_rois.rb +6 -0
  231. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_color_rois.rb +77 -0
  232. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_image_rois.rb +67 -0
  233. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_rois.rb +23 -0
  234. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_text_rois.rb +159 -0
  235. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_video_rois.rb +17 -0
  236. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_text_rois.rb +221 -0
  237. data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_video_rois.rb +26 -0
  238. data/lib/User_Lib/rois/stb/odn/odn_black_rois.rb +10 -0
  239. data/lib/User_Lib/rois/stb/odn/odn_color_rois.rb +10 -0
  240. data/lib/User_Lib/rois/stb/odn/odn_image_rois.rb +58 -0
  241. data/lib/User_Lib/rois/stb/odn/odn_rois.rb +23 -0
  242. data/lib/User_Lib/rois/stb/odn/odn_text_rois.rb +70 -0
  243. data/lib/User_Lib/rois/stb/odn/odn_video_rois.rb +19 -0
  244. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_black_rois.rb +16 -0
  245. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_color_rois.rb +373 -0
  246. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_black_rois.rb +7 -0
  247. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_color_rois.rb +7 -0
  248. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_image_rois.rb +7 -0
  249. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_rois.rb +23 -0
  250. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_text_rois.rb +7 -0
  251. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_video_rois.rb +7 -0
  252. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_black_rois.rb +8 -0
  253. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_color_rois.rb +8 -0
  254. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_image_rois.rb +8 -0
  255. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_rois.rb +26 -0
  256. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_text_rois.rb +8 -0
  257. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_video_rois.rb +8 -0
  258. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_black_rois.rb +8 -0
  259. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_color_rois.rb +8 -0
  260. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_image_rois.rb +8 -0
  261. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_rois.rb +26 -0
  262. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_text_rois.rb +8 -0
  263. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_video_rois.rb +8 -0
  264. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_black_rois.rb +8 -0
  265. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_color_rois.rb +8 -0
  266. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_image_rois.rb +8 -0
  267. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_rois.rb +26 -0
  268. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_text_rois.rb +8 -0
  269. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_video_rois.rb +8 -0
  270. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_image_rois.rb +1592 -0
  271. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_black_rois.rb +7 -0
  272. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_color_rois.rb +7 -0
  273. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_image_rois.rb +7 -0
  274. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_rois.rb +23 -0
  275. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_text_rois.rb +7 -0
  276. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_video_rois.rb +7 -0
  277. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_rois.rb +23 -0
  278. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_text_rois.rb +2489 -0
  279. data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_video_rois.rb +64 -0
  280. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_black_rois.rb +7 -0
  281. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb +63 -0
  282. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_black_rois.rb +8 -0
  283. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_color_rois.rb +8 -0
  284. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_image_rois.rb +8 -0
  285. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_rois.rb +26 -0
  286. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_text_rois.rb +8 -0
  287. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_video_rois.rb +8 -0
  288. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_black_rois.rb +8 -0
  289. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_color_rois.rb +8 -0
  290. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_image_rois.rb +8 -0
  291. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_rois.rb +26 -0
  292. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_text_rois.rb +8 -0
  293. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_video_rois.rb +8 -0
  294. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_black_rois.rb +8 -0
  295. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_color_rois.rb +8 -0
  296. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_image_rois.rb +8 -0
  297. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_rois.rb +26 -0
  298. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_text_rois.rb +8 -0
  299. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_video_rois.rb +8 -0
  300. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_image_rois.rb +117 -0
  301. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_rois.rb +23 -0
  302. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_text_rois.rb +84 -0
  303. data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_video_rois.rb +35 -0
  304. data/lib/User_Lib/rois/stb/spectrum/spectrum_black_rois.rb +9 -0
  305. data/lib/User_Lib/rois/stb/spectrum/spectrum_color_rois.rb +17 -0
  306. data/lib/User_Lib/rois/stb/spectrum/spectrum_image_rois.rb +49 -0
  307. data/lib/User_Lib/rois/stb/spectrum/spectrum_rois.rb +23 -0
  308. data/lib/User_Lib/rois/stb/spectrum/spectrum_text_rois.rb +51 -0
  309. data/lib/User_Lib/rois/stb/spectrum/spectrum_video_rois.rb +9 -0
  310. data/lib/User_Lib/rois/stb/stb_black_rois.rb +9 -0
  311. data/lib/User_Lib/rois/stb/stb_color_rois.rb +9 -0
  312. data/lib/User_Lib/rois/stb/stb_image_rois.rb +9 -0
  313. data/lib/User_Lib/rois/stb/stb_rois.rb +23 -0
  314. data/lib/User_Lib/rois/stb/stb_text_rois.rb +9 -0
  315. data/lib/User_Lib/rois/stb/stb_video_rois.rb +9 -0
  316. data/lib/User_Lib/rois/template.txt +23 -0
  317. data/lib/User_Lib/rois/text_rois.rb +36 -0
  318. data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_black_rois.rb +7 -0
  319. data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_color_rois.rb +9 -0
  320. data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_image_rois.rb +7 -0
  321. data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_rois.rb +23 -0
  322. data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_text_rois.rb +9 -0
  323. data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_video_rois.rb +7 -0
  324. data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_black_rois.rb +7 -0
  325. data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_color_rois.rb +7 -0
  326. data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_image_rois.rb +7 -0
  327. data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_rois.rb +23 -0
  328. data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_text_rois.rb +7 -0
  329. data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_video_rois.rb +7 -0
  330. data/lib/User_Lib/rois/tivo/tivo_black_rois.rb +7 -0
  331. data/lib/User_Lib/rois/tivo/tivo_color_rois.rb +7 -0
  332. data/lib/User_Lib/rois/tivo/tivo_image_rois.rb +7 -0
  333. data/lib/User_Lib/rois/tivo/tivo_rois.rb +23 -0
  334. data/lib/User_Lib/rois/tivo/tivo_text_rois.rb +7 -0
  335. data/lib/User_Lib/rois/tivo/tivo_video_rois.rb +7 -0
  336. data/lib/User_Lib/rois/video_rois.rb +33 -0
  337. data/lib/User_Lib/screen/apple_tv/apple_tv_dvr.rb +25 -0
  338. data/lib/User_Lib/screen/apple_tv/apple_tv_guide.rb +25 -0
  339. data/lib/User_Lib/screen/apple_tv/apple_tv_library.rb +25 -0
  340. data/lib/User_Lib/screen/apple_tv/apple_tv_live_tv.rb +17 -0
  341. data/lib/User_Lib/screen/apple_tv/apple_tv_login.rb +24 -0
  342. data/lib/User_Lib/screen/apple_tv/apple_tv_main_menu.rb +25 -0
  343. data/lib/User_Lib/screen/apple_tv/apple_tv_mini_guide.rb +25 -0
  344. data/lib/User_Lib/screen/apple_tv/apple_tv_movies.rb +25 -0
  345. data/lib/User_Lib/screen/apple_tv/apple_tv_on_demand.rb +25 -0
  346. data/lib/User_Lib/screen/apple_tv/apple_tv_parental_controls.rb +25 -0
  347. data/lib/User_Lib/screen/apple_tv/apple_tv_product_page.rb +25 -0
  348. data/lib/User_Lib/screen/apple_tv/apple_tv_screen.rb +23 -0
  349. data/lib/User_Lib/screen/apple_tv/apple_tv_search.rb +31 -0
  350. data/lib/User_Lib/screen/apple_tv/apple_tv_settings.rb +25 -0
  351. data/lib/User_Lib/screen/apple_tv/apple_tv_tv_shows.rb +25 -0
  352. data/lib/User_Lib/screen/apple_tv/apple_tv_video_store.rb +25 -0
  353. data/lib/User_Lib/screen/dta/dta_dvr.rb +26 -0
  354. data/lib/User_Lib/screen/dta/dta_guide.rb +26 -0
  355. data/lib/User_Lib/screen/dta/dta_library.rb +26 -0
  356. data/lib/User_Lib/screen/dta/dta_live_tv.rb +26 -0
  357. data/lib/User_Lib/screen/dta/dta_log_in.rb +26 -0
  358. data/lib/User_Lib/screen/dta/dta_main_menu.rb +26 -0
  359. data/lib/User_Lib/screen/dta/dta_mini_guide.rb +26 -0
  360. data/lib/User_Lib/screen/dta/dta_movies.rb +26 -0
  361. data/lib/User_Lib/screen/dta/dta_on_demand.rb +26 -0
  362. data/lib/User_Lib/screen/dta/dta_parental_controls.rb +26 -0
  363. data/lib/User_Lib/screen/dta/dta_product_page.rb +26 -0
  364. data/lib/User_Lib/screen/dta/dta_screen.rb +24 -0
  365. data/lib/User_Lib/screen/dta/dta_search.rb +26 -0
  366. data/lib/User_Lib/screen/dta/dta_settings.rb +26 -0
  367. data/lib/User_Lib/screen/dta/dta_tv_shows.rb +26 -0
  368. data/lib/User_Lib/screen/dta/dta_video_store.rb +26 -0
  369. data/lib/User_Lib/screen/mdn/mdn_dvr.rb +26 -0
  370. data/lib/User_Lib/screen/mdn/mdn_guide.rb +26 -0
  371. data/lib/User_Lib/screen/mdn/mdn_library.rb +26 -0
  372. data/lib/User_Lib/screen/mdn/mdn_live_tv.rb +26 -0
  373. data/lib/User_Lib/screen/mdn/mdn_log_in.rb +26 -0
  374. data/lib/User_Lib/screen/mdn/mdn_main_menu.rb +26 -0
  375. data/lib/User_Lib/screen/mdn/mdn_mini_guide.rb +26 -0
  376. data/lib/User_Lib/screen/mdn/mdn_movies.rb +26 -0
  377. data/lib/User_Lib/screen/mdn/mdn_on_demand.rb +26 -0
  378. data/lib/User_Lib/screen/mdn/mdn_parental_controls.rb +26 -0
  379. data/lib/User_Lib/screen/mdn/mdn_product_page.rb +26 -0
  380. data/lib/User_Lib/screen/mdn/mdn_screen.rb +24 -0
  381. data/lib/User_Lib/screen/mdn/mdn_search.rb +26 -0
  382. data/lib/User_Lib/screen/mdn/mdn_settings.rb +26 -0
  383. data/lib/User_Lib/screen/mdn/mdn_tv_shows.rb +26 -0
  384. data/lib/User_Lib/screen/mdn/mdn_video_store.rb +26 -0
  385. data/lib/User_Lib/screen/mobile/android/android_devices.rb +35 -0
  386. data/lib/User_Lib/screen/mobile/android/android_dvr.rb +337 -0
  387. data/lib/User_Lib/screen/mobile/android/android_favorites.rb +164 -0
  388. data/lib/User_Lib/screen/mobile/android/android_guide.rb +256 -0
  389. data/lib/User_Lib/screen/mobile/android/android_live_tv.rb +372 -0
  390. data/lib/User_Lib/screen/mobile/android/android_login.rb +111 -0
  391. data/lib/User_Lib/screen/mobile/android/android_main_menu.rb +53 -0
  392. data/lib/User_Lib/screen/mobile/android/android_on_demand.rb +402 -0
  393. data/lib/User_Lib/screen/mobile/android/android_parental_controls.rb +73 -0
  394. data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_dvr.rb +31 -0
  395. data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_guide.rb +39 -0
  396. data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_live_tv.rb +104 -0
  397. data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_main_menu.rb +27 -0
  398. data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_on_demand.rb +35 -0
  399. data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_product_page.rb +7 -0
  400. data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_search.rb +26 -0
  401. data/lib/User_Lib/screen/mobile/android/android_privacy_legal.rb +54 -0
  402. data/lib/User_Lib/screen/mobile/android/android_product_page.rb +484 -0
  403. data/lib/User_Lib/screen/mobile/android/android_screen.rb +56 -0
  404. data/lib/User_Lib/screen/mobile/android/android_search.rb +39 -0
  405. data/lib/User_Lib/screen/mobile/android/android_settings.rb +90 -0
  406. data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_dvr.rb +58 -0
  407. data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_guide.rb +24 -0
  408. data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_live_tv.rb +24 -0
  409. data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_main_menu.rb +19 -0
  410. data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_on_demand.rb +16 -0
  411. data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_product_page.rb +45 -0
  412. data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_search.rb +14 -0
  413. data/lib/User_Lib/screen/mobile/devices_mobile.rb +53 -0
  414. data/lib/User_Lib/screen/mobile/dvr_mobile.rb +5 -0
  415. data/lib/User_Lib/screen/mobile/favorites_mobile.rb +5 -0
  416. data/lib/User_Lib/screen/mobile/guide_mobile.rb +5 -0
  417. data/lib/User_Lib/screen/mobile/ios/ios_devices.rb +43 -0
  418. data/lib/User_Lib/screen/mobile/ios/ios_dvr.rb +231 -0
  419. data/lib/User_Lib/screen/mobile/ios/ios_favorites.rb +79 -0
  420. data/lib/User_Lib/screen/mobile/ios/ios_guide.rb +53 -0
  421. data/lib/User_Lib/screen/mobile/ios/ios_live_tv.rb +413 -0
  422. data/lib/User_Lib/screen/mobile/ios/ios_login.rb +76 -0
  423. data/lib/User_Lib/screen/mobile/ios/ios_main_menu.rb +38 -0
  424. data/lib/User_Lib/screen/mobile/ios/ios_on_demand.rb +371 -0
  425. data/lib/User_Lib/screen/mobile/ios/ios_parental_controls.rb +104 -0
  426. data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_dvr.rb +14 -0
  427. data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_live_tv.rb +36 -0
  428. data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_main_menu.rb +7 -0
  429. data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_on_demand.rb +7 -0
  430. data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_search.rb +13 -0
  431. data/lib/User_Lib/screen/mobile/ios/ios_privacy_legal.rb +56 -0
  432. data/lib/User_Lib/screen/mobile/ios/ios_product_page.rb +441 -0
  433. data/lib/User_Lib/screen/mobile/ios/ios_screen.rb +60 -0
  434. data/lib/User_Lib/screen/mobile/ios/ios_search.rb +145 -0
  435. data/lib/User_Lib/screen/mobile/ios/ios_settings.rb +34 -0
  436. data/lib/User_Lib/screen/mobile/ios/ios_tablet/ios_tablet_live_tv.rb +34 -0
  437. data/lib/User_Lib/screen/mobile/ios/ios_tablet/ios_tablet_main_menu.rb +7 -0
  438. data/lib/User_Lib/screen/mobile/ios/ios_tablet/ios_tablet_on_demand.rb +7 -0
  439. data/lib/User_Lib/screen/mobile/ios/ios_tablet/ios_tablet_search.rb +13 -0
  440. data/lib/User_Lib/screen/mobile/live_tv_mobile.rb +73 -0
  441. data/lib/User_Lib/screen/mobile/login_mobile.rb +5 -0
  442. data/lib/User_Lib/screen/mobile/main_menu_mobile.rb +83 -0
  443. data/lib/User_Lib/screen/mobile/mobile_screen.rb +232 -0
  444. data/lib/User_Lib/screen/mobile/on_demand_mobile.rb +70 -0
  445. data/lib/User_Lib/screen/mobile/parental_controls_mobile.rb +5 -0
  446. data/lib/User_Lib/screen/mobile/privacy_legal_mobile.rb +5 -0
  447. data/lib/User_Lib/screen/mobile/product_page_mobile.rb +5 -0
  448. data/lib/User_Lib/screen/mobile/search_mobile.rb +5 -0
  449. data/lib/User_Lib/screen/mobile/settings_mobile.rb +33 -0
  450. data/lib/User_Lib/screen/passport/passport_dvr.rb +25 -0
  451. data/lib/User_Lib/screen/passport/passport_guide.rb +37 -0
  452. data/lib/User_Lib/screen/passport/passport_library.rb +25 -0
  453. data/lib/User_Lib/screen/passport/passport_live_tv.rb +17 -0
  454. data/lib/User_Lib/screen/passport/passport_main_menu.rb +25 -0
  455. data/lib/User_Lib/screen/passport/passport_mini_guide.rb +25 -0
  456. data/lib/User_Lib/screen/passport/passport_movies.rb +25 -0
  457. data/lib/User_Lib/screen/passport/passport_on_demand.rb +25 -0
  458. data/lib/User_Lib/screen/passport/passport_parental_controls.rb +25 -0
  459. data/lib/User_Lib/screen/passport/passport_product_page.rb +25 -0
  460. data/lib/User_Lib/screen/passport/passport_screen.rb +23 -0
  461. data/lib/User_Lib/screen/passport/passport_search.rb +25 -0
  462. data/lib/User_Lib/screen/passport/passport_settings.rb +25 -0
  463. data/lib/User_Lib/screen/passport/passport_tv_shows.rb +25 -0
  464. data/lib/User_Lib/screen/passport/passport_video_store.rb +25 -0
  465. data/lib/User_Lib/screen/roku/brs/roku_guide_brs.rb +12 -0
  466. data/lib/User_Lib/screen/roku/brs/roku_home_brs.rb +12 -0
  467. data/lib/User_Lib/screen/roku/brs/roku_live_tv_brs.rb +12 -0
  468. data/lib/User_Lib/screen/roku/brs/roku_login_brs.rb +103 -0
  469. data/lib/User_Lib/screen/roku/brs/roku_main_menu_brs.rb +46 -0
  470. data/lib/User_Lib/screen/roku/brs/roku_on_demand_brs.rb +12 -0
  471. data/lib/User_Lib/screen/roku/brs/roku_product_page_brs.rb +12 -0
  472. data/lib/User_Lib/screen/roku/brs/roku_screen_brs.rb +9 -0
  473. data/lib/User_Lib/screen/roku/brs/roku_search_brs.rb +12 -0
  474. data/lib/User_Lib/screen/roku/brs/roku_settings_brs.rb +42 -0
  475. data/lib/User_Lib/screen/roku/brs/roku_watch_later_brs.rb +12 -0
  476. data/lib/User_Lib/screen/roku/brs/roku_welcome_brs.rb +12 -0
  477. data/lib/User_Lib/screen/roku/roku_dvr.rb +7 -0
  478. data/lib/User_Lib/screen/roku/roku_guide.rb +590 -0
  479. data/lib/User_Lib/screen/roku/roku_home.rb +346 -0
  480. data/lib/User_Lib/screen/roku/roku_library.rb +26 -0
  481. data/lib/User_Lib/screen/roku/roku_live_tv.rb +210 -0
  482. data/lib/User_Lib/screen/roku/roku_login.rb +795 -0
  483. data/lib/User_Lib/screen/roku/roku_main_menu.rb +425 -0
  484. data/lib/User_Lib/screen/roku/roku_mini_guide.rb +7 -0
  485. data/lib/User_Lib/screen/roku/roku_on_demand.rb +479 -0
  486. data/lib/User_Lib/screen/roku/roku_product_page.rb +483 -0
  487. data/lib/User_Lib/screen/roku/roku_screen.rb +85 -0
  488. data/lib/User_Lib/screen/roku/roku_search.rb +229 -0
  489. data/lib/User_Lib/screen/roku/roku_settings.rb +304 -0
  490. data/lib/User_Lib/screen/roku/roku_watch_later.rb +51 -0
  491. data/lib/User_Lib/screen/roku/roku_welcome.rb +10 -0
  492. data/lib/User_Lib/screen/roku_tv/roku_tv_dvr.rb +14 -0
  493. data/lib/User_Lib/screen/roku_tv/roku_tv_guide.rb +14 -0
  494. data/lib/User_Lib/screen/roku_tv/roku_tv_home.rb +14 -0
  495. data/lib/User_Lib/screen/roku_tv/roku_tv_library.rb +14 -0
  496. data/lib/User_Lib/screen/roku_tv/roku_tv_live_tv.rb +14 -0
  497. data/lib/User_Lib/screen/roku_tv/roku_tv_login.rb +14 -0
  498. data/lib/User_Lib/screen/roku_tv/roku_tv_main_menu.rb +14 -0
  499. data/lib/User_Lib/screen/roku_tv/roku_tv_mini_guide.rb +14 -0
  500. data/lib/User_Lib/screen/roku_tv/roku_tv_on_demand.rb +26 -0
  501. data/lib/User_Lib/screen/roku_tv/roku_tv_product_page.rb +14 -0
  502. data/lib/User_Lib/screen/roku_tv/roku_tv_screen.rb +7 -0
  503. data/lib/User_Lib/screen/roku_tv/roku_tv_search.rb +14 -0
  504. data/lib/User_Lib/screen/roku_tv/roku_tv_settings.rb +14 -0
  505. data/lib/User_Lib/screen/roku_tv/roku_tv_watch_later.rb +14 -0
  506. data/lib/User_Lib/screen/roku_tv/roku_tv_welcome.rb +14 -0
  507. data/lib/User_Lib/screen/samsung_tv/samsung_tv_dvr.rb +24 -0
  508. data/lib/User_Lib/screen/samsung_tv/samsung_tv_guide.rb +24 -0
  509. data/lib/User_Lib/screen/samsung_tv/samsung_tv_library.rb +24 -0
  510. data/lib/User_Lib/screen/samsung_tv/samsung_tv_live_tv.rb +21 -0
  511. data/lib/User_Lib/screen/samsung_tv/samsung_tv_login.rb +13 -0
  512. data/lib/User_Lib/screen/samsung_tv/samsung_tv_main_menu.rb +64 -0
  513. data/lib/User_Lib/screen/samsung_tv/samsung_tv_mini_guide.rb +24 -0
  514. data/lib/User_Lib/screen/samsung_tv/samsung_tv_movies.rb +140 -0
  515. data/lib/User_Lib/screen/samsung_tv/samsung_tv_on_demand.rb +76 -0
  516. data/lib/User_Lib/screen/samsung_tv/samsung_tv_parental_controls.rb +24 -0
  517. data/lib/User_Lib/screen/samsung_tv/samsung_tv_product_page.rb +24 -0
  518. data/lib/User_Lib/screen/samsung_tv/samsung_tv_screen.rb +74 -0
  519. data/lib/User_Lib/screen/samsung_tv/samsung_tv_search.rb +29 -0
  520. data/lib/User_Lib/screen/samsung_tv/samsung_tv_settings.rb +189 -0
  521. data/lib/User_Lib/screen/samsung_tv/samsung_tv_tv_shows.rb +24 -0
  522. data/lib/User_Lib/screen/samsung_tv/samsung_tv_video_store.rb +24 -0
  523. data/lib/User_Lib/screen/sara/sara_dvr.rb +26 -0
  524. data/lib/User_Lib/screen/sara/sara_guide.rb +43 -0
  525. data/lib/User_Lib/screen/sara/sara_library.rb +26 -0
  526. data/lib/User_Lib/screen/sara/sara_live_tv.rb +26 -0
  527. data/lib/User_Lib/screen/sara/sara_log_in.rb +26 -0
  528. data/lib/User_Lib/screen/sara/sara_main_menu.rb +26 -0
  529. data/lib/User_Lib/screen/sara/sara_mini_guide.rb +26 -0
  530. data/lib/User_Lib/screen/sara/sara_movies.rb +26 -0
  531. data/lib/User_Lib/screen/sara/sara_on_demand.rb +26 -0
  532. data/lib/User_Lib/screen/sara/sara_parental_controls.rb +26 -0
  533. data/lib/User_Lib/screen/sara/sara_product_page.rb +26 -0
  534. data/lib/User_Lib/screen/sara/sara_screen.rb +24 -0
  535. data/lib/User_Lib/screen/sara/sara_search.rb +26 -0
  536. data/lib/User_Lib/screen/sara/sara_settings.rb +26 -0
  537. data/lib/User_Lib/screen/sara/sara_tv_shows.rb +26 -0
  538. data/lib/User_Lib/screen/sara/sara_video_store.rb +26 -0
  539. data/lib/User_Lib/screen/stb/iguide/iguide_devices.rb +10 -0
  540. data/lib/User_Lib/screen/stb/iguide/iguide_dvr.rb +10 -0
  541. data/lib/User_Lib/screen/stb/iguide/iguide_favorites.rb +10 -0
  542. data/lib/User_Lib/screen/stb/iguide/iguide_guide.rb +39 -0
  543. data/lib/User_Lib/screen/stb/iguide/iguide_home.rb +10 -0
  544. data/lib/User_Lib/screen/stb/iguide/iguide_library.rb +10 -0
  545. data/lib/User_Lib/screen/stb/iguide/iguide_live_tv.rb +59 -0
  546. data/lib/User_Lib/screen/stb/iguide/iguide_login.rb +10 -0
  547. data/lib/User_Lib/screen/stb/iguide/iguide_main_menu.rb +10 -0
  548. data/lib/User_Lib/screen/stb/iguide/iguide_mini_guide.rb +10 -0
  549. data/lib/User_Lib/screen/stb/iguide/iguide_movies.rb +10 -0
  550. data/lib/User_Lib/screen/stb/iguide/iguide_on_demand.rb +531 -0
  551. data/lib/User_Lib/screen/stb/iguide/iguide_parental_controls.rb +10 -0
  552. data/lib/User_Lib/screen/stb/iguide/iguide_privacy_legal.rb +10 -0
  553. data/lib/User_Lib/screen/stb/iguide/iguide_product_page.rb +10 -0
  554. data/lib/User_Lib/screen/stb/iguide/iguide_quick_menu.rb +7 -0
  555. data/lib/User_Lib/screen/stb/iguide/iguide_screen.rb +21 -0
  556. data/lib/User_Lib/screen/stb/iguide/iguide_search.rb +10 -0
  557. data/lib/User_Lib/screen/stb/iguide/iguide_settings.rb +10 -0
  558. data/lib/User_Lib/screen/stb/iguide/iguide_tv_shows.rb +10 -0
  559. data/lib/User_Lib/screen/stb/iguide/iguide_video_store.rb +10 -0
  560. data/lib/User_Lib/screen/stb/login_stb.rb +5 -0
  561. data/lib/User_Lib/screen/stb/odn/odn_dvr.rb +59 -0
  562. data/lib/User_Lib/screen/stb/odn/odn_favorites.rb +8 -0
  563. data/lib/User_Lib/screen/stb/odn/odn_guide.rb +177 -0
  564. data/lib/User_Lib/screen/stb/odn/odn_live_tv.rb +115 -0
  565. data/lib/User_Lib/screen/stb/odn/odn_login.rb +8 -0
  566. data/lib/User_Lib/screen/stb/odn/odn_main_menu.rb +175 -0
  567. data/lib/User_Lib/screen/stb/odn/odn_on_demand.rb +1170 -0
  568. data/lib/User_Lib/screen/stb/odn/odn_on_demand_kids.rb +23 -0
  569. data/lib/User_Lib/screen/stb/odn/odn_on_demand_left_menu.rb +180 -0
  570. data/lib/User_Lib/screen/stb/odn/odn_parental_controls.rb +9 -0
  571. data/lib/User_Lib/screen/stb/odn/odn_product_page.rb +8 -0
  572. data/lib/User_Lib/screen/stb/odn/odn_screen.rb +111 -0
  573. data/lib/User_Lib/screen/stb/odn/odn_search.rb +167 -0
  574. data/lib/User_Lib/screen/stb/odn/odn_settings.rb +142 -0
  575. data/lib/User_Lib/screen/stb/spectrum/spectrum_diagnostics.rb +27 -0
  576. data/lib/User_Lib/screen/stb/spectrum/spectrum_docsis/screen_spectrum_docsis.rb +12 -0
  577. data/lib/User_Lib/screen/stb/spectrum/spectrum_docsis/spectrum_1080_docsis_guide.rb +10 -0
  578. data/lib/User_Lib/screen/stb/spectrum/spectrum_docsis/spectrum_1080_docsis_main_menu.rb +10 -0
  579. data/lib/User_Lib/screen/stb/spectrum/spectrum_docsis/spectrum_1080_docsis_settings.rb +10 -0
  580. data/lib/User_Lib/screen/stb/spectrum/spectrum_dvr.rb +1781 -0
  581. data/lib/User_Lib/screen/stb/spectrum/spectrum_guide.rb +841 -0
  582. data/lib/User_Lib/screen/stb/spectrum/spectrum_library.rb +384 -0
  583. data/lib/User_Lib/screen/stb/spectrum/spectrum_live_tv.rb +259 -0
  584. data/lib/User_Lib/screen/stb/spectrum/spectrum_main_menu.rb +223 -0
  585. data/lib/User_Lib/screen/stb/spectrum/spectrum_mini_guide.rb +404 -0
  586. data/lib/User_Lib/screen/stb/spectrum/spectrum_movies.rb +420 -0
  587. data/lib/User_Lib/screen/stb/spectrum/spectrum_netflix.rb +37 -0
  588. data/lib/User_Lib/screen/stb/spectrum/spectrum_on_demand.rb +2137 -0
  589. data/lib/User_Lib/screen/stb/spectrum/spectrum_parental_controls.rb +528 -0
  590. data/lib/User_Lib/screen/stb/spectrum/spectrum_pay_per_view.rb +26 -0
  591. data/lib/User_Lib/screen/stb/spectrum/spectrum_product_page.rb +58 -0
  592. data/lib/User_Lib/screen/stb/spectrum/spectrum_screen.rb +48 -0
  593. data/lib/User_Lib/screen/stb/spectrum/spectrum_search.rb +92 -0
  594. data/lib/User_Lib/screen/stb/spectrum/spectrum_settings.rb +1657 -0
  595. data/lib/User_Lib/screen/stb/spectrum/spectrum_tv_shows.rb +1532 -0
  596. data/lib/User_Lib/screen/stb/spectrum/spectrum_video_store.rb +1598 -0
  597. data/lib/User_Lib/screen/stb/stb_screen.rb +7 -0
  598. data/lib/User_Lib/screen/tivo/tivo_dvr.rb +25 -0
  599. data/lib/User_Lib/screen/tivo/tivo_guide.rb +25 -0
  600. data/lib/User_Lib/screen/tivo/tivo_library.rb +25 -0
  601. data/lib/User_Lib/screen/tivo/tivo_live_tv.rb +17 -0
  602. data/lib/User_Lib/screen/tivo/tivo_login.rb +25 -0
  603. data/lib/User_Lib/screen/tivo/tivo_main_menu.rb +25 -0
  604. data/lib/User_Lib/screen/tivo/tivo_mini_guide.rb +25 -0
  605. data/lib/User_Lib/screen/tivo/tivo_movies.rb +25 -0
  606. data/lib/User_Lib/screen/tivo/tivo_on_demand.rb +25 -0
  607. data/lib/User_Lib/screen/tivo/tivo_parental_controls.rb +25 -0
  608. data/lib/User_Lib/screen/tivo/tivo_product_page.rb +25 -0
  609. data/lib/User_Lib/screen/tivo/tivo_screen.rb +20 -0
  610. data/lib/User_Lib/screen/tivo/tivo_search.rb +31 -0
  611. data/lib/User_Lib/screen/tivo/tivo_settings.rb +25 -0
  612. data/lib/User_Lib/screen/tivo/tivo_tv_shows.rb +25 -0
  613. data/lib/User_Lib/screen/tivo/tivo_video_store.rb +25 -0
  614. data/lib/config/ConfigParams.xml +96 -0
  615. data/lib/config/ImageROI.xml +45 -0
  616. data/lib/config/ROI.xml +150 -0
  617. data/lib/config/Userlog4j.xml +62 -0
  618. data/lib/config/schema-docs/mode.xsd +12 -0
  619. data/lib/config/schema-docs/processTestJobs.xsd +63 -0
  620. data/lib/config/schema-docs/rackip.xsd +24 -0
  621. data/lib/copy_ref_images.rb +199 -0
  622. data/lib/copy_repo.rb +136 -0
  623. data/lib/diagnostics/conductor/conductor_checkup.tmc +24 -0
  624. data/lib/diagnostics/db/mad_db_check.tmc +56 -0
  625. data/lib/diagnostics/db/mas_db_checkup.tmc +24 -0
  626. data/lib/diagnostics/db/mas_db_checkup_gem.tmc +20 -0
  627. data/lib/diagnostics/db/mas_db_checkup_jar.tmc +50 -0
  628. data/lib/diagnostics/iguide/iguide_nvram_reset.tmc +23 -0
  629. data/lib/diagnostics/iguide/iguide_prepare_stb.tmc +33 -0
  630. data/lib/diagnostics/iguide/iguide_prepare_stb_and_health_check.tmc +63 -0
  631. data/lib/diagnostics/iguide/iguide_stb_health_check.tmc +54 -0
  632. data/lib/diagnostics/prepare_stb.tmc +30 -0
  633. data/lib/diagnostics/prepare_stb_and_health_check.tmc +56 -0
  634. data/lib/diagnostics/script_options/options_checkup.tmc +145 -0
  635. data/lib/diagnostics/server_components_check.tmc +62 -0
  636. data/lib/diagnostics/ssh/dncs_checkup.tmc +24 -0
  637. data/lib/diagnostics/ssh/mas_checkup.tmc +24 -0
  638. data/lib/diagnostics/stb_health_check.tmc +46 -0
  639. data/lib/diagnostics/stb_ip_check.tmc +120 -0
  640. data/lib/diagnostics/webservices/mas_rest_services_checkup.tmc +24 -0
  641. data/lib/diagnostics/webservices/mas_soap_services_checkup.tmc +24 -0
  642. data/lib/dsllib/common/dncs/dncs_utils.rb +449 -0
  643. data/lib/dsllib/common/mas_db/mas_conductor.rb +1328 -0
  644. data/lib/dsllib/common/mas_db/mas_db.rb +154 -0
  645. data/lib/dsllib/common/mas_db/mas_publish.rb +2349 -0
  646. data/lib/dsllib/common/mas_db/mas_rest_services.rb +75 -0
  647. data/lib/dsllib/common/mas_db/mas_soap_services.rb +540 -0
  648. data/lib/dsllib/common/mas_db/mas_utils.rb +422 -0
  649. data/lib/dsllib/common/remote_diagnostics/mdn_remote_diagnostics.rb +1335 -0
  650. data/lib/dsllib/common/remote_diagnostics/odn_web_server.rb +269 -0
  651. data/lib/dsllib/common/utils/excel_export.rb +273 -0
  652. data/lib/dsllib/common/utils/excel_module.rb +890 -0
  653. data/lib/dsllib/common/utils/server_components_utils.rb +130 -0
  654. data/lib/dsllib/common/utils/stb_health_check_utils.rb +92 -0
  655. data/lib/dsllib/common/utils/sword_utils.rb +393 -0
  656. data/lib/dsllib/common/utils/tmc_utils.rb +2944 -0
  657. data/lib/dsllib/common/utils/virtual_keyboard_navigator.rb +208 -0
  658. data/lib/dsllib/common/utils/virtual_keyboard_vp_navigator.rb +195 -0
  659. data/lib/dsllib/performance/DTA/roi.rb +214 -0
  660. data/lib/dsllib/performance/DTA/utils.rb +96 -0
  661. data/lib/dsllib/performance/iguide_concurrent_test/ROI.rb +236 -0
  662. data/lib/dsllib/performance/iguide_concurrent_test/utils.rb +533 -0
  663. data/lib/dsllib/performance/measure_tune.rb +438 -0
  664. data/lib/dsllib/performance/perf_lib.rb +660 -0
  665. data/lib/end_iteration.rb +4 -0
  666. data/lib/lib/data_services/channel.rb +39 -0
  667. data/lib/lib/data_services/data_services.rb +14 -0
  668. data/lib/lib/data_services/guide.rb +104 -0
  669. data/lib/lib/data_services/lineup.rb +114 -0
  670. data/lib/lib/data_services/program.rb +48 -0
  671. data/lib/lib/data_services/schedule.rb +18 -0
  672. data/lib/lib/data_services/splunk_connector.rb +135 -0
  673. data/lib/lib/data_services/splunk_data_reader.rb +77 -0
  674. data/lib/lib/element/element.rb +79 -0
  675. data/lib/lib/extensions/array_extensions.rb +32 -0
  676. data/lib/lib/extensions/datetime_extensions.rb +8 -0
  677. data/lib/lib/extensions/extensions.rb +51 -0
  678. data/lib/lib/extensions/file_extensions.rb +32 -0
  679. data/lib/lib/extensions/float_extensions.rb +32 -0
  680. data/lib/lib/extensions/integer_extensions.rb +39 -0
  681. data/lib/lib/extensions/nethttp_extensions.rb +11 -0
  682. data/lib/lib/extensions/object_extensions.rb +7 -0
  683. data/lib/lib/extensions/string_extensions.rb +35 -0
  684. data/lib/lib/helpers/tmc_helpers/csv_helper/csv_helper.rb +85 -0
  685. data/lib/lib/helpers/tmc_helpers/email_helper/email_helper.rb +71 -0
  686. data/lib/lib/helpers/tmc_helpers/http_helper/http_helper.rb +133 -0
  687. data/lib/lib/helpers/tmc_helpers/roi_helper/roi_helper.rb +17 -0
  688. data/lib/lib/helpers/tmc_helpers/snmp_helper/snmp_helper.rb +71 -0
  689. data/lib/lib/helpers/tmc_helpers/ssh_helper/ssh_helper.rb +337 -0
  690. data/lib/lib/helpers/tmc_helpers/tmc_helpers.rb +1260 -0
  691. data/lib/lib/keyboard/apple_tv/apple_tv_password_keyboard.rb +102 -0
  692. data/lib/lib/keyboard/apple_tv/apple_tv_search_keyboard.rb +103 -0
  693. data/lib/lib/keyboard/apple_tv/apple_tv_username_keyboard.rb +105 -0
  694. data/lib/lib/keyboard/keyboard.rb +504 -0
  695. data/lib/lib/keyboard/keyboard_layout.rb +51 -0
  696. data/lib/lib/keyboard/roku/roku_reset_pin_keyboard.rb +12 -0
  697. data/lib/lib/keyboard/roku/roku_rsg_search_keyboard.rb +67 -0
  698. data/lib/lib/keyboard/roku/roku_rsg_signin_keyboard.rb +106 -0
  699. data/lib/lib/keyboard/roku/roku_search_keyboard.rb +10 -0
  700. data/lib/lib/keyboard/roku/roku_signin_keyboard.rb +42 -0
  701. data/lib/lib/keyboard/samsung_tv/samsung_tv_search_keyboard.rb +50 -0
  702. data/lib/lib/keyboard/samsung_tv/samsung_tv_signin_keyboard.rb +52 -0
  703. data/lib/lib/keyboard/stb/odn/odn_on_demand_search_keyboard.rb +10 -0
  704. data/lib/lib/keyboard/stb/odn/odn_search_keyboard.rb +10 -0
  705. data/lib/lib/keyboard/stb/spectrum/spectrum_netflix_email_keyboard.rb +50 -0
  706. data/lib/lib/keyboard/stb/spectrum/spectrum_netflix_keyboard.rb +43 -0
  707. data/lib/lib/keyboard/stb/spectrum/spectrum_netflix_name_keyboard.rb +16 -0
  708. data/lib/lib/keyboard/stb/spectrum/spectrum_search_keyboard.rb +32 -0
  709. data/lib/lib/keyboard/tivo/tivo_password_keyboard.rb +0 -0
  710. data/lib/lib/keyboard/tivo/tivo_search_keyboard.rb +0 -0
  711. data/lib/lib/keyboard/tivo/tivo_username_keyboard.rb +0 -0
  712. data/lib/lib/keys/apple_tv/apple_tv_keys.rb +26 -0
  713. data/lib/lib/keys/base_keys.rb +14 -0
  714. data/lib/lib/keys/dta/dta_keys.rb +60 -0
  715. data/lib/lib/keys/mdn/mdn_keys.rb +60 -0
  716. data/lib/lib/keys/passport/passport_keys.rb +59 -0
  717. data/lib/lib/keys/roku/roku_keys.rb +31 -0
  718. data/lib/lib/keys/roku_tv/roku_tv_keys.rb +32 -0
  719. data/lib/lib/keys/samsung_tv/samsung_tv_keys.rb +58 -0
  720. data/lib/lib/keys/sara/sara_keys.rb +60 -0
  721. data/lib/lib/keys/stb/iguide/iguide_keys.rb +56 -0
  722. data/lib/lib/keys/stb/odn/odn_keys.rb +63 -0
  723. data/lib/lib/keys/stb/spectrum/spectrum_keys.rb +59 -0
  724. data/lib/lib/keys/stb/stb_keys.rb +13 -0
  725. data/lib/lib/keys/tivo/tivo_keys.rb +26 -0
  726. data/lib/lib/logger/multi_io.rb +14 -0
  727. data/lib/lib/logger/tmc_dut_logger.rb +251 -0
  728. data/lib/lib/logger/tmc_logger.rb +30 -0
  729. data/lib/lib/mixins/assignable.rb +19 -0
  730. data/lib/lib/mixins/can_have_special_methods.rb +50 -0
  731. data/lib/lib/mixins/enumish.rb +16 -0
  732. data/lib/lib/new_platform.rb +302 -0
  733. data/lib/lib/new_sub_platform.rb +90 -0
  734. data/lib/lib/platform/apple_tv/apple_tv.rb +33 -0
  735. data/lib/lib/platform/apple_tv/apple_tv_1080/apple_tv_1080.rb +54 -0
  736. data/lib/lib/platform/apple_tv/apple_tv_720/apple_tv_720.rb +14 -0
  737. data/lib/lib/platform/dta/dta.rb +35 -0
  738. data/lib/lib/platform/dta/dta_1080/dta_1080.rb +15 -0
  739. data/lib/lib/platform/dta/dta_720/dta_720.rb +15 -0
  740. data/lib/lib/platform/mdn/mdn.rb +35 -0
  741. data/lib/lib/platform/mdn/mdn_1080/mdn_1080.rb +15 -0
  742. data/lib/lib/platform/mdn/mdn_720/mdn_720.rb +15 -0
  743. data/lib/lib/platform/mobile/android/android.rb +23 -0
  744. data/lib/lib/platform/mobile/android/android_phone/android_phone.rb +23 -0
  745. data/lib/lib/platform/mobile/android/android_tablet/android_tablet.rb +23 -0
  746. data/lib/lib/platform/mobile/ios/ios.rb +23 -0
  747. data/lib/lib/platform/mobile/ios/ios_phone/ios_phone.rb +23 -0
  748. data/lib/lib/platform/mobile/ios/ios_tablet/ios_tablet.rb +23 -0
  749. data/lib/lib/platform/mobile/mobile.rb +102 -0
  750. data/lib/lib/platform/passport/passport.rb +41 -0
  751. data/lib/lib/platform/passport/passport1080/passport_1080.rb +15 -0
  752. data/lib/lib/platform/passport/passport_720/passport_720.rb +14 -0
  753. data/lib/lib/platform/platform.rb +884 -0
  754. data/lib/lib/platform/roku/roku.rb +96 -0
  755. data/lib/lib/platform/roku/roku_720/roku_720.rb +16 -0
  756. data/lib/lib/platform/roku_tv/roku_tv.rb +33 -0
  757. data/lib/lib/platform/roku_tv/roku_tv_1080/roku_tv_1080.rb +14 -0
  758. data/lib/lib/platform/roku_tv/roku_tv_720/roku_tv_720.rb +14 -0
  759. data/lib/lib/platform/samsung_tv/samsung_tv.rb +31 -0
  760. data/lib/lib/platform/samsung_tv/samsung_tv_1080/samsung_tv_1080.rb +14 -0
  761. data/lib/lib/platform/samsung_tv/samsung_tv_720/samsung_tv_720.rb +14 -0
  762. data/lib/lib/platform/sara/sara.rb +42 -0
  763. data/lib/lib/platform/sara/sara_1080/sara_1080.rb +15 -0
  764. data/lib/lib/platform/sara/sara_720/sara_720.rb +15 -0
  765. data/lib/lib/platform/stb/iguide/iguide.rb +18 -0
  766. data/lib/lib/platform/stb/iguide/iguide_1080/iguide_1080.rb +14 -0
  767. data/lib/lib/platform/stb/iguide/iguide_720/iguide_720.rb +14 -0
  768. data/lib/lib/platform/stb/odn/odn.rb +480 -0
  769. data/lib/lib/platform/stb/odn/odn_1080/odn_1080.rb +14 -0
  770. data/lib/lib/platform/stb/odn/odn_720/odn_720.rb +14 -0
  771. data/lib/lib/platform/stb/odn/odn_720/odn_720_moto/odn_720_moto.rb +14 -0
  772. data/lib/lib/platform/stb/odn/odn_720/odn_720_sa/odn_720_sa.rb +14 -0
  773. data/lib/lib/platform/stb/odn/odn_720/odn_720_samsung/odn_720_samsung.rb +14 -0
  774. data/lib/lib/platform/stb/spectrum/spectrum.rb +48 -0
  775. data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080.rb +14 -0
  776. data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis.rb +16 -0
  777. data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris.rb +15 -0
  778. data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax.rb +15 -0
  779. data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch.rb +15 -0
  780. data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace.rb +14 -0
  781. data/lib/lib/platform/stb/spectrum/spectrum_720/spectrum_720.rb +14 -0
  782. data/lib/lib/platform/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris.rb +15 -0
  783. data/lib/lib/platform/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax.rb +15 -0
  784. data/lib/lib/platform/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch.rb +15 -0
  785. data/lib/lib/platform/stb/stb.rb +93 -0
  786. data/lib/lib/platform/template.txt +16 -0
  787. data/lib/lib/platform/tivo/tivo.rb +28 -0
  788. data/lib/lib/platform/tivo/tivo_1080/tivo_1080.rb +15 -0
  789. data/lib/lib/platform/tivo/tivo_720/tivo_720.rb +14 -0
  790. data/lib/lib/platform/web/web.rb +51 -0
  791. data/lib/lib/platform_libs/roku/roku_controller.rb +254 -0
  792. data/lib/lib/prereqs/prereqs.rb +17 -0
  793. data/lib/lib/prereqs/prereqs_for_dut.rb +14 -0
  794. data/lib/lib/prereqs/prereqs_for_test.rb +14 -0
  795. data/lib/lib/remotes/remotes.rb +8 -0
  796. data/lib/lib/remotes/stb/spectrum/spectrum_remotes.rb +22 -0
  797. data/lib/lib/roi/black/black_roi.rb +125 -0
  798. data/lib/lib/roi/color/color_roi.rb +138 -0
  799. data/lib/lib/roi/image/image_roi.rb +187 -0
  800. data/lib/lib/roi/roi.rb +1064 -0
  801. data/lib/lib/roi/template_roi.txt +9 -0
  802. data/lib/lib/roi/text/text_roi.rb +187 -0
  803. data/lib/lib/roi/video/video_roi.rb +98 -0
  804. data/lib/lib/screen/screen.rb +183 -0
  805. data/lib/lib/screen/template.txt +7 -0
  806. data/lib/lib/screen/template_screen.txt +10 -0
  807. data/lib/lib/screens/apple_tv/apple_tv_screens.rb +44 -0
  808. data/lib/lib/screens/dta/dta_screens.rb +49 -0
  809. data/lib/lib/screens/mdn/mdn_screens.rb +49 -0
  810. data/lib/lib/screens/mobile/android/android_phone/android_phone_screens.rb +28 -0
  811. data/lib/lib/screens/mobile/android/android_screens.rb +40 -0
  812. data/lib/lib/screens/mobile/android/android_tablet/android_tablet_screens.rb +29 -0
  813. data/lib/lib/screens/mobile/ios/ios_phone/ios_phone_screens.rb +22 -0
  814. data/lib/lib/screens/mobile/ios/ios_screens.rb +39 -0
  815. data/lib/lib/screens/mobile/ios/ios_tablet/ios_tablet_screens.rb +20 -0
  816. data/lib/lib/screens/mobile/mobile_screens.rb +18 -0
  817. data/lib/lib/screens/passport/passport_screens.rb +42 -0
  818. data/lib/lib/screens/roku/roku_screens.rb +72 -0
  819. data/lib/lib/screens/roku_tv/roku_tv_screens.rb +43 -0
  820. data/lib/lib/screens/samsung_tv/samsung_tv_screens.rb +44 -0
  821. data/lib/lib/screens/sara/sara_screens.rb +49 -0
  822. data/lib/lib/screens/screens.rb +23 -0
  823. data/lib/lib/screens/stb/iguide/iguide_1080/iguide_1080_screens.rb +56 -0
  824. data/lib/lib/screens/stb/iguide/iguide_720/iguide_720_screens.rb +56 -0
  825. data/lib/lib/screens/stb/iguide/iguide_screens.rb +54 -0
  826. data/lib/lib/screens/stb/odn/odn_screens.rb +40 -0
  827. data/lib/lib/screens/stb/spectrum/spectrum_docsis/spectrum_1080_docsis_screens.rb +18 -0
  828. data/lib/lib/screens/stb/spectrum/spectrum_screens.rb +48 -0
  829. data/lib/lib/screens/stb/stb_screens.rb +13 -0
  830. data/lib/lib/screens/template.txt +52 -0
  831. data/lib/lib/screens/tivo/tivo_screens.rb +44 -0
  832. data/lib/lib/selenium/appium/appium.rb +388 -0
  833. data/lib/lib/selenium/selenium.rb +466 -0
  834. data/lib/lib/selenium/webdriver/webdriver.rb +254 -0
  835. data/lib/lib/test_case/boilerplate/functional.rb +7 -0
  836. data/lib/lib/test_case/boilerplate/performance.rb +7 -0
  837. data/lib/lib/test_case/ci_test.rb +47 -0
  838. data/lib/lib/test_case/functional_test_case.rb +27 -0
  839. data/lib/lib/test_case/make_boilerplate.rb +32 -0
  840. data/lib/lib/test_case/monitoring/apple_monitor.rb +104 -0
  841. data/lib/lib/test_case/monitoring/base_monitor.rb +140 -0
  842. data/lib/lib/test_case/monitoring/dta_monitor.rb +53 -0
  843. data/lib/lib/test_case/monitoring/iguide_monitor.rb +72 -0
  844. data/lib/lib/test_case/monitoring/mdn_monitor.rb +28 -0
  845. data/lib/lib/test_case/monitoring/monitoring_test.rb +111 -0
  846. data/lib/lib/test_case/monitoring/odn_monitor.rb +137 -0
  847. data/lib/lib/test_case/monitoring/passport_monitor.rb +50 -0
  848. data/lib/lib/test_case/monitoring/report_monitor.rb +178 -0
  849. data/lib/lib/test_case/monitoring/roku_monitor.rb +102 -0
  850. data/lib/lib/test_case/monitoring/sara_monitor.rb +33 -0
  851. data/lib/lib/test_case/monitoring/spec_monitor.rb +154 -0
  852. data/lib/lib/test_case/performance_test_case.rb +29 -0
  853. data/lib/lib/test_case/test_case.rb +1055 -0
  854. data/lib/lib/test_case/test_error.rb +29 -0
  855. data/lib/lib/test_case/test_exception.rb +9 -0
  856. data/lib/lib/test_case/test_status.rb +39 -0
  857. data/lib/lib/test_case/test_step.rb +156 -0
  858. data/lib/lib/test_case/test_trace.rb +80 -0
  859. data/lib/lib/test_data.rb +222 -0
  860. data/lib/lib/test_wrapper.rb +146 -0
  861. data/lib/misc/get_latest_android.sh +14 -0
  862. data/lib/misc/get_latest_ios.sh +14 -0
  863. data/lib/package-lock.json +3 -0
  864. data/lib/run_test.rb +4 -0
  865. data/lib/script_validator.rb +48 -0
  866. data/lib/syntax_eval.rb +151 -0
  867. data/lib/tools/convert_old_scripts.rb +100 -0
  868. data/lib/tools/find_duplicate_rois.rb +27 -0
  869. data/lib/tools/roku/inspector.rb +130 -0
  870. data/lib/tools/syntax_checker.rb +83 -0
  871. data/lib/upload_ref_images.rb +255 -0
  872. metadata +912 -0
@@ -0,0 +1,235 @@
1
+ require './lib/rois/roku/roku_image_rois'
2
+
3
+ # The Roku720ImageRois class defines the image ROIs common to all Roku 720p devices.
4
+
5
+ class Roku720ImageRois < RokuImageRois
6
+
7
+ def twc_app_slot_3
8
+ new(:x => 547, :y => 160, :width => 196, :height => 149, :similarity => 80,
9
+ :ref_img => 'tsimages/reference/roku/roku_home_grid.JPG', :img_x => 552, :img_y => 166, :img_width => 188,
10
+ :img_height => 134)
11
+ end
12
+
13
+ def twc_sitb_app_slot_1
14
+ new(:x => 556, :y => 238, :width => 122, :height => 50, :similarity => 80,
15
+ :ref_img => 'tsimages/reference/roku/twc_sitb_app_slot_1.JPG', :img_x => 557, :img_y => 240, :img_width => 133,
16
+ :img_height => 46)
17
+ end
18
+
19
+ def twc_sitb_app_slot_2
20
+ new(:x => 339, :y => 162, :width => 192, :height => 145, :similarity => 80,
21
+ :ref_img => 'tsimages/reference/roku/twc_sitb_app_slot_1.JPG', :img_x => 562, :img_y => 160, :img_width => 173,
22
+ :img_height => 84)
23
+ end
24
+
25
+ def twc_sitb_app_slot_3
26
+ new(:x => 551, :y => 161, :width => 189, :height => 146, :similarity => 80,
27
+ :ref_img => 'tsimages/reference/roku/twc_sitb_app_slot_1.JPG', :img_x => 556, :img_y => 163, :img_width => 179,
28
+ :img_height => 82)
29
+ end
30
+
31
+ def login_twc_loading_page
32
+ new(:x => 9, :y => 18, :width => 1047, :height => 659, :similarity => 80,
33
+ :ref_img => 'tsimages/reference/roku/roku_login_twc_loading_page.JPG', :img_x => 358, :img_y => 72,
34
+ :img_width => 550,:img_height => 550)
35
+ end
36
+
37
+ def tv_guide_icon
38
+ new(:x => 1172, :y => 134, :width => 46, :height => 37, :similarity => 80,
39
+ :ref_img => 'tsimages/reference/roku/tv_guide_icon.JPG', :img_x => 1174, :img_y => 136, :img_width => 42,
40
+ :img_height => 32)
41
+ end
42
+
43
+ def twc_app_slot_1
44
+ new(:x => 118, :y => 152, :width => 213, :height => 164, :similarity => 80,
45
+ :ref_img => 'tsimages/reference/roku/twc_sitb_app_slot_1.JPG', :img_x => 129, :img_y => 168, :img_width => 188,
46
+ :img_height => 136)
47
+ end
48
+
49
+ def twc_app_slot_2
50
+ new(:x => 337, :y => 160, :width => 196, :height => 144, :similarity => 80,
51
+ :ref_img => 'tsimages/reference/roku/roku_home_grid.JPG', :img_x => 341, :img_y => 174, :img_width => 188,
52
+ :img_height => 125)
53
+ end
54
+
55
+ def mini_guide_on_demand_icon
56
+ new(:x => 512, :y => 385, :width => 58, :height => 46, :similarity => 80,
57
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_on_demand_icon.JPG', :img_x => 525,
58
+ :img_y => 395, :img_width => 31, :img_height => 30)
59
+ end
60
+
61
+ def spectrum_app_slot_1
62
+ new(:x => 139, :y => 167, :width => 169, :height => 126, :similarity => 80,
63
+ :ref_img => 'tsimages/reference/roku/spectrum_app_slot_11.JPG', :img_x => 152, :img_y => 205, :img_width => 139,
64
+ :img_height => 76)
65
+ end
66
+
67
+ def spectrum_app_slot_2
68
+ new(:x => 344, :y => 177, :width => 179, :height => 116, :similarity => 80,
69
+ :ref_img => 'tsimages/reference/roku/spectrum_app_slot_11.JPG', :img_x => 146, :img_y => 195, :img_width => 154,
70
+ :img_height => 73)
71
+ end
72
+
73
+ def spectrum_app_slot_3
74
+ new(:x => 559, :y => 169, :width => 177, :height => 127, :similarity => 80,
75
+ :ref_img => 'tsimages/reference/roku/spectrum_app_slot_11.JPG', :img_x => 146, :img_y => 206, :img_width => 155,
76
+ :img_height => 58)
77
+ end
78
+
79
+ def spectrum_4011_slot_1
80
+ new(:x => 118, :y => 152, :width => 213, :height => 164, :similarity => 80,
81
+ :ref_img => 'tsimages/reference/roku/spectrum_4011_slot_1.JPG', :img_x => 553, :img_y => 168, :img_width => 188,
82
+ :img_height => 135)
83
+ end
84
+
85
+ def spectrum_4011_slot_2
86
+ new(:x => 328, :y => 152, :width => 213, :height => 164, :similarity => 80,
87
+ :ref_img => 'tsimages/reference/roku/spectrum_4011_slot_1.JPG', :img_x => 553, :img_y => 168, :img_width => 188,
88
+ :img_height => 135)
89
+ end
90
+
91
+ def spectrum_4011_slot_3
92
+ new(:x => 542, :y => 152, :width => 213, :height => 164, :similarity => 80,
93
+ :ref_img => 'tsimages/reference/roku/spectrum_4011_slot_1.JPG', :img_x => 553, :img_y => 168, :img_width => 188,
94
+ :img_height => 135)
95
+ end
96
+
97
+ def movie_product_page_cast
98
+ new(:x => 50, :y => 347, :width => 90, :height => 371, :similarity => 80,
99
+ :ref_img => 'tsimages/reference/roku/movie_product_page.JPG', :img_x => 57, :img_y => 550, :img_width => 67,
100
+ :img_height => 32)
101
+ end
102
+
103
+ def movie_product_page_watchlist
104
+ new(:x => 601, :y => 450, :width => 125, :height => 43, :similarity => 80,
105
+ :ref_img => 'tsimages/reference/roku/movie_product_page_watchlist.JPG', :img_x => 564, :img_y => 454,
106
+ :img_width => 190, :img_height => 40)
107
+ end
108
+
109
+ def movie_product_page_remove_watchlist
110
+ new(:x => 280, :y => 279, :width => 932, :height => 413, :similarity => 80,
111
+ :ref_img => 'tsimages/reference/roku/movie_product_page_remove_watchlist.JPG', :img_x => 544, :img_y => 447,
112
+ :img_width => 313, :img_height => 57)
113
+ end
114
+
115
+ def series_product_page_od_episode
116
+ new(:x => 1078, :y => 226, :width => 150, :height => 480, :similarity => 80,
117
+ :ref_img => 'tsimages/reference/roku/series_product_page_od_episode.JPG', :img_x => 1082, :img_y => 374,
118
+ :img_width => 140, :img_height => 32)
119
+ end
120
+
121
+ def series_product_page_watch_on_demand_button
122
+ new(:x => 271, :y => 303, :width => 844, :height => 399, :similarity => 80,
123
+ :ref_img => 'tsimages/reference/roku/series_product_page_watch_on_demand_button.JPG', :img_x => 289,
124
+ :img_y => 347, :img_width => 246, :img_height => 58)
125
+ end
126
+
127
+ def product_page_resume_button
128
+ new(:x => 278, :y => 326, :width => 824, :height => 376, :similarity => 80,
129
+ :ref_img => 'tsimages/reference/roku/product_page_resume_button.JPG', :img_x => 290, :img_y => 348,
130
+ :img_width => 242, :img_height => 56)
131
+ end
132
+
133
+ def series_product_page_common_sense_rating
134
+ new(:x => 394, :y => 108, :width => 858, :height => 172, :similarity => 80,
135
+ :ref_img => 'tsimages/reference/roku/series_product_page.JPG', :img_x => 918, :img_y => 187, :img_width => 89,
136
+ :img_height => 29)
137
+ end
138
+
139
+ def Spanish_ChannelLogo
140
+ new(:x => 1018, :y => 520, :width => 102, :height => 70, :similarity => 80,
141
+ :ref_img => 'tsimages/reference/roku/Spanish_ChannelLogo.JPG', :img_x => 1018, :img_y => 520, :img_width => 98,
142
+ :img_height => 58)
143
+ end
144
+
145
+ def Parentalcontrol_pinbar
146
+ new(:x => 238, :y => 258, :width => 806, :height => 204, :similarity => 80,
147
+ :ref_img => 'tsimages/reference/roku/Parentalcontrol_pinbar.JPG', :img_x => 226, :img_y => 226, :img_width => 830,
148
+ :img_height => 282)
149
+ end
150
+
151
+ def parental_controls_asset
152
+ new(:x => 0, :y => 0, :width => 100, :height => 100, :similarity => 80,
153
+ :ref_img => 'tsimages/reference/roku/parental_controls_asset.JPG', :img_x => 612, :img_y => 148, :img_width => 58,
154
+ :img_height => 44)
155
+ end
156
+
157
+ def parental_lock
158
+ new(:x => 58, :y => 118, :width => 334, :height => 32, :similarity => 80,
159
+ :ref_img => 'tsimages/reference/roku/parental_lock.JPG', :img_x => 506, :img_y => 214, :img_width => 26,
160
+ :img_height => 22)
161
+ end
162
+
163
+ def networkLabel_selected
164
+ new(:x => 61, :y => 142, :width => 319, :height => 58, :similarity => 80,
165
+ :ref_img => 'tsimages/reference/roku/networkLabel_selected.JPG', :img_x => 61, :img_y => 142, :img_width => 319,
166
+ :img_height => 58)
167
+ end
168
+
169
+ def channel_selected
170
+ new(:x => 33, :y => 89, :width => 384, :height => 64, :similarity => 80,
171
+ :ref_img => 'tsimages/reference/roku/channel_selected.JPG', :img_x => 53, :img_y => 92, :img_width => 372,
172
+ :img_height => 58)
173
+ end
174
+
175
+ def pause_button
176
+ new(:x => 46, :y => 652, :width => 62, :height => 39, :similarity => 80,
177
+ :ref_img => 'tsimages/reference/roku/pause_button.JPG', :img_x => 46, :img_y => 652, :img_width => 62,
178
+ :img_height => 39)
179
+ end
180
+
181
+ def video_play
182
+ new(:x => 42, :y => 654, :width => 55, :height => 35, :similarity => 80,
183
+ :ref_img => 'tsimages/reference/roku/play_button.JPG', :img_x => 42, :img_y => 654, :img_width => 55,
184
+ :img_height => 35)
185
+ end
186
+
187
+ def resume_image
188
+ new(:x => 628, :y => 434, :width => 81, :height => 34, :similarity => 80,
189
+ :ref_img => 'tsimages/reference/roku/resume_image.JPG', :img_x => 628, :img_y => 434, :img_width => 81,
190
+ :img_height => 34)
191
+ end
192
+
193
+ def resume_image_portion
194
+ new(:x => 549, :y => 369, :width => 236, :height => 212, :similarity => 80,
195
+ :ref_img => 'tsimages/reference/roku/resume_image_portion.JPG', :img_x => 625, :img_y => 465, :img_width => 85,
196
+ :img_height => 27)
197
+ end
198
+
199
+ def image_trailer
200
+ new(:x => 180, :y => 212, :width => 838, :height => 395, :similarity => 80,
201
+ :ref_img => 'tsimages/reference/roku/image_trailer.JPG', :img_x => 334, :img_y => 453, :img_width => 144,
202
+ :img_height => 40)
203
+ end
204
+
205
+ def image_rent
206
+ new(:x => 505, :y => 398, :width => 306, :height => 142, :similarity => 80,
207
+ :ref_img => 'tsimages/reference/roku/rent_label.JPG', :img_x => 597, :img_y => 432, :img_width => 73,
208
+ :img_height => 36)
209
+ end
210
+
211
+ def watch_list_image
212
+ new(:x => 2, :y => 196, :width => 1246, :height => 351, :similarity => 80,
213
+ :ref_img => 'tsimages/reference/roku/watch_list_image.JPG', :img_x => 2, :img_y => 196, :img_width => 1161,
214
+ :img_height => 332)
215
+ end
216
+
217
+ def watchlist_series
218
+ new(:x => 58, :y => 281, :width => 329, :height => 255, :similarity => 80,
219
+ :ref_img => 'tsimages/reference/roku/watchlist_series.JPG', :img_x => 147, :img_y => 364, :img_width => 144,
220
+ :img_height => 58)
221
+ end
222
+
223
+ def watch_list
224
+ new(:x => 53, :y => 228, :width => 1138, :height => 480, :similarity => 80,
225
+ :ref_img => 'tsimages/reference/roku/watch_list.JPG', :img_x => 554, :img_y => 397, :img_width => 225,
226
+ :img_height => 43)
227
+ end
228
+
229
+ def reset_password_enter_button
230
+ new(:x => 948, :y => 571, :width => 129, :height => 43, :similarity => 80,
231
+ :ref_img => 'tsimages/reference/roku/reset_password_enter_button.JPG', :img_x => 941, :img_y => 576,
232
+ :img_width => 88, :img_height => 36)
233
+ end
234
+
235
+ end
@@ -0,0 +1,23 @@
1
+ require './lib/rois/roku/roku_rois'
2
+ require './lib/rois/roku/roku_720/roku_720_black_rois'
3
+ require './lib/rois/roku/roku_720/roku_720_text_rois'
4
+ require './lib/rois/roku/roku_720/roku_720_image_rois'
5
+ require './lib/rois/roku/roku_720/roku_720_color_rois'
6
+ require './lib/rois/roku/roku_720/roku_720_video_rois'
7
+
8
+ # The Roku720Rois class adds Roku 720p-specific functionality to Roku Rois
9
+
10
+ class Roku720Rois < RokuRois
11
+
12
+ # Public: Initializes Roku720Rois. NOT FOR USE IN TESTS.
13
+ def initialize(*args)
14
+ super(*args)
15
+ # Add Rois common to all Roku 720p devices here
16
+ @black = Roku720BlackRois.new(@dut)
17
+ @text = Roku720TextRois.new(@dut)
18
+ @image = Roku720ImageRois.new(@dut)
19
+ @color = Roku720ColorRois.new(@dut)
20
+ @video = Roku720VideoRois.new(@dut)
21
+ end
22
+
23
+ end
@@ -0,0 +1,1523 @@
1
+ require './lib/rois/roku/roku_text_rois'
2
+
3
+ # The Roku720TextRois class defines the text ROIs common to all Roku 720p devices.
4
+
5
+ class Roku720TextRois < RokuTextRois
6
+
7
+ def unable_to_sign_in
8
+ new(:x => 514, :y => 278, :width => 252, :height => 52, :similarity => 70, :text => 'Unable to Sign In',
9
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/720/login/unable_to_sign_in.jpg')
10
+ end
11
+
12
+ def no_input_signal
13
+ new(:x => 254, :y => 302, :width => 776, :height => 86, :similarity => 80, :preprocessing => 0,
14
+ :text => ['No Input Signal', 'No Signal', 'Unsupported Signal'], :only_digits => false, :ref_img => '')
15
+ end
16
+
17
+ def home_loaded
18
+ new(:text => 'Options', :x => 1026, :y => 54, :width => 100, :height => 30, :preprocessing => 6,
19
+ :ref_img => 'tsimages/reference/roku/roku_home.JPG')
20
+ end
21
+
22
+ def roku_twctv_view_tour
23
+ new(:x => 665, :y => 458, :width => 140, :height => 32, :similarity => 80, :preprocessing => 8, :text => 'View Tour',
24
+ :only_digits => false,:ref_img => 'tsimages/reference/roku/roku_twctv_view_tour.JPG')
25
+ end
26
+
27
+ def text_test
28
+ new(:x => 807, :y => 42, :width => 169, :height => 84, :similarity => 80, :preprocessing => 8, :text => 'test',
29
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/roku_home_grid.JPG')
30
+ end
31
+
32
+ def roku_login_to_start_enjoying_twc_tv
33
+ new(:x => 200, :y => 164, :width => 293, :height => 38, :similarity => 80, :preprocessing => 0,
34
+ :text => 'Looking to access TWC TV', :only_digits => false,
35
+ :ref_img => 'tsimages/reference/roku/roku_login_looking_to_access_twc_tv.JPG')
36
+ end
37
+
38
+ def filter_info_page
39
+ new(:x => 335, :y => 548, :width => 230, :height => 32, :similarity => 80, :preprocessing => 0,
40
+ :text => 'Channel Number', :only_digits => false, :ref_img => 'tsimages/reference/roku/roku_filter_info_page.JPG')
41
+ end
42
+
43
+ def login_to_start_enjoying_twc_tv
44
+ new(:x => 200, :y => 164, :width => 293, :height => 38, :similarity => 80, :preprocessing => 0,
45
+ :text => 'To start enjoying TWC TV', :only_digits => false,
46
+ :ref_img => 'tsimages/reference/roku/roku_login_to_start_enjoying_twc_tv.JPG')
47
+ end
48
+
49
+ def enter_twc_user_name_page
50
+ new(:x => 872, :y => 242, :width => 202, :height => 29, :similarity => 80, :preprocessing => 0,
51
+ :text => 'Enter Username', :only_digits => false,
52
+ :ref_img => 'tsimages/reference/roku/roku_login_username_enter_twc_id_user_name.JPG')
53
+ end
54
+
55
+ def enter_twc_password_page
56
+ new(:x => 878, :y => 242, :width => 202, :height => 31, :similarity => 80, :preprocessing => 0,
57
+ :text => 'Enter Password', :only_digits => false,
58
+ :ref_img => 'tsimages/reference/roku/roku_login_password_enter_twc_id_password.JPG')
59
+ end
60
+
61
+ def main_menu_spectrum_label
62
+ new(:x => 59, :y => 644, :width => 130, :height => 37, :similarity => 80, :preprocessing => 0, :text => 'Spectrum',
63
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/main_menu_spectrum_label.JPG')
64
+ end
65
+
66
+ def filter_info_popup
67
+ new(:x => 362, :y => 90, :width => 164, :height => 34, :similarity => 80, :preprocessing => 0,
68
+ :text => 'Did you know', :only_digits => false,:ref_img => 'tsimages/reference/roku/roku_filter_info_popup.JPG')
69
+ end
70
+
71
+ def end_user_license_agreement
72
+ new(:x => 51, :y => 121, :width => 422, :height => 51, :similarity => 80, :preprocessing => 0,
73
+ :text => 'End User License Agreement', :only_digits => false,
74
+ :ref_img => 'tsimages/reference/roku/roku_login_end_user_license_agreement.JPG')
75
+ end
76
+
77
+ def terms_and_conditions_text
78
+ new(:x => 297, :y => 372, :width => 496, :height => 32, :similarity => 80, :preprocessing => 0,
79
+ :text => 'You must agree to the terms and conditions', :only_digits => false,
80
+ :ref_img => 'tsimages/reference/roku/roku_login_accept_terms_and_conditions_text.JPG')
81
+ end
82
+
83
+ def vod_retrieving
84
+ new(:x => 560, :y => 342, :width => 163, :height => 35, :similarity => 80, :preprocessing => 0,
85
+ :text => 'Retrieving...', :only_digits => false,:ref_img => 'tsimages/reference/roku/roku_vod_retrieving.JPG')
86
+ end
87
+
88
+ def service_unavailable
89
+ new(:x => 478, :y => 218, :width => 278, :height => 48, :similarity => 80, :preprocessing => 0,
90
+ :text => 'Service Unavailable', :only_digits => false,
91
+ :ref_img => 'tsimages/reference/roku/service_unavailable.JPG')
92
+ end
93
+
94
+ def service_unavailable_2
95
+ new(:x => 505, :y => 370, :width => 401, :height => 35, :similarity => 80, :preprocessing => 0,
96
+ :text => 'we are unable to fulfill your request', :only_digits => false,
97
+ :ref_img => 'tsimages/reference/roku/service_unavailable_2.JPG')
98
+ end
99
+
100
+ def available_on_demand_buffer_text
101
+ new(:x => 593, :y => 361, :width => 204, :height => 22, :similarity => 80, :preprocessing => 0,
102
+ :text => 'Available On Demand', :only_digits => false,
103
+ :ref_img => 'tsimages/reference/roku/roku_available_on_demand.JPG')
104
+ end
105
+
106
+ def channel_unavailable_ok_button
107
+ new(:x => 402, :y => 445, :width => 37, :height => 24, :similarity => 80, :preprocessing => 0, :text => 'OK',
108
+ :only_digits => false,:ref_img => 'tsimages/reference/roku/roku_channel_unavailable_ok_button.JPG')
109
+ end
110
+
111
+ def filters_menu_text
112
+ new(:x => 69, :y => 239, :width => 67, :height => 21, :similarity => 80, :preprocessing => 0, :text => 'FILTER',
113
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/roku_guide_on_now_on_next_filters.JPG')
114
+ end
115
+
116
+ def guide_filter_channels_by_text
117
+ new(:x => 68, :y => 120, :width => 190, :height => 22, :similarity => 80, :preprocessing => 0,
118
+ :text => 'FILTER CHANNELS BY:', :only_digits => false,
119
+ :ref_img => 'tsimages/reference/roku/roku_mini_guide_filter_channels_by_text.JPG')
120
+ end
121
+
122
+ def filters_iterator
123
+ new(:x => 48, :y => 122, :width => 280, :height => 30, :similarity => 80, :preprocessing => 6,
124
+ :text => 'All Channels A-Z', :only_digits => false,
125
+ :ref_img => 'tsimages/reference/roku/roku_filters_all_channels_A_Z.JPG')
126
+ end
127
+
128
+ def mini_guide_filter_type
129
+ new(:x => 56, :y => 72, :width => 290, :height => 40, :similarity => 80, :preprocessing => 0,
130
+ :text => 'Mini Guide Filter Type', :only_digits => false,
131
+ :ref_img => 'tsimages/reference/roku/roku_mini_guide_filter_type.JPG')
132
+ end
133
+
134
+ def guide_filter_type
135
+ new(:x => 79, :y => 72, :width => 290, :height => 40, :similarity => 80, :preprocessing => 6,
136
+ :text => 'Guide Filter Type', :only_digits => false,
137
+ :ref_img => 'tsimages/reference/roku/roku_guide_filter_type.JPG')
138
+ end
139
+
140
+ def product_page_asset_on_live_tv
141
+ new(:x => 541, :y => 75, :width => 147, :height => 26, :similarity => 80, :preprocessing => 6, :text => 'ON LIVE TV',
142
+ :only_digits => false,:ref_img => 'tsimages/reference/roku/roku_channel_menu_on_live_tv.JPG')
143
+ end
144
+
145
+ def product_page_asset_on_guide
146
+ new(:x => 404, :y => 284, :width => 114, :height => 24, :similarity => 80, :preprocessing => 6, :text => 'ON GUIDE',
147
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/roku_channel_menu_on_guide.JPG')
148
+ end
149
+
150
+ def remove_series_from_watch_later_list
151
+ new(:x => 541, :y => 75, :width => 406, :height => 26, :similarity => 80, :preprocessing => 6,
152
+ :text => 'Remove Series from Watch Later list', :only_digits => false,
153
+ :ref_img => 'tsimages/reference/roku/roku_guide_product_page_remove_series_from_watch_later_list.JPG')
154
+ end
155
+
156
+ def main_menu_first_menu_item
157
+ new(:x => 59, :y => 132, :width => 245, :height => 33, :similarity => 80, :preprocessing => 0, :text => 'Live TV',
158
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/main_menu_live.JPG')
159
+ end
160
+
161
+ def mini_guide_on_now_text
162
+ new(:x => 268, :y => 82, :width => 75, :height => 19, :similarity => 80, :preprocessing => 0, :text => 'On Now',
163
+ :only_digits => false,:ref_img => 'tsimages/reference/roku/on_now_mini_guide.JPG')
164
+ end
165
+
166
+ def guide_current_program_title
167
+ new(:x => 246, :y => 332, :width => 107, :height => 39, :similarity => 80, :preprocessing => 0,
168
+ :text => 'Program Title', :only_digits => false,
169
+ :ref_img => 'tsimages/reference/roku/roku_guide_epg_current_program_highlight.JPG')
170
+ end
171
+
172
+ def guide_info_banner_title
173
+ new(:x => 213, :y => 515, :width => 175, :height => 36, :similarity => 80, :preprocessing => 0,
174
+ :text => 'Info Banner Program Title', :only_digits => false,
175
+ :ref_img => 'tsimages/reference/roku/roku_guide_epg_current_program_highlight.JPG')
176
+ end
177
+
178
+ def add_series_to_watch_later_list
179
+ new(:x => 541, :y => 75, :width => 406, :height => 26, :similarity => 80, :preprocessing => 6,
180
+ :text => 'Add Series to Watch Later list', :only_digits => false, :ref_img => '')
181
+ end
182
+
183
+ def product_page_movie_watch_live
184
+ new(:x => 326, :y => 267, :width => 100, :height => 21, :similarity => 80, :preprocessing => 0, :text => 'Watch Live',
185
+ :only_digits => false,
186
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_product_page_movie_watch_live.JPG')
187
+ end
188
+
189
+ def exit_page_back_to_home_text
190
+ new(:x => 442, :y => 381, :width => 221, :height => 25, :similarity => 80, :preprocessing => 0,
191
+ :text => 'Back to Home Screen', :only_digits => false,
192
+ :ref_img => 'tsimages/reference/roku/exit_page_back_to_home_text.JPG')
193
+ end
194
+
195
+ def mini_guide_on_now_program_name
196
+ new(:x => 266, :y => 396, :width => 297, :height => 30, :similarity => 80, :preprocessing => 0,
197
+ :text => 'Program Name', :only_digits => false,
198
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_program_name.JPG')
199
+ end
200
+
201
+ def full_screen_overlay_live_tv_text
202
+ new(:x => 1008, :y => 56, :width => 94, :height => 26, :similarity => 80, :preprocessing => 0, :text => 'Live TV',
203
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/full_screen_overlay_live_tv_text.JPG')
204
+ end
205
+
206
+ def info_bar_asset_name
207
+ new(:x => 59, :y => 537, :width => 403, :height => 41, :similarity => 80, :preprocessing => 0,
208
+ :text => 'Info bar asset name', :only_digits => false,
209
+ :ref_img => 'tsimages/reference/roku/full_screen_overlay_live_tv_text.JPG')
210
+ end
211
+
212
+ def inactivity_notice_button
213
+ new(:x => 489, :y => 387, :width => 38, :height => 29, :similarity => 80, :preprocessing => 0, :text => 'OK',
214
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/roku_four_hours_inactivity_notice_button.JPG')
215
+ end
216
+
217
+ def inactivity_notice_text
218
+ new(:x => 578, :y => 358, :width => 44, :height => 29, :similarity => 80, :preprocessing => 0, :text => 'OK',
219
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/roku_four_hours_inactivity_notice.JPG')
220
+ end
221
+
222
+ def AndroidPhone
223
+ new(:x => 187, :y => 384, :width => 59, :height => 74, :similarity => 48, :preprocessing => 376, :text => '',
224
+ :only_digits => false, :ref_img => '')
225
+ end
226
+
227
+ def mini_guide_channel_number
228
+ new(:x => 179, :y => 424, :width => 66, :height => 26, :similarity => 80, :preprocessing => 6,
229
+ :text => 'Mini Guide Channel Number', :only_digits => false,
230
+ :ref_img => 'tsimages/reference/roku/mini_guide_highlight_iterator.JPG')
231
+ end
232
+
233
+ def mini_guide_on_now_start_end_time
234
+ new(:x => 262, :y => 452, :width => 272, :height => 32, :similarity => 80, :preprocessing => 0,
235
+ :text => 'Mini Guide Start End Time', :only_digits => false,
236
+ :ref_img => 'tsimages/reference/roku/mini_guide_on_now_start_end_time.JPG')
237
+ end
238
+
239
+ def info_bar_channel_number
240
+ new(:x => 211, :y => 596, :width => 102, :height => 26, :similarity => 80, :preprocessing => 6,
241
+ :text => 'Info Bar Channel Number', :only_digits => false,
242
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_info_bar_channel_number.JPG')
243
+ end
244
+
245
+ def info_bar_call_name
246
+ new(:x => 189, :y => 622, :width => 122, :height => 26, :similarity => 80, :preprocessing => 0,
247
+ :text => 'Info Bar Call Name', :only_digits => false,
248
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_info_bar_call_name.JPG')
249
+ end
250
+
251
+ def info_bar_start_end_time
252
+ new(:x => 102, :y => 614, :width => 271, :height => 25, :similarity => 80, :preprocessing => 0,
253
+ :text => 'Info Bar Start End Time', :only_digits => false,
254
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_info_bar_start_end_time.JPG')
255
+ end
256
+
257
+ def info_bar_season_episode
258
+ new(:x => 319, :y => 624, :width => 134, :height => 28, :similarity => 80, :preprocessing => 0,
259
+ :text => 'Info Bar Season Episode', :only_digits => false,
260
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_info_bar_season_episode.JPG')
261
+ end
262
+
263
+ def info_bar_available_on_demand
264
+ new(:x => 475, :y => 614, :width => 439, :height => 26, :similarity => 80, :preprocessing => 6, :text => 'ON DEMAND',
265
+ :only_digits => false,
266
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_info_bar_on_demand.JPG')
267
+ end
268
+
269
+ def product_page_asset_on_live_tv_lower
270
+ new(:x => 540, :y => 123, :width => 147, :height => 26, :similarity => 80, :preprocessing => 6, :text => 'ON LIVE TV',
271
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/product_page_asset_on_live_tv_lower.JPG')
272
+ end
273
+
274
+ def product_page_episode_number
275
+ new(:x => 403, :y => 422, :width => 101, :height => 33, :similarity => 80, :preprocessing => 6,
276
+ :text => 'Product Page Episode Number', :only_digits => false,
277
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_product_page_show_episode.JPG')
278
+ end
279
+
280
+ def info_bar_movie_rating
281
+ new(:x => 58, :y => 612, :width => 74, :height => 29, :similarity => 80, :preprocessing => 0,
282
+ :text => 'Info Bar Movie Rating', :only_digits => false,
283
+ :ref_img => 'tsimages/reference/roku_live_tv_mini_guide_on_now_info_bar_movie_rating.JPG')
284
+ end
285
+
286
+ def info_bar_movie_year
287
+ new(:x => 57, :y => 578, :width => 74, :height => 30, :similarity => 80, :preprocessing => 0,
288
+ :text => 'Info Bar Movie Year', :only_digits => false,
289
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_info_bar_movie_year.JPG')
290
+ end
291
+
292
+ def roku_product_page_button_text_slot_1
293
+ new(:x => 324, :y => 267, :width => 110, :height => 21, :similarity => 80, :preprocessing => 0,
294
+ :text => 'Product Page Button Slot 1', :only_digits => false,
295
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_product_page_movie_watch_live.JPG')
296
+ end
297
+
298
+ def roku_product_page_button_text_slot_2
299
+ new(:x => 483, :y => 267, :width => 110, :height => 21, :similarity => 80, :preprocessing => 0,
300
+ :text => 'Product Page Button Slot 2', :only_digits => false,
301
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_product_page_movie_watch_live.JPG')
302
+ end
303
+
304
+ def roku_product_page_button_text_slot_3
305
+ new(:x => 642, :y => 267, :width => 110, :height => 21, :similarity => 80, :preprocessing => 0,
306
+ :text => 'Product Page Button Slot 3', :only_digits => false,
307
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_product_page_movie_watch_live.JPG')
308
+ end
309
+
310
+ def roku_product_page_button_text_slot_4
311
+ new(:x => 803, :y => 267, :width => 110, :height => 21, :similarity => 80, :preprocessing => 0,
312
+ :text => 'Product Page Button Slot 4', :only_digits => false,
313
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_product_page_movie_watch_live.JPG')
314
+ end
315
+
316
+ def roku_product_page_button_text_slot_5
317
+ new(:x => 962, :y => 267, :width => 110, :height => 21, :similarity => 80, :preprocessing => 0,
318
+ :text => 'Product Page Button Slot 5', :only_digits => false,
319
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_product_page_movie_watch_live.JPG')
320
+ end
321
+
322
+ def product_page_cast_and_crew_text
323
+ new(:x => 68, :y => 221, :width => 152, :height => 23, :similarity => 80, :preprocessing => 0,
324
+ :text => 'Cast and Crew', :only_digits => false,
325
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_product_page_movie_cast_and_crew.JPG')
326
+ end
327
+
328
+ def product_page_related_to_text
329
+ new(:x => 69, :y => 566, :width => 108, :height => 24, :similarity => 80, :preprocessing => 0, :text => 'Related to',
330
+ :only_digits => false,
331
+ :ref_img => 'tsimages/reference/roku/roku_live_tv_mini_guide_on_now_product_page_movie_related_to.JPG')
332
+ end
333
+
334
+ def settings_page_title
335
+ new(:x => 56, :y => 48, :width => 136, :height => 43, :similarity => 80, :preprocessing => 0, :text => 'Settings',
336
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/roku_settings_title.JPG')
337
+ end
338
+
339
+ def on_demand_page_title
340
+ new(:x => 65, :y => 54, :width => 177, :height => 42, :similarity => 80, :preprocessing => 6, :text => 'On Demand',
341
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/on_demand_page.JPG')
342
+ end
343
+
344
+ def on_demand_asset_title
345
+ new(:x => 784, :y => 452, :width => 426, :height => 33, :similarity => 80, :preprocessing => 0,
346
+ :text => 'On Demand Asset Title', :only_digits => false,
347
+ :ref_img => 'tsimages/reference/roku/on_demand_asset_title.JPG')
348
+ end
349
+
350
+ def watch_later_page_title
351
+ new(:x => 65, :y => 56, :width => 154, :height => 37, :similarity => 80, :preprocessing => 6, :text => 'My Library',
352
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/roku_watch_later_page_title.JPG')
353
+ end
354
+
355
+ def on_demand_number_of_assets
356
+ new(:x => 1168, :y => 119, :width => 38, :height => 35, :similarity => 80, :preprocessing => 6,
357
+ :text => 'Number of Assets in Category', :only_digits => false,
358
+ :ref_img => 'tsimages/reference/roku/on_demand_page.JPG')
359
+ end
360
+
361
+ def get_on_demand_category
362
+ new(:x => 65, :y => 120, :width => 279, :height => 40, :similarity => 80, :preprocessing => 6,
363
+ :text => 'On Demand Category', :only_digits => false, :ref_img => 'tsimages/reference/roku/on_demand_page.JPG')
364
+ end
365
+
366
+ def exit_app_text
367
+ new(:x => 388, :y => 272, :width => 134, :height => 41, :similarity => 80, :preprocessing => 0, :text => 'Exit App',
368
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/exit_app_text.JPG')
369
+ end
370
+
371
+ def welcome_screen_text
372
+ new(:x => 60, :y => 171, :width => 246, :height => 53, :similarity => 80, :preprocessing => 0, :text => 'Welcome',
373
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/welcome_screen_text.JPG')
374
+ end
375
+
376
+ def new_look_page_text
377
+ new(:x => 389, :y => 226, :width => 273, :height => 64, :similarity => 80, :preprocessing => 0, :text => 'New Look',
378
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/new_look_page.JPG')
379
+ end
380
+
381
+ def guide_page_title_text
382
+ new(:x => 1014, :y => 54, :width => 84, :height => 32, :similarity => 80, :preprocessing => 0, :text => 'Guide',
383
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/guide_page_title.JPG')
384
+ end
385
+
386
+ def current_time_header_text
387
+ new(:x => 1113, :y => 56, :width => 103, :height => 27, :similarity => 80, :preprocessing => 0,
388
+ :text => 'Info Bar Start End Time', :only_digits => false,
389
+ :ref_img => 'tsimages/reference/roku/guide_page_title.JPG')
390
+ end
391
+
392
+ def guide_filters_text
393
+ new(:x => 51, :y => 28, :width => 123, :height => 40, :similarity => 80, :preprocessing => 8, :text => '< FILTERS',
394
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/guide_page_title.JPG')
395
+ end
396
+
397
+ def guide_time_slot_header_text
398
+ new(:x => 341, :y => 134, :width => 143, :height => 34, :similarity => 80, :preprocessing => 0,
399
+ :text => 'Guide Time Slot Header', :only_digits => false,
400
+ :ref_img => 'tsimages/reference/roku/guide_page_title.JPG')
401
+ end
402
+
403
+ def starting_the_app_text
404
+ new(:x => 421, :y => 249, :width => 187, :height => 32, :similarity => 80, :preprocessing => 0,
405
+ :text => 'Starting the app', :only_digits => false,
406
+ :ref_img => 'tsimages/reference/roku/starting_the_app_page.JPG')
407
+ end
408
+
409
+ def info_overlay_view_details_text
410
+ new(:x => 574, :y => 665, :width => 155, :height => 22, :similarity => 80, :preprocessing => 0,
411
+ :text => 'VIEW DETAILS', :only_digits => false, :ref_img => 'tsimages/reference/roku/info_overlay.JPG')
412
+ end
413
+
414
+ def mini_guide_filters_text
415
+ new(:x => 75, :y => 47, :width => 81, :height => 26, :similarity => 80, :preprocessing => 0, :text => 'FILTERS',
416
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/roku_mini_guide.JPG')
417
+ end
418
+
419
+ def guide_call_letters
420
+ new(:x => 79, :y => 191, :width => 130, :height => 34, :similarity => 80, :preprocessing => 6,
421
+ :text => 'Guide Call Letters', :only_digits => false, :ref_img => 'tsimages/reference/roku/guide_page_title.JPG')
422
+ end
423
+
424
+ def guide_call_number
425
+ new(:x => 233, :y => 193, :width => 84, :height => 29, :similarity => 80, :preprocessing => 6,
426
+ :text => 'Guide Call Number', :only_digits => false, :ref_img => 'tsimages/reference/roku/guide_page_title.JPG')
427
+ end
428
+
429
+ def mini_guide_filters_menu_text
430
+ new(:x => 69, :y => 249, :width => 67, :height => 21, :similarity => 80, :preprocessing => 0, :text => 'FILTER',
431
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/roku_guide_on_now_on_next_filters.JPG')
432
+ end
433
+
434
+ def mini_guide_info_popup
435
+ new(:x => 406, :y => 202, :width => 127, :height => 36, :similarity => 80, :preprocessing => 0, :text => 'mini guide',
436
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/mini_guide_info_popup.JPG')
437
+ end
438
+
439
+ def app_loading_spectrum_text
440
+ new(:x => 89, :y => 471, :width => 308, :height => 90, :similarity => 80, :preprocessing => 6, :text => 'Spectrum',
441
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/app_loading_spectrum_text.JPG')
442
+ end
443
+
444
+ def content_is_blocked_text
445
+ new(:x => 406, :y => 260, :width => 250, :height => 29, :similarity => 80, :preprocessing => 8,
446
+ :text => 'content is blocked', :only_digits => false,
447
+ :ref_img => 'tsimages/reference/roku/content_is_blocked.JPG')
448
+ end
449
+
450
+ def enter_your_pin_text
451
+ new(:x => 393, :y => 199, :width => 164, :height => 34, :similarity => 80, :preprocessing => 8,
452
+ :text => 'Enter your PIN', :only_digits => false, :ref_img => 'tsimages/reference/roku/enter_your_pin.JPG')
453
+ end
454
+
455
+ def guide_current_channel_title_text
456
+ new(:x => 1014, :y => 54, :width => 84, :height => 32, :similarity => 80, :preprocessing => 0,
457
+ :text => 'Current Channel Title', :only_digits => false,
458
+ :ref_img => 'tsimages/reference/roku/guide_page_title.JPG')
459
+ end
460
+
461
+ def series_product_page_on_guide_text
462
+ new(:x => 402, :y => 282, :width => 115, :height => 26, :similarity => 80, :preprocessing => 6, :text => 'ON GUIDE',
463
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/series_product_page.JPG')
464
+ end
465
+
466
+ def series_product_page_watchlist_text
467
+ new(:x => 156, :y => 381, :width => 116, :height => 24, :similarity => 80, :preprocessing => 0, :text => 'WATCHLIST',
468
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/series_product_page.JPG')
469
+ end
470
+
471
+ def series_product_page_remove_watchlist_text
472
+ new(:x => 87, :y => 381, :width => 258, :height => 24, :similarity => 80, :preprocessing => 0,
473
+ :text => 'REMOVE FROM WATCHLIST', :only_digits => false,
474
+ :ref_img => 'tsimages/reference/roku/series_product_page_remove_watchlist.JPG')
475
+ end
476
+
477
+ def full_screen_overlay_ch_text
478
+ new(:x => 1008, :y => 56, :width => 94, :height => 26, :similarity => 80, :preprocessing => 0, :text => 'Live TV',
479
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/full_screen_overlay_live_tv_text.JPG')
480
+ end
481
+
482
+ def product_page_asset_on_now
483
+ new(:x => 404, :y => 284, :width => 101, :height => 24, :similarity => 80, :preprocessing => 6, :text => 'ON NOW',
484
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/roku_channel_menu_on_now.JPG')
485
+ end
486
+
487
+ def product_page_cast_text
488
+ new(:x => 57, :y => 447, :width => 68, :height => 36, :similarity => 80, :preprocessing => 0, :text => 'Cast',
489
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/product_page_movie.JPG')
490
+ end
491
+
492
+ def roku_home_page_menu_item
493
+ new(:x => 56, :y => 117, :width => 213, :height => 60, :similarity => 80, :preprocessing => 6, :text => '',
494
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/main_menu.JPG')
495
+ end
496
+
497
+ def product_page_cast_text_2
498
+ new(:x => 57, :y => 385, :width => 68, :height => 36, :similarity => 80, :preprocessing => 0, :text => 'Cast',
499
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/product_page_movie_2.JPG')
500
+ end
501
+
502
+ def product_page_more_like_this_text
503
+ new(:x => 54, :y => 575, :width => 200, :height => 41, :similarity => 80, :preprocessing => 0,
504
+ :text => 'More Like This', :only_digits => false,
505
+ :ref_img => 'tsimages/reference/roku/product_page_more_like_this.JPG')
506
+ end
507
+
508
+ def on_demand_loading_text
509
+ new(:x => 574, :y => 342, :width => 134, :height => 35, :similarity => 80, :preprocessing => 0, :text => 'Loading...',
510
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/on_demand_loading.JPG')
511
+ end
512
+
513
+ def product_page_description_text
514
+ new(:x => 286, :y => 178, :width => 858, :height => 520, :similarity => 80, :preprocessing => 0,
515
+ :text => 'Product Page Description', :only_digits => false,
516
+ :ref_img => 'tsimages/reference/roku/product_page_description_text.JPG')
517
+ end
518
+
519
+ def series_product_page_title
520
+ new(:x => 59, :y => 44, :width => 1137, :height => 50, :similarity => 80, :preprocessing => 6, :text => 'Search',
521
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/series_product_page.JPG')
522
+ end
523
+
524
+ def series_product_page_description_text
525
+ new(:x => 394, :y => 108, :width => 858, :height => 160, :similarity => 80, :preprocessing => 0,
526
+ :text => 'Series Product Page Description', :only_digits => false,
527
+ :ref_img => 'tsimages/reference/roku/series_product_page.JPG')
528
+ end
529
+
530
+ def movie_product_page_title
531
+ new(:x => 291, :y => 107, :width => 860, :height => 43, :similarity => 80, :preprocessing => 6,
532
+ :text => 'Movie Product Page Title', :only_digits => false,
533
+ :ref_img => 'tsimages/reference/roku/movie_product_page.JPG')
534
+ end
535
+
536
+ def movie_product_page_ratings
537
+ new(:x => 289, :y => 182, :width => 467, :height => 37, :similarity => 80, :preprocessing => 0,
538
+ :text => 'Movie Product Page Ratings', :only_digits => false,
539
+ :ref_img => 'tsimages/reference/roku/movie_product_page.JPG')
540
+ end
541
+
542
+ def movie_product_page_other_ways_to_watch
543
+ new(:x => 54, :y => 591, :width => 290, :height => 41, :similarity => 80, :preprocessing => 0,
544
+ :text => 'Other Ways to Watch', :only_digits => false,
545
+ :ref_img => 'tsimages/reference/roku/movie_product_page_other_ways_to_watch.JPG')
546
+ end
547
+
548
+ def testtest
549
+ new(:x => 60, :y => 41, :width => 194, :height => 65, :similarity => 80, :preprocessing => 6, :text => 'On Demand',
550
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/testtest.JPG')
551
+ end
552
+
553
+ def search_page_header_text
554
+ new(:x => 59, :y => 52, :width => 108, :height => 30, :similarity => 80, :preprocessing => 6, :text => 'Search',
555
+ :only_digits => false, :ref_img => 'tsimages/reference/search_page_header.JPG')
556
+ end
557
+
558
+ def search_clear_button_text
559
+ new(:x => 269, :y => 417, :width => 66, :height => 29, :similarity => 80, :preprocessing => 0, :text => 'Clear',
560
+ :only_digits => false, :ref_img => 'tsimages/reference/search_page_header.JPG')
561
+ end
562
+
563
+ def search_info_text
564
+ new(:x => 405, :y => 202, :width => 434, :height => 35, :similarity => 80, :preprocessing => 0,
565
+ :text => 'Search for a title, a person, sports, etc.', :only_digits => false,
566
+ :ref_img => 'tsimages/reference/search_page_header.JPG')
567
+ end
568
+
569
+ def search_delete_button_text
570
+ new(:x => 61, :y => 418, :width => 81, :height => 31, :similarity => 80, :preprocessing => 0, :text => 'Delete',
571
+ :only_digits => false, :ref_img => 'tsimages/reference/search_page_header.JPG')
572
+ end
573
+
574
+ def search_space_button_text
575
+ new(:x => 166, :y => 419, :width => 72, :height => 33, :similarity => 80, :preprocessing => 0, :text => 'Space',
576
+ :only_digits => false, :ref_img => 'tsimages/reference/search_page_header.JPG')
577
+ end
578
+
579
+ def search_results_text
580
+ new(:x => 1073, :y => 135, :width => 132, :height => 28, :similarity => 80, :preprocessing => 6, :text => '',
581
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/search_results_text.JPG')
582
+ end
583
+
584
+ def actor_product_page_search_text
585
+ new(:x => 61, :y => 44, :width => 816, :height => 48, :similarity => 80, :preprocessing => 0,
586
+ :text => 'Actor Product Page Search String', :only_digits => false,
587
+ :ref_img => 'tsimages/reference/roku/actor_product_page.JPG')
588
+ end
589
+
590
+ def actor_product_page_results_text
591
+ new(:x => 67, :y => 143, :width => 178, :height => 31, :similarity => 80, :preprocessing => 0,
592
+ :text => 'Actor Product Page Results String', :only_digits => false,
593
+ :ref_img => 'tsimages/reference/roku/actor_product_page.JPG')
594
+ end
595
+
596
+ def actor_product_page_first_asset_type
597
+ new(:x => 507, :y => 193, :width => 84, :height => 35, :similarity => 80, :preprocessing => 0,
598
+ :text => 'Actor Product Page First Asset Type', :only_digits => false,
599
+ :ref_img => 'tsimages/reference/roku/actor_product_page.JPG')
600
+ end
601
+
602
+ def actor_product_page_first_asset_availability
603
+ new(:x => 628, :y => 194, :width => 334, :height => 35, :similarity => 80, :preprocessing => 0,
604
+ :text => 'Actor Product Page First Asset Type', :only_digits => false, :ref_img => '')
605
+ end
606
+
607
+ def actor_product_page_asset_info
608
+ new(:x => 1007, :y => 434, :width => 215, :height => 102, :similarity => 80, :preprocessing => 6,
609
+ :text => 'Actor Product Page Asset Info', :only_digits => false,
610
+ :ref_img => 'tsimages/reference/roku/actor_product_page.JPG')
611
+ end
612
+
613
+ def search_no_results_found_text
614
+ new(:x => 700, :y => 360, :width => 227, :height => 29, :similarity => 80, :preprocessing => 0,
615
+ :text => 'No results found.', :only_digits => false,
616
+ :ref_img => 'tsimages/reference/roku/search_no_results_found_text.JPG')
617
+ end
618
+
619
+ def watch_later_no_items_listed_alert
620
+ new(:x => 292, :y => 370, :width => 624, :height => 50, :similarity => 80, :preprocessing => 0,
621
+ :text => 'Currently there are not items listed under this category.', :only_digits => false,
622
+ :ref_img => 'tsimages/reference/roku/watch_later_no_items_alert.JPG')
623
+ end
624
+
625
+ def settings_menu_iterator
626
+ new(:x => 54, :y => 110, :width => 314, :height => 70, :similarity => 80, :preprocessing => 0,
627
+ :text => 'Settings Menu Iterator', :only_digits => false,
628
+ :ref_img => 'tsimages/reference/roku/roku_settings_title.JPG')
629
+ end
630
+
631
+ def settings_application_version_text
632
+ new(:x => 603, :y => 166, :width => 111, :height => 28, :similarity => 80, :preprocessing => 0,
633
+ :text => 'Settings Application Version', :only_digits => false,
634
+ :ref_img => 'tsimages/reference/roku/settings_about_highlighted.JPG')
635
+ end
636
+
637
+ def sign_in_page_header_text
638
+ new(:x => 1052, :y => 68, :width => 106, :height => 38, :similarity => 80, :preprocessing => 0, :text => 'Sign In',
639
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/sign_in_page.JPG')
640
+ end
641
+
642
+ def please_visit_charter_alert
643
+ new(:x => 296, :y => 371, :width => 255, :height => 31, :similarity => 80, :preprocessing => 0,
644
+ :text => 'Please visit charter.net', :only_digits => false,
645
+ :ref_img => 'tsimages/reference/roku/please_visit_charter_alert.JPG')
646
+ end
647
+
648
+ def incorrect_credentials_alert_text
649
+ new(:x => 296, :y => 371, :width => 542, :height => 35, :similarity => 80, :preprocessing => 0,
650
+ :text => 'The user name or password is incorrect.', :only_digits => false,
651
+ :ref_img => 'tsimages/reference/roku/incorrect_credentials_alert.JPG')
652
+ end
653
+
654
+ def login_need_help_signing_in_alert
655
+ new(:x => 294, :y => 366, :width => 619, :height => 39, :similarity => 80, :preprocessing => 8,
656
+ :text => 'Please visit charter.net/login to retrieve your username', :only_digits => false,
657
+ :ref_img => 'tsimages/reference/roku/login_need_help_alert.JPG')
658
+ end
659
+
660
+ def main_menu_Live_TV
661
+ new(:x => 60, :y => 130, :width => 130, :height => 36, :similarity => 80, :preprocessing => 7, :text => 'Live TV',
662
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/main_menu_Live_TV.JPG')
663
+ end
664
+
665
+ def Product_Page_description_text_validation
666
+ new(:x => 286, :y => 178, :width => 858, :height => 520, :similarity => 80, :preprocessing => 0,
667
+ :text => 'Product Page Description', :only_digits => false,
668
+ :ref_img => 'tsimages/reference/roku/product_page_description_text_validation.JPG')
669
+ end
670
+
671
+ def series_product_page_description_text_validation
672
+ new(:x => 394, :y => 108, :width => 858, :height => 160, :similarity => 80, :preprocessing => 0, :text => '',
673
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/series_product_page_description_text_validation.JPG')
674
+ end
675
+
676
+ def Roku_Home_settings
677
+ new(:x => 122, :y => 502, :width => 116, :height => 34, :similarity => 80, :preprocessing => 0, :text => 'Settings',
678
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Roku_Home_settings.JPG')
679
+ end
680
+
681
+ def Settings_System
682
+ new(:x => 124, :y => 548, :width => 104, :height => 34, :similarity => 80, :preprocessing => 0, :text => 'System',
683
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/product_page_product_art_motion.JPG')
684
+ end
685
+
686
+ def About_Roku_Model
687
+ new(:x => 650, :y => 212, :width => 250, :height => 40, :similarity => 80, :preprocessing => 0, :text => '',
688
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_Roku_Model.JPG')
689
+ end
690
+
691
+ def About_Roku_SerialNo
692
+ new(:x => 654, :y => 258, :width => 226, :height => 28, :similarity => 80, :preprocessing => 0, :text => '',
693
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_Roku_SerialNo.JPG')
694
+ end
695
+
696
+ def About_Roku_SoftwareVersion
697
+ new(:x => 646, :y => 294, :width => 460, :height => 36, :similarity => 80, :preprocessing => 0, :text => '',
698
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_Roku_SoftwareVersion.JPG')
699
+ end
700
+
701
+ def About_Roku_Uptime
702
+ new(:x => 650, :y => 336, :width => 392, :height => 38, :similarity => 80, :preprocessing => 0, :text => '',
703
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_Roku_Uptime.JPG')
704
+ end
705
+
706
+ def About_Roku_Support
707
+ new(:x => 648, :y => 374, :width => 420, :height => 46, :similarity => 80, :preprocessing => 0, :text => '',
708
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_Roku_Support.JPG')
709
+ end
710
+
711
+ def About_Roku_Network
712
+ new(:x => 650, :y => 410, :width => 434, :height => 44, :similarity => 80, :preprocessing => 0, :text => '',
713
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_Roku_Network.JPG')
714
+ end
715
+
716
+ def About_Roku_IP
717
+ new(:x => 650, :y => 458, :width => 370, :height => 40, :similarity => 80, :preprocessing => 0, :text => '',
718
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_Roku_IP.JPG')
719
+ end
720
+
721
+ def About_Roku_EthernetMac
722
+ new(:x => 650, :y => 498, :width => 474, :height => 40, :similarity => 80, :preprocessing => 0, :text => '',
723
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_Roku_EthernetMac.JPG')
724
+ end
725
+
726
+
727
+ def About_Roku_WirelessMac
728
+ new(:x => 652, :y => 540, :width => 398, :height => 36, :similarity => 80, :preprocessing => 0, :text => '',
729
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_Roku_WirelessMac.JPG')
730
+ end
731
+
732
+ def About_Roku_SDcard
733
+ new(:x => 644, :y => 580, :width => 412, :height => 44, :similarity => 80, :preprocessing => 0, :text => '',
734
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_Roku_SDcard.JPG')
735
+ end
736
+
737
+ def Timezone
738
+ new(:x => 500, :y => 164, :width => 92, :height => 30, :similarity => 80, :preprocessing => 0, :text => '',
739
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Timezone.JPG')
740
+ end
741
+
742
+ def Clockformat
743
+ new(:x => 500, :y => 160, :width => 92, :height => 40, :similarity => 80, :preprocessing => 0, :text => '',
744
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Clockformat.JPG')
745
+ end
746
+
747
+ def Settings_Audio
748
+ new(:x => 126, :y => 402, :width => 84, :height => 36, :similarity => 80, :preprocessing => 0, :text => '',
749
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Settings_Audio.JPG')
750
+ end
751
+
752
+ def Audio_Menuvolume
753
+ new(:x => 490, :y => 158, :width => 102, :height => 38, :similarity => 80, :preprocessing => 0, :text => '',
754
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Audio_Menuvolume.JPG')
755
+ end
756
+
757
+ def Audio_Mode
758
+ new(:x => 410, :y => 206, :width => 194, :height => 44, :similarity => 80, :preprocessing => 0, :text => '',
759
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Audio_Mode.JPG')
760
+ end
761
+
762
+ def Audio_HDMI
763
+ new(:x => 446, :y => 250, :width => 150, :height => 44, :similarity => 80, :preprocessing => 0, :text => '',
764
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Audio_HDMI.JPG')
765
+ end
766
+
767
+ def About_Version
768
+ new(:x => 596, :y => 158, :width => 110, :height => 38, :similarity => 80, :preprocessing => 0, :text => '',
769
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_Version')
770
+ end
771
+
772
+ def About_App_Builddate
773
+ new(:x => 596, :y => 196, :width => 148, :height => 32, :similarity => 80, :preprocessing => 0, :text => '',
774
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_App_Builddate.JPG')
775
+ end
776
+
777
+ def About_App_Model
778
+ new(:x => 602, :y => 304, :width => 78, :height => 28, :similarity => 80, :preprocessing => 0, :text => '',
779
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_App_Model.JPG')
780
+ end
781
+
782
+ def About_App_Serialnumber
783
+ new(:x => 594, :y => 358, :width => 186, :height => 34, :similarity => 80, :preprocessing => 0, :text => '',
784
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_App_Serialnumber.JPG')
785
+ end
786
+
787
+ def About_App_Devicename
788
+ new(:x => 592, :y => 328, :width => 94, :height => 34, :similarity => 80, :preprocessing => 0, :text => '',
789
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_App_Devicename.JPG')
790
+ end
791
+
792
+ def About_App_Firmware
793
+ new(:x => 594, :y => 392, :width => 164, :height => 32, :similarity => 80, :preprocessing => 0, :text => '',
794
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_App_Firmware.JPG')
795
+ end
796
+
797
+ def About_App_Timezone
798
+ new(:x => 594, :y => 418, :width => 130, :height => 36, :similarity => 80, :preprocessing => 0, :text => '',
799
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_App_Timezone.JPG')
800
+ end
801
+
802
+ def About_App_Connectiontype
803
+ new(:x => 596, :y => 518, :width => 254, :height => 46, :similarity => 80, :preprocessing => 0, :text => '',
804
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_App_Connectiotype.JPG')
805
+ end
806
+
807
+ def About_App_SSID
808
+ new(:x => 600, :y => 554, :width => 206, :height => 40, :similarity => 80, :preprocessing => 0, :text => '',
809
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_App_SSID.JPG')
810
+ end
811
+
812
+ def About_App_PublicIP
813
+ new(:x => 602, :y => 596, :width => 144, :height => 22, :similarity => 80, :preprocessing => 0, :text => '',
814
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/About_App_PublicIP.JPG')
815
+ end
816
+
817
+ def roku_home_network
818
+ new(:x => 106, :y => 150, :width => 524, :height => 62, :similarity => 80, :preprocessing => 0,
819
+ :text => 'Roku Home Network', :only_digits => false,
820
+ :ref_img => 'tsimages/reference/roku/roku_home_settings_title.JPG')
821
+ end
822
+
823
+ def app_launch_loading_text
824
+ new(:x => 574, :y => 359, :width => 134, :height => 35, :similarity => 80, :preprocessing => 0, :text => 'Loading...',
825
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/app_launch_loading.JPG')
826
+ end
827
+
828
+ def Popup_Existing_subscription
829
+ new(:x => 294, :y => 348, :width => 658, :height => 108, :similarity => 80, :preprocessing => 0, :text => '',
830
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Popup_Existing_subscription.JPG')
831
+ end
832
+
833
+ def Reset_Your_Password
834
+ new(:x => 500, :y => 282, :width => 286, :height => 38, :similarity => 80, :preprocessing => 0,
835
+ :text => 'Reset Your Password', :only_digits => false,
836
+ :ref_img => 'tsimages/reference/roku/Reset_Your_Password.JPG')
837
+ end
838
+
839
+ def Incorrect_username_password
840
+ new(:x => 296, :y => 360, :width => 666, :height => 92, :similarity => 80, :preprocessing => 0, :text => '',
841
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Incorrect_username_password.JPG')
842
+ end
843
+
844
+ def Main_Menu_settings
845
+ new(:x => 62, :y => 422, :width => 172, :height => 50, :similarity => 80, :preprocessing => 0, :text => 'Settings',
846
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Main_Menu_settings.JPG')
847
+ end
848
+
849
+ def Settings_SignOut
850
+ new(:x => 60, :y => 386, :width => 182, :height => 60, :similarity => 80, :preprocessing => 0, :text => 'Sign Out',
851
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Settings_SignOut.JPG')
852
+ end
853
+
854
+ def OOH_Error_Message
855
+ new(:x => 296, :y => 342, :width => 678, :height => 112, :similarity => 80, :preprocessing => 0, :text => '',
856
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/OOH_error_message.JPG')
857
+ end
858
+
859
+ def my_library
860
+ new(:x => 52, :y => 46, :width => 190, :height => 58, :similarity => 80, :preprocessing => 0, :text => 'My Library',
861
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/my_library.JPG')
862
+ end
863
+
864
+ def app_launch_start_text
865
+ new(:x => 420, :y => 246, :width => 190, :height => 35, :similarity => 80, :preprocessing => 0,
866
+ :text => 'Starting the app', :only_digits => false,
867
+ :ref_img => 'tsimages/reference/roku/app_launch_start_page.JPG')
868
+ end
869
+
870
+ def Spanish_Network
871
+ new(:x => 76, :y => 376, :width => 90, :height => 46, :similarity => 80, :preprocessing => 0, :text => '',
872
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Spanish_Network.JPG')
873
+ end
874
+
875
+ def Spanish_Asset
876
+ new(:x => 582, :y => 438, :width => 466, :height => 56, :similarity => 80, :preprocessing => 0, :text => '',
877
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Spanish_Asset.JPG')
878
+ end
879
+
880
+ def SpanishAsset_ProductPageTitle
881
+ new(:x => 290, :y => 116, :width => 120, :height => 50, :similarity => 80, :preprocessing => 0, :text => '',
882
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/SpanishAsset_ProductPageTitle.JPG')
883
+ end
884
+
885
+ def ResetPin_Invalid_Password
886
+ new(:x => 298, :y => 380, :width => 434, :height => 36, :similarity => 80, :preprocessing => 0,
887
+ :text => 'Please Try again with a valid Password', :only_digits => false,
888
+ :ref_img => 'tsimages/reference/roku/ResetPin_Invalid_Password.JPG')
889
+ end
890
+
891
+ def ResetPin_Pagedescription
892
+ new(:x => 546, :y => 243, :width => 182, :height => 33, :similarity => 80, :preprocessing => 6,
893
+ :text => 'To Reset PIN,', :only_digits => false,
894
+ :ref_img => 'tsimages/reference/roku/ResetPin_Pagedescription.JPG')
895
+ end
896
+
897
+ def ResetPinOption
898
+ new(:x => 402, :y => 306, :width => 134, :height => 46, :similarity => 80, :preprocessing => 0, :text => 'Reset PIN',
899
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/ResetPinOption.JPG')
900
+ end
901
+
902
+ def ParentalControlPin_Text
903
+ new(:x => 420, :y => 194, :width => 446, :height => 42, :similarity => 80, :preprocessing => 0,
904
+ :text => 'Enter your PIN to edit Parental Controls', :only_digits => false,
905
+ :ref_img => 'tsimages/reference/roku/ParentalControlPin_Text.JPG')
906
+ end
907
+
908
+ def ValidPinError
909
+ new(:x => 508, :y => 506, :width => 262, :height => 28, :similarity => 80, :preprocessing => 0,
910
+ :text => 'Please enter a valid PIN.', :only_digits => false,
911
+ :ref_img => 'tsimages/reference/roku/ValidPinError.JPG')
912
+ end
913
+
914
+ def VOD_DAI_Asset
915
+ new(:x => 786, :y => 446, :width => 84, :height => 46, :similarity => 80, :preprocessing => 0, :text => '',
916
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/VOD_DAI_Asset.JPG')
917
+ end
918
+
919
+ def mini_guide_sort_menu
920
+ new(:x => 64, :y => 46, :width => 92, :height => 52, :similarity => 80, :preprocessing => 0, :text => 'SORT BY',
921
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/mini_guide_sort_menu.JPG')
922
+ end
923
+
924
+ def ManageBlocking
925
+ new(:x => 400, :y => 248, :width => 294, :height => 44, :similarity => 80, :preprocessing => 6,
926
+ :text => 'Manage Channel Blocking', :only_digits => false,
927
+ :ref_img => 'tsimages/reference/roku/ManageBlocking.JPG')
928
+ end
929
+
930
+ def Miniguide_first_Channel_num
931
+ new(:x => 196, :y => 182, :width => 54, :height => 46, :similarity => 80, :preprocessing => 0, :text => '2',
932
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/miniguide_first_channel_num.JPG')
933
+ end
934
+
935
+ def settings_manage_channel_blocking_text
936
+ new(:x => 58, :y => 118, :width => 334, :height => 32, :similarity => 80, :preprocessing => 6,
937
+ :text => 'Manage Channel Blocking', :only_digits => false,
938
+ :ref_img => 'tsimages/reference/roko/settings_manage_channel_blocking_text.JPG')
939
+ end
940
+
941
+ def parental_control_enable_disable
942
+ new(:x => 1162, :y => 134, :width => 48, :height => 30, :similarity => 80, :preprocessing => 0, :text => 'OFF',
943
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/parental_control_enable_disable.JPG')
944
+ end
945
+
946
+ def content_blocked_parental_controls
947
+ new(:x => 342, :y => 250, :width => 600, :height => 40, :similarity => 80, :preprocessing => 0,
948
+ :text => 'This content is blocked by Parental Controls', :only_digits => false,
949
+ :ref_img => 'tsimages/reference/roku/content_blocked_parental_controls.JPG')
950
+ end
951
+
952
+ def ParentalControlPin_Turn_Off
953
+ new(:x => 394, :y => 194, :width => 494, :height => 36, :similarity => 80, :preprocessing => 0,
954
+ :text => 'Enter your PIN to turn Parental Controls OFF', :only_digits => false,
955
+ :ref_img => 'tsimages/reference/roku/ParentalControlPin_Turn_Off.JPG')
956
+ end
957
+
958
+ def Manage_favorites
959
+ new(:x => 404, :y => 256, :width => 208, :height => 32, :similarity => 80, :preprocessing => 0,
960
+ :text => 'Manage Favorites', :only_digits => false, :ref_img => 'tsimages/reference/roku/manage_favorites.jpg')
961
+ end
962
+
963
+ def Manage_favorites_page
964
+ new(:x => 402, :y => 250, :width => 202, :height => 41, :similarity => 80, :preprocessing => 0,
965
+ :text => 'Manage Favorites', :only_digits => false,
966
+ :ref_img => 'tsimages/reference/roku/Manage_favorites_page.jpg')
967
+ end
968
+
969
+ def abc_network
970
+ new(:x => 276, :y => 230, :width => 53, :height => 51, :similarity => 80, :preprocessing => 0, :text => '',
971
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/abc_network.JPG')
972
+ end
973
+
974
+ def channel_selected
975
+ new(:x => 43, :y => 88, :width => 351, :height => 61, :similarity => 80, :preprocessing => 0, :text => '',
976
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/channel_selected.JPG')
977
+ end
978
+
979
+ def network_selected
980
+ new(:x => 33, :y => 147, :width => 387, :height => 55, :similarity => 80, :preprocessing => 0, :text => '',
981
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/network_selected.JPG')
982
+ end
983
+
984
+ def network_first_channel
985
+ new(:x => 55, :y => 185, :width => 263, :height => 55, :similarity => 80, :preprocessing => 0, :text => '',
986
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/network_first_channel.JPG')
987
+ end
988
+
989
+ def Parental_Enter_New_Pin
990
+ new(:x => 531, :y => 200, :width => 222, :height => 30, :similarity => 80, :preprocessing => 0,
991
+ :text => 'Enter your new PIN', :only_digits => false,
992
+ :ref_img => 'tsimages/reference/roku/Parental_Enter_New_Pin.JPG')
993
+ end
994
+
995
+ def Parental_ReEnter_New_Pin
996
+ new(:x => 516, :y => 195, :width => 250, :height => 35, :similarity => 80, :preprocessing => 0,
997
+ :text => 'Re-enter your new PIN', :only_digits => false,
998
+ :ref_img => 'tsimages/reference/roku/Parental_Reenter_new_pin.JPG')
999
+ end
1000
+
1001
+ def guide_first_channel
1002
+ new(:x => 178, :y => 167, :width => 84, :height => 72, :similarity => 80, :preprocessing => 0, :text => '',
1003
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/guide_first_channel.JPG')
1004
+ end
1005
+
1006
+ def guide_second_channel
1007
+ new(:x => 190, :y => 304, :width => 64, :height => 41, :similarity => 80, :preprocessing => 0, :text => '',
1008
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/guide_second_channel.JPG')
1009
+ end
1010
+
1011
+ def blocked_channel_with_lock
1012
+ new(:x => 387, :y => 192, :width => 167, :height => 127, :similarity => 80, :preprocessing => 0, :text => '',
1013
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/blocked_channel_with_lock.JPG')
1014
+ end
1015
+
1016
+
1017
+
1018
+ def locked_image
1019
+ new(:x => 491, :y => 207, :width => 45, :height => 38, :similarity => 80, :preprocessing => 0, :text => '',
1020
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/locked_image.JPG')
1021
+ end
1022
+
1023
+ def unlock_image
1024
+ new(:x => 661, :y => 205, :width => 43, :height => 43, :similarity => 80, :preprocessing => 0, :text => '',
1025
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/unlock_image.JPG')
1026
+ end
1027
+
1028
+ def Invalid_Message_Verification
1029
+ new(:x => 508, :y => 506, :width => 266, :height => 33, :similarity => 80, :preprocessing => 0,
1030
+ :text => 'Enter your PIN to edit Parental Controls', :only_digits => false,
1031
+ :ref_img => 'tsimages/reference/roku/Invalid_Message_Verification.JPG')
1032
+ end
1033
+
1034
+ def favorite_filter
1035
+ new(:x => 66, :y => 182, :width => 68, :height => 53, :similarity => 80, :preprocessing => 0, :text => '',
1036
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/favorite_filter.JPG')
1037
+
1038
+ end
1039
+
1040
+ def no_favorites
1041
+ new(:x => 655, :y => 230, :width => 321, :height => 51, :similarity => 80, :preprocessing => 0,
1042
+ :text => 'added favorites yet', :only_digits => false, :ref_img => 'tsimages/reference/roku/no_favorites.JPG')
1043
+ end
1044
+
1045
+ def miniguide_filter_favorites
1046
+ new(:x => 43, :y => 73, :width => 149, :height => 48, :similarity => 80, :preprocessing => 0, :text => 'Favorites',
1047
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/miniguide_filter_favorites.JPG')
1048
+ end
1049
+
1050
+ def miniguide_filter_locals
1051
+ new(:x => 43, :y => 68, :width => 101, :height => 51, :similarity => 80, :preprocessing => 0, :text => 'Locals',
1052
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/miniguide_filter_locals.JPG')
1053
+ end
1054
+
1055
+ def miniguide_filter_movies
1056
+ new(:x => 46, :y => 78, :width => 106, :height => 41, :similarity => 80, :preprocessing => 0, :text => 'Movies',
1057
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/miniguide_filter_movies.JPG')
1058
+ end
1059
+
1060
+ def miniguide_filter_sports
1061
+ new(:x => 43, :y => 78, :width => 116, :height => 31, :similarity => 80, :preprocessing => 0, :text => 'Sports',
1062
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/miniguide_filter_sports.JPG')
1063
+ end
1064
+
1065
+ def video_text
1066
+ new(:x => 54, :y => 42, :width => 191, :height => 62, :similarity => 80, :preprocessing => 0, :text => 'Video Store',
1067
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/video_text.JPG')
1068
+ end
1069
+
1070
+ def video_store_title
1071
+ new(:x => 52, :y => 54, :width => 196, :height => 44, :similarity => 80, :preprocessing => 0, :text => '',
1072
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/video_store_title.JPG')
1073
+ end
1074
+
1075
+ def video_title
1076
+ new(:x => 56, :y => 51, :width => 41, :height => 44, :similarity => 80, :preprocessing => 0, :text => '',
1077
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/video_title.JPG')
1078
+ end
1079
+
1080
+ def trailer_text
1081
+ new(:x => 361, :y => 464, :width => 101, :height => 42, :similarity => 80, :preprocessing => 0, :text => 'TRAILER',
1082
+ :only_digits => false, :ref_img => 'tsimgaes/reference/roku/trailer_text.JPG')
1083
+ end
1084
+
1085
+ def rent_text
1086
+ new(:x => 611, :y => 436, :width => 58, :height => 29, :similarity => 80, :preprocessing => 0, :text => 'RENT',
1087
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/rent_text.JPG')
1088
+ end
1089
+
1090
+ def rr_txt
1091
+ new(:x => 618, :y => 441, :width => 12, :height => 25, :similarity => 80, :preprocessing => 0, :text => '',
1092
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/rr_txt.JPG')
1093
+ end
1094
+
1095
+ def username_field
1096
+ new(:x => 402, :y => 177, :width => 668, :height => 56, :similarity => 80, :preprocessing => 0, :text => '',
1097
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/username_field.JPG')
1098
+
1099
+ def video_store
1100
+ new(:x => 51, :y => 356, :width => 221, :height => 48, :similarity => 80, :preprocessing => 0, :text => '',
1101
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/video_store.JPG')
1102
+ end
1103
+
1104
+ def Video_Store_title
1105
+ new(:x => 70, :y => 52, :width => 184, :height => 48, :similarity => 80, :preprocessing => 0, :text => 'Video Store',
1106
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Video_Store_title.JPG')
1107
+ end
1108
+
1109
+ def Video_store_label
1110
+ new(:x => 58, :y => 49, :width => 200, :height => 49, :similarity => 80, :preprocessing => 0, :text => 'Video Store',
1111
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Video_store_label.JPG')
1112
+ end
1113
+
1114
+ def trailer_txt
1115
+ new(:x => 363, :y => 431, :width => 104, :height => 35, :similarity => 80, :preprocessing => 0, :text => 'TRAILER',
1116
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/trailer_txt.JPG')
1117
+ end
1118
+
1119
+ def rent_txt
1120
+ new(:x => 617, :y => 431, :width => 50, :height => 35, :similarity => 80, :preprocessing => 0, :text => 'RE',
1121
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/rent_txt.JPG')
1122
+ end
1123
+
1124
+ def rent_message
1125
+ new(:x => 370, :y => 321, :width => 421, :height => 37, :similarity => 80, :preprocessing => 0,
1126
+ :text => 'Are you sure you want to rent this?', :only_digits => false,
1127
+ :ref_img => 'tsimages/reference/roku/rent_message.JPG')
1128
+ end
1129
+
1130
+ def rent_popup
1131
+ new(:x => 477, :y => 429, :width => 66, :height => 40, :similarity => 80, :preprocessing => 0, :text => 'RENT',
1132
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/rent_popup.JPG')
1133
+ end
1134
+
1135
+ def cancel_button
1136
+ new(:x => 726, :y => 438, :width => 89, :height => 28, :similarity => 80, :preprocessing => 0, :text => 'CANCEL',
1137
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/cancel_button.JPG')
1138
+ end
1139
+
1140
+ def setting_high
1141
+ new(:x => 34, :y => 478, :width => 195, :height => 52, :similarity => 80, :preprocessing => 0, :text => 'Settings',
1142
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/setting_high.JPG')
1143
+ end
1144
+
1145
+ end
1146
+
1147
+ def purchase_controls
1148
+ new(:x => 57, :y => 259, :width => 330, :height => 48, :similarity => 80, :preprocessing => 0,
1149
+ :text => 'Purchase Controls', :only_digits => false, :ref_img => 'tsimages/reference/roku/purchase_controls.jPG')
1150
+ end
1151
+
1152
+ def reset_pin
1153
+ new(:x => 401, :y => 191, :width => 113, :height => 37, :similarity => 80, :preprocessing => 0, :text => 'Reset PIN',
1154
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/reset_pin.JPG')
1155
+ end
1156
+
1157
+ def trailer_txt_full
1158
+ new(:x => 371, :y => 439, :width => 28, :height => 29, :similarity => 80, :preprocessing => 0, :text => 'TRAILER',
1159
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/trailer_txt_full.JPG')
1160
+ end
1161
+
1162
+ def Purchase_control_PIN_screen
1163
+ new(:x => 453, :y => 192, :width => 369, :height => 46, :similarity => 80, :preprocessing => 0,
1164
+ :text => 'Enter your Purchase Controls PIN', :only_digits => false,
1165
+ :ref_img => 'tsimages/reference/roku/purchase_control_pin_screen.JPG')
1166
+ end
1167
+
1168
+ def please_text
1169
+ new(:x => 320, :y => 195, :width => 89, :height => 39, :similarity => 80, :preprocessing => 0, :text => 'Please',
1170
+ :only_digits => false, :ref_img => 'tsimage/reference/roku/please_text.JPG')
1171
+ end
1172
+
1173
+ def rent_label
1174
+ new(:x => 615, :y => 388, :width => 48, :height => 27, :similarity => 80, :preprocessing => 0, :text => 'RENT',
1175
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/rent_label.JPG')
1176
+ end
1177
+
1178
+ def trailer_full_text
1179
+ new(:x => 361, :y => 464, :width => 94, :height => 25, :similarity => 80, :preprocessing => 0, :text => 'TRAILER',
1180
+ :only_digits => false, :ref_img => 'tsimage/reference/roku/trailer_full_text.JPG')
1181
+ end
1182
+
1183
+ def rent_start
1184
+ new(:x => 607, :y => 439, :width => 35, :height => 23, :similarity => 80, :preprocessing => 0, :text => 'RE',
1185
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/rent_start.JPG')
1186
+ end
1187
+
1188
+ def invalid_purchase_pin
1189
+ new(:x => 506, :y => 504, :width => 260, :height => 32, :similarity => 80, :preprocessing => 0,
1190
+ :text => 'Please enter a valid PIN', :only_digits => false,
1191
+ :ref_img => 'tsimages/reference/roku/invalid_purchase_pin.JPG')
1192
+ end
1193
+
1194
+ def puchase_text
1195
+ new(:x => 402, :y => 140, :width => 44, :height => 21, :similarity => 80, :preprocessing => 0, :text => '',
1196
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/puchase_text.JPG')
1197
+ end
1198
+
1199
+ def enter_reset_pin
1200
+ new(:x => 559, :y => 237, :width => 512, :height => 37, :similarity => 80, :preprocessing => 0,
1201
+ :text => 'To reset PIN please enter your password', :only_digits => false,
1202
+ :ref_img => 'tsimages/reference/roku/enter_reset_pin.JPG')
1203
+ end
1204
+
1205
+ def Puchase_txt
1206
+ new(:x => 62, :y => 261, :width => 53, :height => 41, :similarity => 80, :preprocessing => 0,
1207
+ :text => 'Purchase Controls ', :only_digits => false, :ref_img => 'tsimages/reference/roku/Purchase_txt')
1208
+ end
1209
+
1210
+ def parental_control_text
1211
+ new(:x => 62, :y => 188, :width => 322, :height => 51, :similarity => 80, :preprocessing => 6,
1212
+ :text => 'Parental Controls ', :only_digits => false,
1213
+ :ref_img => 'tsimages/reference/roku/parental_control_text.JPG')
1214
+ end
1215
+
1216
+ def username_field_retrieve
1217
+ new(:x => 734, :y => 186, :width => 328, :height => 41, :similarity => 80, :preprocessing => 0, :text => '',
1218
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/username_field_retrieve.JPG')
1219
+ end
1220
+
1221
+ def user_empty
1222
+ new(:x => 708, :y => 182, :width => 345, :height => 43, :similarity => 80, :preprocessing => 0, :text => '',
1223
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/user_empty.JPG')
1224
+ end
1225
+
1226
+ def reset_text
1227
+ new(:x => 352, :y => 236, :width => 750, :height => 40, :similarity => 80, :preprocessing => 0,
1228
+ :text => 'To reset PIN, Please enter your password.', :only_digits => false,
1229
+ :ref_img => 'tsimages/reference/roku/reset_text.JPG')
1230
+ end
1231
+
1232
+ def purchase_control_Pin
1233
+ new(:x => 399, :y => 134, :width => 251, :height => 32, :similarity => 80, :preprocessing => 0,
1234
+ :text => 'Purchase Controls PIN', :only_digits => false,
1235
+ :ref_img => 'tsimages/reference/roku/purchase_control_Pin.JPG')
1236
+ end
1237
+
1238
+ def reset_highlighted
1239
+ new(:x => 406, :y => 193, :width => 108, :height => 35, :similarity => 80, :preprocessing => 0, :text => 'Reset PIN',
1240
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/reset_highlighted.JPG')
1241
+ end
1242
+
1243
+ def invalid_password_resetPin
1244
+ new(:x => 288, :y => 380, :width => 441, :height => 35, :similarity => 80, :preprocessing => 0,
1245
+ :text => 'Please Try again with a valid Password', :only_digits => false,
1246
+ :ref_img => 'tsimages/reference/roku/invalid_password_resetPin.JPG')
1247
+ end
1248
+
1249
+ def video_store_colored
1250
+ new(:x => 39, :y => 342, :width => 217, :height => 72, :similarity => 80, :preprocessing => 0, :text => 'Video Store',
1251
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/video_store_colored.JPG')
1252
+ end
1253
+
1254
+ def trailer_texxt
1255
+ new(:x => 366, :y => 438, :width => 100, :height => 30, :similarity => 80, :preprocessing => 0, :text => 'TRAILER',
1256
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/trailer_texxt.JPG')
1257
+ end
1258
+
1259
+ def play_button
1260
+ new(:x => 42, :y => 654, :width => 55, :height => 35, :similarity => 80, :preprocessing => 0, :text => '',
1261
+ :only_digits => false, :ref_img => '')
1262
+ end
1263
+
1264
+ def resume_label_highlighted
1265
+ new(:x => 622, :y => 385, :width => 81, :height => 34, :similarity => 80, :preprocessing => 0, :text => 'RESUME',
1266
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/resume_label_highlighted.JPG')
1267
+ end
1268
+
1269
+ def asset_selected
1270
+ new(:x => 526, :y => 146, :width => 227, :height => 327, :similarity => 80, :preprocessing => 0, :text => '',
1271
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/asset_selected.JPG')
1272
+ end
1273
+
1274
+ def rent_available_label
1275
+ new(:x => 911, :y => 488, :width => 79, :height => 38, :similarity => 80, :preprocessing => 0, :text => '',
1276
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/asset_selected.JPG')
1277
+ end
1278
+
1279
+ def all_new_label
1280
+ new(:x => 60, :y => 114, :width => 115, :height => 51, :similarity => 80, :preprocessing => 0, :text => 'All New',
1281
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/all_new_label.JPG')
1282
+ end
1283
+
1284
+ def message_box
1285
+ new(:x => 786, :y => 448, :width => 164, :height => 86, :similarity => 80, :preprocessing => 0, :text => '',
1286
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/message_box.JPG')
1287
+ end
1288
+
1289
+ def Sample_uname_txt
1290
+ new(:x => 278, :y => 164, :width => 814, :height => 79, :similarity => 80, :preprocessing => 0, :text => '',
1291
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Sample_uname_txt.JPG')
1292
+ end
1293
+
1294
+ def voice_data_message
1295
+ new(:x => 290, :y => 348, :width => 703, :height => 116, :similarity => 80, :preprocessing => 0,
1296
+ :text => 'The program you have requested is only available when you are accessing this video service in your home using a cable modem authorized by Spectrum.',
1297
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/voice_data_message.JPG')
1298
+ end
1299
+
1300
+ def out_of_home
1301
+ new(:x => 497, :y => 386, :width => 306, :height => 36, :similarity => 80, :preprocessing => 6,
1302
+ :text => 'video service in your home,', :only_digits => false,
1303
+ :ref_img => 'tsimages/reference/roku/out_of_home.JPG')
1304
+ end
1305
+
1306
+ def miniguide_assetname
1307
+ new(:x => 258, :y => 383, :width => 253, :height => 40, :similarity => 80, :preprocessing => 0, :text => '',
1308
+ :only_digits => false, :ref_img => 'tsimages/refrence/roku/miniguide_assetname.JPG')
1309
+ end
1310
+
1311
+ def guide_chno_one
1312
+ new(:x => 193, :y => 185, :width => 51, :height => 40, :similarity => 80, :preprocessing => 0, :text => '',
1313
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/guide_chno_one.JPG')
1314
+ end
1315
+
1316
+ def guide_chno_two
1317
+ new(:x => 192, :y => 303, :width => 48, :height => 43, :similarity => 80, :preprocessing => 0, :text => '',
1318
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/guide_chno_two.JPG')
1319
+ end
1320
+
1321
+ def clear_box
1322
+ new(:x => 104, :y => 225, :width => 73, :height => 38, :similarity => 80, :preprocessing => 6, :text => 'CLEAR',
1323
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/clear_box.JPG')
1324
+ end
1325
+
1326
+ def ondemand_info_bar
1327
+ new(:x => 576, :y => 655, :width => 152, :height => 35, :similarity => 80, :preprocessing => 6,
1328
+ :text => 'VIEW DETAILS', :only_digits => false, :ref_img => 'tsimages/reference/roku/ondemand_info_bar.JPG')
1329
+ end
1330
+
1331
+ def info_bar_cast_text
1332
+ new(:x => 57, :y => 339, :width => 72, :height => 99, :similarity => 80, :preprocessing => 0, :text => 'Cast',
1333
+ :only_digits => false, :ref_img => '')
1334
+ end
1335
+
1336
+ def get_on_demand_category_free_movies
1337
+ new(:x => 65, :y => 120, :width => 279, :height => 40, :similarity => 80, :preprocessing => 6, :text => 'Free Movies',
1338
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/on_demand_page.JPG')
1339
+ end
1340
+
1341
+ def product_page_date
1342
+ new(:x => 290, :y => 149, :width => 66, :height => 30, :similarity => 80, :preprocessing => 0, :text => '',
1343
+ :only_digits => false, :ref_img => '')
1344
+ end
1345
+
1346
+ def main_menu_mylibrary
1347
+ new(:x => 46, :y => 238, :width => 204, :height => 53, :similarity => 80, :preprocessing => 0, :text => 'My Library',
1348
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/main_menu_mylibrary.JPG')
1349
+ end
1350
+
1351
+ def first_channel
1352
+ new(:x => 184, :y => 186, :width => 66, :height => 42, :similarity => 80, :preprocessing => 0, :text => '',
1353
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/first_channel.JPG')
1354
+ end
1355
+
1356
+ def second_channel
1357
+ new(:x => 193, :y => 302, :width => 57, :height => 35, :similarity => 80, :preprocessing => 0, :text => '',
1358
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/second_channel.JPG')
1359
+ end
1360
+
1361
+ def my_library_sub_category
1362
+ new(:x => 66, :y => 119, :width => 235, :height => 40, :similarity => 80, :preprocessing => 0, :text => 'Watchlist',
1363
+ :only_digits => false, :ref_img => '')
1364
+ end
1365
+
1366
+ def sign_in_sample
1367
+ new(:x => 1057, :y => 61, :width => 104, :height => 48, :similarity => 80, :preprocessing => 0, :text => 'Sign In',
1368
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/sign_in_sample.JPG')
1369
+ end
1370
+
1371
+ def channel_number
1372
+ new(:x => 1027, :y => 52, :width => 80, :height => 37, :similarity => 80, :preprocessing => 0, :text => '',
1373
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/channel_number.JPG')
1374
+ end
1375
+
1376
+ def channelnumber
1377
+ new(:x => 193, :y => 173, :width => 62, :height => 520, :similarity => 80, :preprocessing => 0, :text => '',
1378
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/channelnumbers.JPG')
1379
+ end
1380
+
1381
+ def middle_channel
1382
+ new(:x => 184, :y => 410, :width => 62, :height => 50, :similarity => 80, :preprocessing => 0, :text => '',
1383
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/middle_channel.JPG')
1384
+ end
1385
+
1386
+ def get_on_demand_category_season_catchup
1387
+ new(:x => 65, :y => 120, :width => 279, :height => 40, :similarity => 80, :preprocessing => 6,
1388
+ :text => 'Season Catch-Up', :only_digits => false, :ref_img => 'tsimages/reference/roku/on_demand_page.JPG')
1389
+ end
1390
+
1391
+ def asset_episode_date
1392
+ new(:x => 1066, :y => 319, :width => 168, :height => 44, :similarity => 80, :preprocessing => 0, :text => 'On Demand',
1393
+ :only_digits => false, :ref_img => '')
1394
+ end
1395
+
1396
+ def series_product_page_future_watchlist
1397
+ new(:x => 352, :y => 328, :width => 123, :height => 100, :similarity => 80, :preprocessing => 0, :text => 'WATCHLIST',
1398
+ :only_digits => false, :ref_img => '')
1399
+ end
1400
+
1401
+ def movie_product_page_remove_watchlist
1402
+ new(:x => 544, :y => 353, :width => 313, :height => 138, :similarity => 80, :preprocessing => 0,
1403
+ :text => 'REMOVE FROM WATCHLIST', :only_digits => false, :ref_img => '')
1404
+ end
1405
+
1406
+ def movie_product_page_watchlist
1407
+ new(:x => 547, :y => 321, :width => 245, :height => 121, :similarity => 80, :preprocessing => 0, :text => 'WATCHLIST',
1408
+ :only_digits => false, :ref_img => '')
1409
+ end
1410
+
1411
+ def watch_list
1412
+ new(:x => 281, :y => 235, :width => 925, :height => 470, :similarity => 80, :preprocessing => 0, :text => 'WATCHLIST',
1413
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/watch_list.JPG')
1414
+ end
1415
+
1416
+ def closed_captions_text
1417
+ new(:x => 513, :y => 221, :width => 263, :height => 43, :similarity => 80, :preprocessing => 6,
1418
+ :text => 'Closed Captions', :only_digits => false, :ref_img => '')
1419
+ end
1420
+
1421
+ def changed_closed_captions_mode_text
1422
+ new(:x => 719, :y => 407, :width => 157, :height => 43, :similarity => 80, :preprocessing => 6, :text => '',
1423
+ :only_digits => false, :ref_img => '')
1424
+ end
1425
+
1426
+ def guide_call_number_second_row
1427
+ new(:x => 238, :y => 258, :width => 84, :height => 29, :similarity => 80, :preprocessing => 6, :text => '',
1428
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/guide_page_title.JPG')
1429
+ end
1430
+
1431
+ def product_page_watch_live
1432
+ new(:x => 336, :y => 346, :width => 149, :height => 110, :similarity => 80, :preprocessing => 6,
1433
+ :text => 'WATCH LIVE', :only_digits => false, :ref_img => '')
1434
+ end
1435
+
1436
+ def closedcaption
1437
+ new(:x => 533, :y => 222, :width => 218, :height => 43, :similarity => 80, :preprocessing => 0,
1438
+ :text => 'Closed Captions', :only_digits => false, :ref_img => 'tsimages/reference/roku/closedcaption.JPG')
1439
+ end
1440
+
1441
+ def Channel_name
1442
+ new(:x => 56, :y => 528, :width => 442, :height => 56, :similarity => 80, :preprocessing => 0, :text => '',
1443
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Channel_name.JPG')
1444
+ end
1445
+
1446
+ def future_series_product_page_cast_text
1447
+ new(:x => 39, :y => 368, :width => 129, :height => 161, :similarity => 80, :preprocessing => 0, :text => 'Cast',
1448
+ :only_digits => false, :ref_img => '')
1449
+ end
1450
+
1451
+ def Guide_SORTBY
1452
+ new(:x => 63, :y => 53, :width => 99, :height => 35, :similarity => 80, :preprocessing => 6, :text => 'SORT BY',
1453
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/Guide_SORTBY.JPG')
1454
+ end
1455
+
1456
+ def search_results
1457
+ new(:x => 1124, :y => 132, :width => 77, :height => 33, :similarity => 80, :preprocessing => 6, :text => 'results',
1458
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/search_results.JPG')
1459
+ end
1460
+
1461
+ def mini_guide_channel_name
1462
+ new(:x => 15, :y => 391, :width => 179, :height => 89, :similarity => 80, :preprocessing => 0, :text => '',
1463
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/mini_guide_channel_name.JPG')
1464
+ end
1465
+
1466
+ def Username
1467
+ new(:x => 640, :y => 124, :width => 164, :height => 38, :similarity => 80, :preprocessing => 6, :text => '',
1468
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/username.JPG')
1469
+ end
1470
+
1471
+
1472
+ def mainmenu_videostore
1473
+ new(:x => 51, :y => 356, :width => 221, :height => 48, :similarity => 80, :preprocessing => 6, :text => 'Video Store',
1474
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/mainmenu_videostore.JPG')
1475
+ end
1476
+ def invalid_error_message
1477
+ new(:x => 508, :y => 506, :width => 266, :height => 33, :similarity => 80, :preprocessing => 0,
1478
+ :text => 'Please enter a valid PIN.', :only_digits => false,
1479
+ :ref_img => 'tsimgaes/reference/roku/invalid_error_message.JPG')
1480
+ end
1481
+
1482
+ def Menu_MyLibrary
1483
+ new(:x => 71, :y => 474, :width => 282, :height => 73, :similarity => 80, :preprocessing => 0, :text => '',
1484
+ :only_digits => false, :ref_img => '')
1485
+ end
1486
+
1487
+ def test
1488
+ new(:x => 300, :y => 300, :width => 300, :height => 300, :similarity => 80, :preprocessing => 0, :text => 'test3',
1489
+ :only_digits => false, :ref_img => '')
1490
+ end
1491
+
1492
+ def test4
1493
+ new(:x => 4, :y => 4, :width => 4, :height => 4, :similarity => 4, :preprocessing => 4, :text => 'test 4',
1494
+ :only_digits => false, :ref_img => '')
1495
+ end
1496
+
1497
+ def test5
1498
+ new(:x => 5, :y => 5, :width => 5, :height => 5, :similarity => 5, :preprocessing => 5, :text => 'test 5',
1499
+ :only_digits => false, :ref_img => '')
1500
+ end
1501
+
1502
+ def test6
1503
+ new(:x => 6, :y => 6, :width => 6, :height => 6, :similarity => 6, :preprocessing => 6, :text => 'test 6',
1504
+ :only_digits => false, :ref_img => '')
1505
+ end
1506
+
1507
+ def test7
1508
+ new(:x => 7, :y => 7, :width => 7, :height => 7, :similarity => 7, :preprocessing => 7, :text => 'test 7',
1509
+ :only_digits => false, :ref_img => '')
1510
+ end
1511
+
1512
+ def rsg_search_screen
1513
+ new(:x => 454, :y => 510, :width => 84, :height => 34, :ref_img => 'tsimages/reference/Roku720/rsg_search_screen.jpg',
1514
+ :similarity => 70, :text => 'Search')
1515
+ end
1516
+
1517
+ def rsg_sign_in_screen
1518
+ new(:x => 574, :y => 636, :width => 168, :height => 24, :similarity => 70, :text => 'HELP SIGNING IN',
1519
+ :only_digits => false, :ref_img => 'tsimages/reference/roku/rsg_sign_in_screen.jpg')
1520
+ end
1521
+
1522
+
1523
+ end