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.
- checksums.yaml +7 -0
- data/lib/EXECUTION_ENGINE.md +282 -0
- data/lib/Gemfile +12 -0
- data/lib/README.md +138 -0
- data/lib/User_Lib/helpers/helpers.rb +13 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_black_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_color_rois.rb +9 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_image_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_text_rois.rb +48 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_video_rois.rb +11 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_black_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_color_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_image_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_rois.rb +23 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_text_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_video_rois.rb +11 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_black_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_color_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_image_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_rois.rb +23 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_text_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_video_rois.rb +7 -0
- data/lib/User_Lib/rois/black_rois.rb +33 -0
- data/lib/User_Lib/rois/color_rois.rb +38 -0
- data/lib/User_Lib/rois/dta/dta_1080/dta_1080_black_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_1080/dta_1080_color_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_1080/dta_1080_image_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_1080/dta_1080_rois.rb +26 -0
- data/lib/User_Lib/rois/dta/dta_1080/dta_1080_text_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_1080/dta_1080_video_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_720/dta_720_black_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_720/dta_720_color_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_720/dta_720_image_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_720/dta_720_rois.rb +26 -0
- data/lib/User_Lib/rois/dta/dta_720/dta_720_text_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_720/dta_720_video_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_black_rois.rb +9 -0
- data/lib/User_Lib/rois/dta/dta_color_rois.rb +9 -0
- data/lib/User_Lib/rois/dta/dta_image_rois.rb +9 -0
- data/lib/User_Lib/rois/dta/dta_rois.rb +26 -0
- data/lib/User_Lib/rois/dta/dta_text_rois.rb +9 -0
- data/lib/User_Lib/rois/dta/dta_video_rois.rb +9 -0
- data/lib/User_Lib/rois/image_rois.rb +38 -0
- data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_image_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_rois.rb +26 -0
- data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_image_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_rois.rb +26 -0
- data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_black_rois.rb +9 -0
- data/lib/User_Lib/rois/mdn/mdn_color_rois.rb +9 -0
- data/lib/User_Lib/rois/mdn/mdn_image_rois.rb +9 -0
- data/lib/User_Lib/rois/mdn/mdn_rois.rb +26 -0
- data/lib/User_Lib/rois/mdn/mdn_text_rois.rb +13 -0
- data/lib/User_Lib/rois/mdn/mdn_video_rois.rb +9 -0
- data/lib/User_Lib/rois/mobile/android/android_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_image_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_image_rois.rb +43 -0
- data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_image_rois.rb +54 -0
- data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_image_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_image_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_image_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/mobile_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/mobile_color_rois.rb +12 -0
- data/lib/User_Lib/rois/mobile/mobile_image_rois.rb +38 -0
- data/lib/User_Lib/rois/mobile/mobile_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/mobile_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/mobile_video_rois.rb +8 -0
- data/lib/User_Lib/rois/passport/passport_1080/passport_1080_black_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_1080/passport_1080_color_rois.rb +9 -0
- data/lib/User_Lib/rois/passport/passport_1080/passport_1080_image_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_1080/passport_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/passport/passport_1080/passport_1080_text_rois.rb +8 -0
- data/lib/User_Lib/rois/passport/passport_1080/passport_1080_video_rois.rb +8 -0
- data/lib/User_Lib/rois/passport/passport_720/passport_720_black_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_720/passport_720_color_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_720/passport_720_image_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_720/passport_720_rois.rb +23 -0
- data/lib/User_Lib/rois/passport/passport_720/passport_720_text_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_720/passport_720_video_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_black_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_color_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_image_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_rois.rb +23 -0
- data/lib/User_Lib/rois/passport/passport_text_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_video_rois.rb +7 -0
- data/lib/User_Lib/rois/rois.rb +22 -0
- data/lib/User_Lib/rois/roku/roku_720/roku_720_black_rois.rb +37 -0
- data/lib/User_Lib/rois/roku/roku_720/roku_720_color_rois.rb +336 -0
- data/lib/User_Lib/rois/roku/roku_720/roku_720_image_rois.rb +235 -0
- data/lib/User_Lib/rois/roku/roku_720/roku_720_rois.rb +23 -0
- data/lib/User_Lib/rois/roku/roku_720/roku_720_text_rois.rb +1523 -0
- data/lib/User_Lib/rois/roku/roku_720/roku_720_video_rois.rb +32 -0
- data/lib/User_Lib/rois/roku/roku_black_rois.rb +14 -0
- data/lib/User_Lib/rois/roku/roku_color_rois.rb +9 -0
- data/lib/User_Lib/rois/roku/roku_image_rois.rb +13 -0
- data/lib/User_Lib/rois/roku/roku_rois.rb +23 -0
- data/lib/User_Lib/rois/roku/roku_text_rois.rb +9 -0
- data/lib/User_Lib/rois/roku/roku_video_rois.rb +9 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_black_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_color_rois.rb +11 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_image_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_text_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_video_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_black_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_color_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_image_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_rois.rb +23 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_text_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_video_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_black_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_color_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_image_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_rois.rb +23 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_text_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_video_rois.rb +12 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_black_rois.rb +13 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_color_rois.rb +29 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_image_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_text_rois.rb +92 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_video_rois.rb +11 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_black_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_color_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_image_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_rois.rb +23 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_text_rois.rb +12 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_video_rois.rb +11 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_black_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_color_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_image_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_rois.rb +23 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_text_rois.rb +12 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_video_rois.rb +9 -0
- data/lib/User_Lib/rois/sara/sara_1080/sara_1080_black_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_1080/sara_1080_color_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_1080/sara_1080_image_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_1080/sara_1080_rois.rb +26 -0
- data/lib/User_Lib/rois/sara/sara_1080/sara_1080_text_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_1080/sara_1080_video_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_720/sara_720_black_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_720/sara_720_color_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_720/sara_720_image_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_720/sara_720_rois.rb +26 -0
- data/lib/User_Lib/rois/sara/sara_720/sara_720_text_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_720/sara_720_video_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_black_rois.rb +9 -0
- data/lib/User_Lib/rois/sara/sara_color_rois.rb +9 -0
- data/lib/User_Lib/rois/sara/sara_image_rois.rb +9 -0
- data/lib/User_Lib/rois/sara/sara_rois.rb +26 -0
- data/lib/User_Lib/rois/sara/sara_text_rois.rb +9 -0
- data/lib/User_Lib/rois/sara/sara_video_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_black_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_color_rois.rb +17 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_image_rois.rb +19 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_text_rois.rb +47 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_video_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_black_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_color_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_image_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_text_rois.rb +17 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_video_rois.rb +11 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_black_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_color_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_image_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_text_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_video_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_image_rois.rb +12 -0
- data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_text_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_video_rois.rb +11 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_black_rois.rb +46 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_color_rois.rb +142 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_image_rois.rb +103 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_black_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_color_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_image_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_text_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_video_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_black_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_color_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_image_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_text_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_video_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_black_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_color_rois.rb +77 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_image_rois.rb +67 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_text_rois.rb +159 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_video_rois.rb +17 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_text_rois.rb +221 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_video_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/odn/odn_black_rois.rb +10 -0
- data/lib/User_Lib/rois/stb/odn/odn_color_rois.rb +10 -0
- data/lib/User_Lib/rois/stb/odn/odn_image_rois.rb +58 -0
- data/lib/User_Lib/rois/stb/odn/odn_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_text_rois.rb +70 -0
- data/lib/User_Lib/rois/stb/odn/odn_video_rois.rb +19 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_black_rois.rb +16 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_color_rois.rb +373 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_black_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_color_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_image_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_text_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_video_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_image_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_text_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_video_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_image_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_text_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_video_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_image_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_text_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_video_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_image_rois.rb +1592 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_black_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_color_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_image_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_text_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_video_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_text_rois.rb +2489 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_video_rois.rb +64 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_black_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb +63 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_image_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_text_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_video_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_image_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_text_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_video_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_image_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_text_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_video_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_image_rois.rb +117 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_text_rois.rb +84 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_video_rois.rb +35 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_black_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_color_rois.rb +17 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_image_rois.rb +49 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_text_rois.rb +51 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_video_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/stb_black_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/stb_color_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/stb_image_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/stb_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/stb_text_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/stb_video_rois.rb +9 -0
- data/lib/User_Lib/rois/template.txt +23 -0
- data/lib/User_Lib/rois/text_rois.rb +36 -0
- data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_black_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_color_rois.rb +9 -0
- data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_image_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_text_rois.rb +9 -0
- data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_video_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_black_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_color_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_image_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_rois.rb +23 -0
- data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_text_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_video_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_black_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_color_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_image_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_rois.rb +23 -0
- data/lib/User_Lib/rois/tivo/tivo_text_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_video_rois.rb +7 -0
- data/lib/User_Lib/rois/video_rois.rb +33 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_dvr.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_guide.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_library.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_live_tv.rb +17 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_login.rb +24 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_main_menu.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_mini_guide.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_movies.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_on_demand.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_parental_controls.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_product_page.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_screen.rb +23 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_search.rb +31 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_settings.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_tv_shows.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_video_store.rb +25 -0
- data/lib/User_Lib/screen/dta/dta_dvr.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_guide.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_library.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_live_tv.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_log_in.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_main_menu.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_mini_guide.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_movies.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_on_demand.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_parental_controls.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_product_page.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_screen.rb +24 -0
- data/lib/User_Lib/screen/dta/dta_search.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_settings.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_tv_shows.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_video_store.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_dvr.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_guide.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_library.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_live_tv.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_log_in.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_main_menu.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_mini_guide.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_movies.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_on_demand.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_parental_controls.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_product_page.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_screen.rb +24 -0
- data/lib/User_Lib/screen/mdn/mdn_search.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_settings.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_tv_shows.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_video_store.rb +26 -0
- data/lib/User_Lib/screen/mobile/android/android_devices.rb +35 -0
- data/lib/User_Lib/screen/mobile/android/android_dvr.rb +337 -0
- data/lib/User_Lib/screen/mobile/android/android_favorites.rb +164 -0
- data/lib/User_Lib/screen/mobile/android/android_guide.rb +256 -0
- data/lib/User_Lib/screen/mobile/android/android_live_tv.rb +372 -0
- data/lib/User_Lib/screen/mobile/android/android_login.rb +111 -0
- data/lib/User_Lib/screen/mobile/android/android_main_menu.rb +53 -0
- data/lib/User_Lib/screen/mobile/android/android_on_demand.rb +402 -0
- data/lib/User_Lib/screen/mobile/android/android_parental_controls.rb +73 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_dvr.rb +31 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_guide.rb +39 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_live_tv.rb +104 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_main_menu.rb +27 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_on_demand.rb +35 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_product_page.rb +7 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_search.rb +26 -0
- data/lib/User_Lib/screen/mobile/android/android_privacy_legal.rb +54 -0
- data/lib/User_Lib/screen/mobile/android/android_product_page.rb +484 -0
- data/lib/User_Lib/screen/mobile/android/android_screen.rb +56 -0
- data/lib/User_Lib/screen/mobile/android/android_search.rb +39 -0
- data/lib/User_Lib/screen/mobile/android/android_settings.rb +90 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_dvr.rb +58 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_guide.rb +24 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_live_tv.rb +24 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_main_menu.rb +19 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_on_demand.rb +16 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_product_page.rb +45 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_search.rb +14 -0
- data/lib/User_Lib/screen/mobile/devices_mobile.rb +53 -0
- data/lib/User_Lib/screen/mobile/dvr_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/favorites_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/guide_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/ios/ios_devices.rb +43 -0
- data/lib/User_Lib/screen/mobile/ios/ios_dvr.rb +231 -0
- data/lib/User_Lib/screen/mobile/ios/ios_favorites.rb +79 -0
- data/lib/User_Lib/screen/mobile/ios/ios_guide.rb +53 -0
- data/lib/User_Lib/screen/mobile/ios/ios_live_tv.rb +413 -0
- data/lib/User_Lib/screen/mobile/ios/ios_login.rb +76 -0
- data/lib/User_Lib/screen/mobile/ios/ios_main_menu.rb +38 -0
- data/lib/User_Lib/screen/mobile/ios/ios_on_demand.rb +371 -0
- data/lib/User_Lib/screen/mobile/ios/ios_parental_controls.rb +104 -0
- data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_dvr.rb +14 -0
- data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_live_tv.rb +36 -0
- data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_main_menu.rb +7 -0
- data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_on_demand.rb +7 -0
- data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_search.rb +13 -0
- data/lib/User_Lib/screen/mobile/ios/ios_privacy_legal.rb +56 -0
- data/lib/User_Lib/screen/mobile/ios/ios_product_page.rb +441 -0
- data/lib/User_Lib/screen/mobile/ios/ios_screen.rb +60 -0
- data/lib/User_Lib/screen/mobile/ios/ios_search.rb +145 -0
- data/lib/User_Lib/screen/mobile/ios/ios_settings.rb +34 -0
- data/lib/User_Lib/screen/mobile/ios/ios_tablet/ios_tablet_live_tv.rb +34 -0
- data/lib/User_Lib/screen/mobile/ios/ios_tablet/ios_tablet_main_menu.rb +7 -0
- data/lib/User_Lib/screen/mobile/ios/ios_tablet/ios_tablet_on_demand.rb +7 -0
- data/lib/User_Lib/screen/mobile/ios/ios_tablet/ios_tablet_search.rb +13 -0
- data/lib/User_Lib/screen/mobile/live_tv_mobile.rb +73 -0
- data/lib/User_Lib/screen/mobile/login_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/main_menu_mobile.rb +83 -0
- data/lib/User_Lib/screen/mobile/mobile_screen.rb +232 -0
- data/lib/User_Lib/screen/mobile/on_demand_mobile.rb +70 -0
- data/lib/User_Lib/screen/mobile/parental_controls_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/privacy_legal_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/product_page_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/search_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/settings_mobile.rb +33 -0
- data/lib/User_Lib/screen/passport/passport_dvr.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_guide.rb +37 -0
- data/lib/User_Lib/screen/passport/passport_library.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_live_tv.rb +17 -0
- data/lib/User_Lib/screen/passport/passport_main_menu.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_mini_guide.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_movies.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_on_demand.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_parental_controls.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_product_page.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_screen.rb +23 -0
- data/lib/User_Lib/screen/passport/passport_search.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_settings.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_tv_shows.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_video_store.rb +25 -0
- data/lib/User_Lib/screen/roku/brs/roku_guide_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_home_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_live_tv_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_login_brs.rb +103 -0
- data/lib/User_Lib/screen/roku/brs/roku_main_menu_brs.rb +46 -0
- data/lib/User_Lib/screen/roku/brs/roku_on_demand_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_product_page_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_screen_brs.rb +9 -0
- data/lib/User_Lib/screen/roku/brs/roku_search_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_settings_brs.rb +42 -0
- data/lib/User_Lib/screen/roku/brs/roku_watch_later_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_welcome_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/roku_dvr.rb +7 -0
- data/lib/User_Lib/screen/roku/roku_guide.rb +590 -0
- data/lib/User_Lib/screen/roku/roku_home.rb +346 -0
- data/lib/User_Lib/screen/roku/roku_library.rb +26 -0
- data/lib/User_Lib/screen/roku/roku_live_tv.rb +210 -0
- data/lib/User_Lib/screen/roku/roku_login.rb +795 -0
- data/lib/User_Lib/screen/roku/roku_main_menu.rb +425 -0
- data/lib/User_Lib/screen/roku/roku_mini_guide.rb +7 -0
- data/lib/User_Lib/screen/roku/roku_on_demand.rb +479 -0
- data/lib/User_Lib/screen/roku/roku_product_page.rb +483 -0
- data/lib/User_Lib/screen/roku/roku_screen.rb +85 -0
- data/lib/User_Lib/screen/roku/roku_search.rb +229 -0
- data/lib/User_Lib/screen/roku/roku_settings.rb +304 -0
- data/lib/User_Lib/screen/roku/roku_watch_later.rb +51 -0
- data/lib/User_Lib/screen/roku/roku_welcome.rb +10 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_dvr.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_guide.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_home.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_library.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_live_tv.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_login.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_main_menu.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_mini_guide.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_on_demand.rb +26 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_product_page.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_screen.rb +7 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_search.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_settings.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_watch_later.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_welcome.rb +14 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_dvr.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_guide.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_library.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_live_tv.rb +21 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_login.rb +13 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_main_menu.rb +64 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_mini_guide.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_movies.rb +140 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_on_demand.rb +76 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_parental_controls.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_product_page.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_screen.rb +74 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_search.rb +29 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_settings.rb +189 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_tv_shows.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_video_store.rb +24 -0
- data/lib/User_Lib/screen/sara/sara_dvr.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_guide.rb +43 -0
- data/lib/User_Lib/screen/sara/sara_library.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_live_tv.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_log_in.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_main_menu.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_mini_guide.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_movies.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_on_demand.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_parental_controls.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_product_page.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_screen.rb +24 -0
- data/lib/User_Lib/screen/sara/sara_search.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_settings.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_tv_shows.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_video_store.rb +26 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_devices.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_dvr.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_favorites.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_guide.rb +39 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_home.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_library.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_live_tv.rb +59 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_login.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_main_menu.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_mini_guide.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_movies.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_on_demand.rb +531 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_parental_controls.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_privacy_legal.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_product_page.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_quick_menu.rb +7 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_screen.rb +21 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_search.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_settings.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_tv_shows.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_video_store.rb +10 -0
- data/lib/User_Lib/screen/stb/login_stb.rb +5 -0
- data/lib/User_Lib/screen/stb/odn/odn_dvr.rb +59 -0
- data/lib/User_Lib/screen/stb/odn/odn_favorites.rb +8 -0
- data/lib/User_Lib/screen/stb/odn/odn_guide.rb +177 -0
- data/lib/User_Lib/screen/stb/odn/odn_live_tv.rb +115 -0
- data/lib/User_Lib/screen/stb/odn/odn_login.rb +8 -0
- data/lib/User_Lib/screen/stb/odn/odn_main_menu.rb +175 -0
- data/lib/User_Lib/screen/stb/odn/odn_on_demand.rb +1170 -0
- data/lib/User_Lib/screen/stb/odn/odn_on_demand_kids.rb +23 -0
- data/lib/User_Lib/screen/stb/odn/odn_on_demand_left_menu.rb +180 -0
- data/lib/User_Lib/screen/stb/odn/odn_parental_controls.rb +9 -0
- data/lib/User_Lib/screen/stb/odn/odn_product_page.rb +8 -0
- data/lib/User_Lib/screen/stb/odn/odn_screen.rb +111 -0
- data/lib/User_Lib/screen/stb/odn/odn_search.rb +167 -0
- data/lib/User_Lib/screen/stb/odn/odn_settings.rb +142 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_diagnostics.rb +27 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_docsis/screen_spectrum_docsis.rb +12 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_docsis/spectrum_1080_docsis_guide.rb +10 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_docsis/spectrum_1080_docsis_main_menu.rb +10 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_docsis/spectrum_1080_docsis_settings.rb +10 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_dvr.rb +1781 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_guide.rb +841 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_library.rb +384 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_live_tv.rb +259 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_main_menu.rb +223 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_mini_guide.rb +404 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_movies.rb +420 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_netflix.rb +37 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_on_demand.rb +2137 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_parental_controls.rb +528 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_pay_per_view.rb +26 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_product_page.rb +58 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_screen.rb +48 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_search.rb +92 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_settings.rb +1657 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_tv_shows.rb +1532 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_video_store.rb +1598 -0
- data/lib/User_Lib/screen/stb/stb_screen.rb +7 -0
- data/lib/User_Lib/screen/tivo/tivo_dvr.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_guide.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_library.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_live_tv.rb +17 -0
- data/lib/User_Lib/screen/tivo/tivo_login.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_main_menu.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_mini_guide.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_movies.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_on_demand.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_parental_controls.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_product_page.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_screen.rb +20 -0
- data/lib/User_Lib/screen/tivo/tivo_search.rb +31 -0
- data/lib/User_Lib/screen/tivo/tivo_settings.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_tv_shows.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_video_store.rb +25 -0
- data/lib/config/ConfigParams.xml +96 -0
- data/lib/config/ImageROI.xml +45 -0
- data/lib/config/ROI.xml +150 -0
- data/lib/config/Userlog4j.xml +62 -0
- data/lib/config/schema-docs/mode.xsd +12 -0
- data/lib/config/schema-docs/processTestJobs.xsd +63 -0
- data/lib/config/schema-docs/rackip.xsd +24 -0
- data/lib/copy_ref_images.rb +199 -0
- data/lib/copy_repo.rb +136 -0
- data/lib/diagnostics/conductor/conductor_checkup.tmc +24 -0
- data/lib/diagnostics/db/mad_db_check.tmc +56 -0
- data/lib/diagnostics/db/mas_db_checkup.tmc +24 -0
- data/lib/diagnostics/db/mas_db_checkup_gem.tmc +20 -0
- data/lib/diagnostics/db/mas_db_checkup_jar.tmc +50 -0
- data/lib/diagnostics/iguide/iguide_nvram_reset.tmc +23 -0
- data/lib/diagnostics/iguide/iguide_prepare_stb.tmc +33 -0
- data/lib/diagnostics/iguide/iguide_prepare_stb_and_health_check.tmc +63 -0
- data/lib/diagnostics/iguide/iguide_stb_health_check.tmc +54 -0
- data/lib/diagnostics/prepare_stb.tmc +30 -0
- data/lib/diagnostics/prepare_stb_and_health_check.tmc +56 -0
- data/lib/diagnostics/script_options/options_checkup.tmc +145 -0
- data/lib/diagnostics/server_components_check.tmc +62 -0
- data/lib/diagnostics/ssh/dncs_checkup.tmc +24 -0
- data/lib/diagnostics/ssh/mas_checkup.tmc +24 -0
- data/lib/diagnostics/stb_health_check.tmc +46 -0
- data/lib/diagnostics/stb_ip_check.tmc +120 -0
- data/lib/diagnostics/webservices/mas_rest_services_checkup.tmc +24 -0
- data/lib/diagnostics/webservices/mas_soap_services_checkup.tmc +24 -0
- data/lib/dsllib/common/dncs/dncs_utils.rb +449 -0
- data/lib/dsllib/common/mas_db/mas_conductor.rb +1328 -0
- data/lib/dsllib/common/mas_db/mas_db.rb +154 -0
- data/lib/dsllib/common/mas_db/mas_publish.rb +2349 -0
- data/lib/dsllib/common/mas_db/mas_rest_services.rb +75 -0
- data/lib/dsllib/common/mas_db/mas_soap_services.rb +540 -0
- data/lib/dsllib/common/mas_db/mas_utils.rb +422 -0
- data/lib/dsllib/common/remote_diagnostics/mdn_remote_diagnostics.rb +1335 -0
- data/lib/dsllib/common/remote_diagnostics/odn_web_server.rb +269 -0
- data/lib/dsllib/common/utils/excel_export.rb +273 -0
- data/lib/dsllib/common/utils/excel_module.rb +890 -0
- data/lib/dsllib/common/utils/server_components_utils.rb +130 -0
- data/lib/dsllib/common/utils/stb_health_check_utils.rb +92 -0
- data/lib/dsllib/common/utils/sword_utils.rb +393 -0
- data/lib/dsllib/common/utils/tmc_utils.rb +2944 -0
- data/lib/dsllib/common/utils/virtual_keyboard_navigator.rb +208 -0
- data/lib/dsllib/common/utils/virtual_keyboard_vp_navigator.rb +195 -0
- data/lib/dsllib/performance/DTA/roi.rb +214 -0
- data/lib/dsllib/performance/DTA/utils.rb +96 -0
- data/lib/dsllib/performance/iguide_concurrent_test/ROI.rb +236 -0
- data/lib/dsllib/performance/iguide_concurrent_test/utils.rb +533 -0
- data/lib/dsllib/performance/measure_tune.rb +438 -0
- data/lib/dsllib/performance/perf_lib.rb +660 -0
- data/lib/end_iteration.rb +4 -0
- data/lib/lib/data_services/channel.rb +39 -0
- data/lib/lib/data_services/data_services.rb +14 -0
- data/lib/lib/data_services/guide.rb +104 -0
- data/lib/lib/data_services/lineup.rb +114 -0
- data/lib/lib/data_services/program.rb +48 -0
- data/lib/lib/data_services/schedule.rb +18 -0
- data/lib/lib/data_services/splunk_connector.rb +135 -0
- data/lib/lib/data_services/splunk_data_reader.rb +77 -0
- data/lib/lib/element/element.rb +79 -0
- data/lib/lib/extensions/array_extensions.rb +32 -0
- data/lib/lib/extensions/datetime_extensions.rb +8 -0
- data/lib/lib/extensions/extensions.rb +51 -0
- data/lib/lib/extensions/file_extensions.rb +32 -0
- data/lib/lib/extensions/float_extensions.rb +32 -0
- data/lib/lib/extensions/integer_extensions.rb +39 -0
- data/lib/lib/extensions/nethttp_extensions.rb +11 -0
- data/lib/lib/extensions/object_extensions.rb +7 -0
- data/lib/lib/extensions/string_extensions.rb +35 -0
- data/lib/lib/helpers/tmc_helpers/csv_helper/csv_helper.rb +85 -0
- data/lib/lib/helpers/tmc_helpers/email_helper/email_helper.rb +71 -0
- data/lib/lib/helpers/tmc_helpers/http_helper/http_helper.rb +133 -0
- data/lib/lib/helpers/tmc_helpers/roi_helper/roi_helper.rb +17 -0
- data/lib/lib/helpers/tmc_helpers/snmp_helper/snmp_helper.rb +71 -0
- data/lib/lib/helpers/tmc_helpers/ssh_helper/ssh_helper.rb +337 -0
- data/lib/lib/helpers/tmc_helpers/tmc_helpers.rb +1260 -0
- data/lib/lib/keyboard/apple_tv/apple_tv_password_keyboard.rb +102 -0
- data/lib/lib/keyboard/apple_tv/apple_tv_search_keyboard.rb +103 -0
- data/lib/lib/keyboard/apple_tv/apple_tv_username_keyboard.rb +105 -0
- data/lib/lib/keyboard/keyboard.rb +504 -0
- data/lib/lib/keyboard/keyboard_layout.rb +51 -0
- data/lib/lib/keyboard/roku/roku_reset_pin_keyboard.rb +12 -0
- data/lib/lib/keyboard/roku/roku_rsg_search_keyboard.rb +67 -0
- data/lib/lib/keyboard/roku/roku_rsg_signin_keyboard.rb +106 -0
- data/lib/lib/keyboard/roku/roku_search_keyboard.rb +10 -0
- data/lib/lib/keyboard/roku/roku_signin_keyboard.rb +42 -0
- data/lib/lib/keyboard/samsung_tv/samsung_tv_search_keyboard.rb +50 -0
- data/lib/lib/keyboard/samsung_tv/samsung_tv_signin_keyboard.rb +52 -0
- data/lib/lib/keyboard/stb/odn/odn_on_demand_search_keyboard.rb +10 -0
- data/lib/lib/keyboard/stb/odn/odn_search_keyboard.rb +10 -0
- data/lib/lib/keyboard/stb/spectrum/spectrum_netflix_email_keyboard.rb +50 -0
- data/lib/lib/keyboard/stb/spectrum/spectrum_netflix_keyboard.rb +43 -0
- data/lib/lib/keyboard/stb/spectrum/spectrum_netflix_name_keyboard.rb +16 -0
- data/lib/lib/keyboard/stb/spectrum/spectrum_search_keyboard.rb +32 -0
- data/lib/lib/keyboard/tivo/tivo_password_keyboard.rb +0 -0
- data/lib/lib/keyboard/tivo/tivo_search_keyboard.rb +0 -0
- data/lib/lib/keyboard/tivo/tivo_username_keyboard.rb +0 -0
- data/lib/lib/keys/apple_tv/apple_tv_keys.rb +26 -0
- data/lib/lib/keys/base_keys.rb +14 -0
- data/lib/lib/keys/dta/dta_keys.rb +60 -0
- data/lib/lib/keys/mdn/mdn_keys.rb +60 -0
- data/lib/lib/keys/passport/passport_keys.rb +59 -0
- data/lib/lib/keys/roku/roku_keys.rb +31 -0
- data/lib/lib/keys/roku_tv/roku_tv_keys.rb +32 -0
- data/lib/lib/keys/samsung_tv/samsung_tv_keys.rb +58 -0
- data/lib/lib/keys/sara/sara_keys.rb +60 -0
- data/lib/lib/keys/stb/iguide/iguide_keys.rb +56 -0
- data/lib/lib/keys/stb/odn/odn_keys.rb +63 -0
- data/lib/lib/keys/stb/spectrum/spectrum_keys.rb +59 -0
- data/lib/lib/keys/stb/stb_keys.rb +13 -0
- data/lib/lib/keys/tivo/tivo_keys.rb +26 -0
- data/lib/lib/logger/multi_io.rb +14 -0
- data/lib/lib/logger/tmc_dut_logger.rb +251 -0
- data/lib/lib/logger/tmc_logger.rb +30 -0
- data/lib/lib/mixins/assignable.rb +19 -0
- data/lib/lib/mixins/can_have_special_methods.rb +50 -0
- data/lib/lib/mixins/enumish.rb +16 -0
- data/lib/lib/new_platform.rb +302 -0
- data/lib/lib/new_sub_platform.rb +90 -0
- data/lib/lib/platform/apple_tv/apple_tv.rb +33 -0
- data/lib/lib/platform/apple_tv/apple_tv_1080/apple_tv_1080.rb +54 -0
- data/lib/lib/platform/apple_tv/apple_tv_720/apple_tv_720.rb +14 -0
- data/lib/lib/platform/dta/dta.rb +35 -0
- data/lib/lib/platform/dta/dta_1080/dta_1080.rb +15 -0
- data/lib/lib/platform/dta/dta_720/dta_720.rb +15 -0
- data/lib/lib/platform/mdn/mdn.rb +35 -0
- data/lib/lib/platform/mdn/mdn_1080/mdn_1080.rb +15 -0
- data/lib/lib/platform/mdn/mdn_720/mdn_720.rb +15 -0
- data/lib/lib/platform/mobile/android/android.rb +23 -0
- data/lib/lib/platform/mobile/android/android_phone/android_phone.rb +23 -0
- data/lib/lib/platform/mobile/android/android_tablet/android_tablet.rb +23 -0
- data/lib/lib/platform/mobile/ios/ios.rb +23 -0
- data/lib/lib/platform/mobile/ios/ios_phone/ios_phone.rb +23 -0
- data/lib/lib/platform/mobile/ios/ios_tablet/ios_tablet.rb +23 -0
- data/lib/lib/platform/mobile/mobile.rb +102 -0
- data/lib/lib/platform/passport/passport.rb +41 -0
- data/lib/lib/platform/passport/passport1080/passport_1080.rb +15 -0
- data/lib/lib/platform/passport/passport_720/passport_720.rb +14 -0
- data/lib/lib/platform/platform.rb +884 -0
- data/lib/lib/platform/roku/roku.rb +96 -0
- data/lib/lib/platform/roku/roku_720/roku_720.rb +16 -0
- data/lib/lib/platform/roku_tv/roku_tv.rb +33 -0
- data/lib/lib/platform/roku_tv/roku_tv_1080/roku_tv_1080.rb +14 -0
- data/lib/lib/platform/roku_tv/roku_tv_720/roku_tv_720.rb +14 -0
- data/lib/lib/platform/samsung_tv/samsung_tv.rb +31 -0
- data/lib/lib/platform/samsung_tv/samsung_tv_1080/samsung_tv_1080.rb +14 -0
- data/lib/lib/platform/samsung_tv/samsung_tv_720/samsung_tv_720.rb +14 -0
- data/lib/lib/platform/sara/sara.rb +42 -0
- data/lib/lib/platform/sara/sara_1080/sara_1080.rb +15 -0
- data/lib/lib/platform/sara/sara_720/sara_720.rb +15 -0
- data/lib/lib/platform/stb/iguide/iguide.rb +18 -0
- data/lib/lib/platform/stb/iguide/iguide_1080/iguide_1080.rb +14 -0
- data/lib/lib/platform/stb/iguide/iguide_720/iguide_720.rb +14 -0
- data/lib/lib/platform/stb/odn/odn.rb +480 -0
- data/lib/lib/platform/stb/odn/odn_1080/odn_1080.rb +14 -0
- data/lib/lib/platform/stb/odn/odn_720/odn_720.rb +14 -0
- data/lib/lib/platform/stb/odn/odn_720/odn_720_moto/odn_720_moto.rb +14 -0
- data/lib/lib/platform/stb/odn/odn_720/odn_720_sa/odn_720_sa.rb +14 -0
- data/lib/lib/platform/stb/odn/odn_720/odn_720_samsung/odn_720_samsung.rb +14 -0
- data/lib/lib/platform/stb/spectrum/spectrum.rb +48 -0
- data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080.rb +14 -0
- data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis.rb +16 -0
- data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris.rb +15 -0
- data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax.rb +15 -0
- data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch.rb +15 -0
- data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace.rb +14 -0
- data/lib/lib/platform/stb/spectrum/spectrum_720/spectrum_720.rb +14 -0
- data/lib/lib/platform/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris.rb +15 -0
- data/lib/lib/platform/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax.rb +15 -0
- data/lib/lib/platform/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch.rb +15 -0
- data/lib/lib/platform/stb/stb.rb +93 -0
- data/lib/lib/platform/template.txt +16 -0
- data/lib/lib/platform/tivo/tivo.rb +28 -0
- data/lib/lib/platform/tivo/tivo_1080/tivo_1080.rb +15 -0
- data/lib/lib/platform/tivo/tivo_720/tivo_720.rb +14 -0
- data/lib/lib/platform/web/web.rb +51 -0
- data/lib/lib/platform_libs/roku/roku_controller.rb +254 -0
- data/lib/lib/prereqs/prereqs.rb +17 -0
- data/lib/lib/prereqs/prereqs_for_dut.rb +14 -0
- data/lib/lib/prereqs/prereqs_for_test.rb +14 -0
- data/lib/lib/remotes/remotes.rb +8 -0
- data/lib/lib/remotes/stb/spectrum/spectrum_remotes.rb +22 -0
- data/lib/lib/roi/black/black_roi.rb +125 -0
- data/lib/lib/roi/color/color_roi.rb +138 -0
- data/lib/lib/roi/image/image_roi.rb +187 -0
- data/lib/lib/roi/roi.rb +1064 -0
- data/lib/lib/roi/template_roi.txt +9 -0
- data/lib/lib/roi/text/text_roi.rb +187 -0
- data/lib/lib/roi/video/video_roi.rb +98 -0
- data/lib/lib/screen/screen.rb +183 -0
- data/lib/lib/screen/template.txt +7 -0
- data/lib/lib/screen/template_screen.txt +10 -0
- data/lib/lib/screens/apple_tv/apple_tv_screens.rb +44 -0
- data/lib/lib/screens/dta/dta_screens.rb +49 -0
- data/lib/lib/screens/mdn/mdn_screens.rb +49 -0
- data/lib/lib/screens/mobile/android/android_phone/android_phone_screens.rb +28 -0
- data/lib/lib/screens/mobile/android/android_screens.rb +40 -0
- data/lib/lib/screens/mobile/android/android_tablet/android_tablet_screens.rb +29 -0
- data/lib/lib/screens/mobile/ios/ios_phone/ios_phone_screens.rb +22 -0
- data/lib/lib/screens/mobile/ios/ios_screens.rb +39 -0
- data/lib/lib/screens/mobile/ios/ios_tablet/ios_tablet_screens.rb +20 -0
- data/lib/lib/screens/mobile/mobile_screens.rb +18 -0
- data/lib/lib/screens/passport/passport_screens.rb +42 -0
- data/lib/lib/screens/roku/roku_screens.rb +72 -0
- data/lib/lib/screens/roku_tv/roku_tv_screens.rb +43 -0
- data/lib/lib/screens/samsung_tv/samsung_tv_screens.rb +44 -0
- data/lib/lib/screens/sara/sara_screens.rb +49 -0
- data/lib/lib/screens/screens.rb +23 -0
- data/lib/lib/screens/stb/iguide/iguide_1080/iguide_1080_screens.rb +56 -0
- data/lib/lib/screens/stb/iguide/iguide_720/iguide_720_screens.rb +56 -0
- data/lib/lib/screens/stb/iguide/iguide_screens.rb +54 -0
- data/lib/lib/screens/stb/odn/odn_screens.rb +40 -0
- data/lib/lib/screens/stb/spectrum/spectrum_docsis/spectrum_1080_docsis_screens.rb +18 -0
- data/lib/lib/screens/stb/spectrum/spectrum_screens.rb +48 -0
- data/lib/lib/screens/stb/stb_screens.rb +13 -0
- data/lib/lib/screens/template.txt +52 -0
- data/lib/lib/screens/tivo/tivo_screens.rb +44 -0
- data/lib/lib/selenium/appium/appium.rb +388 -0
- data/lib/lib/selenium/selenium.rb +466 -0
- data/lib/lib/selenium/webdriver/webdriver.rb +254 -0
- data/lib/lib/test_case/boilerplate/functional.rb +7 -0
- data/lib/lib/test_case/boilerplate/performance.rb +7 -0
- data/lib/lib/test_case/ci_test.rb +47 -0
- data/lib/lib/test_case/functional_test_case.rb +27 -0
- data/lib/lib/test_case/make_boilerplate.rb +32 -0
- data/lib/lib/test_case/monitoring/apple_monitor.rb +104 -0
- data/lib/lib/test_case/monitoring/base_monitor.rb +140 -0
- data/lib/lib/test_case/monitoring/dta_monitor.rb +53 -0
- data/lib/lib/test_case/monitoring/iguide_monitor.rb +72 -0
- data/lib/lib/test_case/monitoring/mdn_monitor.rb +28 -0
- data/lib/lib/test_case/monitoring/monitoring_test.rb +111 -0
- data/lib/lib/test_case/monitoring/odn_monitor.rb +137 -0
- data/lib/lib/test_case/monitoring/passport_monitor.rb +50 -0
- data/lib/lib/test_case/monitoring/report_monitor.rb +178 -0
- data/lib/lib/test_case/monitoring/roku_monitor.rb +102 -0
- data/lib/lib/test_case/monitoring/sara_monitor.rb +33 -0
- data/lib/lib/test_case/monitoring/spec_monitor.rb +154 -0
- data/lib/lib/test_case/performance_test_case.rb +29 -0
- data/lib/lib/test_case/test_case.rb +1055 -0
- data/lib/lib/test_case/test_error.rb +29 -0
- data/lib/lib/test_case/test_exception.rb +9 -0
- data/lib/lib/test_case/test_status.rb +39 -0
- data/lib/lib/test_case/test_step.rb +156 -0
- data/lib/lib/test_case/test_trace.rb +80 -0
- data/lib/lib/test_data.rb +222 -0
- data/lib/lib/test_wrapper.rb +146 -0
- data/lib/misc/get_latest_android.sh +14 -0
- data/lib/misc/get_latest_ios.sh +14 -0
- data/lib/package-lock.json +3 -0
- data/lib/run_test.rb +4 -0
- data/lib/script_validator.rb +48 -0
- data/lib/syntax_eval.rb +151 -0
- data/lib/tools/convert_old_scripts.rb +100 -0
- data/lib/tools/find_duplicate_rois.rb +27 -0
- data/lib/tools/roku/inspector.rb +130 -0
- data/lib/tools/syntax_checker.rb +83 -0
- data/lib/upload_ref_images.rb +255 -0
- metadata +912 -0
data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_rois.rb
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_rois'
|
2
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_black_rois'
|
3
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_text_rois'
|
4
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_image_rois'
|
5
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_color_rois'
|
6
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_video_rois'
|
7
|
+
|
8
|
+
# Adds to or modifies the Spectrum 1080p ROIs with DOCSIS-specific ROIs.
|
9
|
+
|
10
|
+
class Spectrum1080DocsisRois < Spectrum1080Rois
|
11
|
+
|
12
|
+
# Public: Initializes Spectrum1080DocsisRois. NOT FOR USE IN TESTS.
|
13
|
+
def initialize(*args)
|
14
|
+
super(*args)
|
15
|
+
# Add Rois common to all Spectrum1080 DOCSIS here
|
16
|
+
@black = Spectrum1080DocsisBlackRois.new(@dut)
|
17
|
+
@text = Spectrum1080DocsisTextRois.new(@dut)
|
18
|
+
@image = Spectrum1080DocsisImageRois.new(@dut)
|
19
|
+
@color = Spectrum1080DocsisColorRois.new(@dut)
|
20
|
+
@video = Spectrum1080DocsisVideoRois.new(@dut)
|
21
|
+
end
|
22
|
+
|
23
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
|
2
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_rois'
|
3
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_black_rois'
|
4
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_color_rois'
|
5
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_image_rois'
|
6
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_text_rois'
|
7
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_video_rois'
|
8
|
+
|
9
|
+
|
10
|
+
# Adds to or modifies the Spectrum ROIs with Spectrum 1080p DocsisArris specific ROIs.
|
11
|
+
|
12
|
+
class Spectrum1080DocsisArrisRois < Spectrum1080Rois
|
13
|
+
|
14
|
+
# Public: Initializes Spectrum1080Rois. NOT FOR USE IN TESTS.
|
15
|
+
def initialize(*args)
|
16
|
+
super(*args)
|
17
|
+
# Add Rois common to all Spectrum1080DocsisArris here
|
18
|
+
@black = Spectrum1080DocsisArrisBlackRois.new(@dut)
|
19
|
+
@color = Spectrum1080DocsisArrisColorRois.new(@dut)
|
20
|
+
@image = Spectrum1080DocsisArrisImageRois.new(@dut)
|
21
|
+
@text = Spectrum1080DocsisArrisTextRois.new(@dut)
|
22
|
+
@video = Spectrum1080DocsisArrisVideoRois.new(@dut)
|
23
|
+
|
24
|
+
end
|
25
|
+
|
26
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
|
2
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_rois'
|
3
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_black_rois'
|
4
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_color_rois'
|
5
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_image_rois'
|
6
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_text_rois'
|
7
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_video_rois'
|
8
|
+
|
9
|
+
|
10
|
+
# Adds to or modifies the Spectrum ROIs with Spectrum 1080p DocsisHumax specific ROIs.
|
11
|
+
|
12
|
+
class Spectrum1080DocsisHumaxRois < Spectrum1080Rois
|
13
|
+
|
14
|
+
# Public: Initializes Spectrum1080Rois. NOT FOR USE IN TESTS.
|
15
|
+
def initialize(*args)
|
16
|
+
super(*args)
|
17
|
+
# Add Rois common to all Spectrum1080DocsisHumax here
|
18
|
+
@black = Spectrum1080DocsisHumaxBlackRois.new(@dut)
|
19
|
+
@color = Spectrum1080DocsisHumaxColorRois.new(@dut)
|
20
|
+
@image = Spectrum1080DocsisHumaxImageRois.new(@dut)
|
21
|
+
@text = Spectrum1080DocsisHumaxTextRois.new(@dut)
|
22
|
+
@video = Spectrum1080DocsisHumaxVideoRois.new(@dut)
|
23
|
+
|
24
|
+
end
|
25
|
+
|
26
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
|
2
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_rois'
|
3
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_black_rois'
|
4
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_color_rois'
|
5
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_image_rois'
|
6
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_text_rois'
|
7
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_video_rois'
|
8
|
+
|
9
|
+
|
10
|
+
# Adds to or modifies the Spectrum ROIs with Spectrum 1080p DocsisTch specific ROIs.
|
11
|
+
|
12
|
+
class Spectrum1080DocsisTchRois < Spectrum1080Rois
|
13
|
+
|
14
|
+
# Public: Initializes Spectrum1080Rois. NOT FOR USE IN TESTS.
|
15
|
+
def initialize(*args)
|
16
|
+
super(*args)
|
17
|
+
# Add Rois common to all Spectrum1080DocsisTch here
|
18
|
+
@black = Spectrum1080DocsisTchBlackRois.new(@dut)
|
19
|
+
@color = Spectrum1080DocsisTchColorRois.new(@dut)
|
20
|
+
@image = Spectrum1080DocsisTchImageRois.new(@dut)
|
21
|
+
@text = Spectrum1080DocsisTchTextRois.new(@dut)
|
22
|
+
@video = Spectrum1080DocsisTchVideoRois.new(@dut)
|
23
|
+
|
24
|
+
end
|
25
|
+
|
26
|
+
end
|
@@ -0,0 +1,1592 @@
|
|
1
|
+
require './lib/rois/stb/spectrum/spectrum_image_rois'
|
2
|
+
|
3
|
+
# Defines Spectrum1080-specific Image ROIs.
|
4
|
+
|
5
|
+
class Spectrum1080ImageRois < SpectrumImageRois
|
6
|
+
|
7
|
+
def loading
|
8
|
+
new(:x => 855, :y => 496, :width => 232, :height => 88, :similarity => 80, :img_x => 865, :img_y => 511,
|
9
|
+
:img_width => 202, :img_height => 58, :ref_img => 'tsimages/reference/spectrum_1080/loading.jpg')
|
10
|
+
end
|
11
|
+
|
12
|
+
def guide_home
|
13
|
+
new(:x => 1718, :y => 988, :width => 43, :height => 43, :similarity => 80, :img_x => 1724, :img_y => 992,
|
14
|
+
:img_width => 32, :img_height => 33, :ref_img => 'tsimages/reference/spectrum_1080/guide_home.jpg')
|
15
|
+
end
|
16
|
+
|
17
|
+
def menu_settings_highlighted
|
18
|
+
new(:x => 81, :y => 845, :width => 412, :height => 70, :similarity => 80,
|
19
|
+
:ref_img => 'tsimages/reference/spectrum_1080/menu_settings_highlighted.jpg', :img_x => 81, :img_y => 845,
|
20
|
+
:img_width => 412, :img_height => 70)
|
21
|
+
end
|
22
|
+
|
23
|
+
def missing_banner
|
24
|
+
new(:x => 65, :y => 435, :width => 1755, :height => 179, :similarity => 80, :img_x => 318, :img_y => 444,
|
25
|
+
:img_width => 276, :img_height => 150, :ref_img => 'tsimages/reference/spectrum_1080/missing_banner.jpg')
|
26
|
+
end
|
27
|
+
|
28
|
+
def video_store
|
29
|
+
new(:x => 87, :y => 759, :width => 234, :height => 54, :similarity => 80,
|
30
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/menu_video_store.jpg', :img_x => 87, :img_y => 759,
|
31
|
+
:img_width => 234, :img_height => 54)
|
32
|
+
end
|
33
|
+
|
34
|
+
def live_info
|
35
|
+
new(:x => 377, :y => 571, :width => 171, :height => 344, :similarity => 80,
|
36
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/live_info.jpg', :img_x => 389, :img_y => 840,
|
37
|
+
:img_width => 156, :img_height => 69)
|
38
|
+
end
|
39
|
+
|
40
|
+
def guide_recording
|
41
|
+
new(:x => 351, :y => 437, :width => 56, :height => 100, :similarity => 80,
|
42
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/guide_recording.jpg', :img_x => 367, :img_y => 466,
|
43
|
+
:img_width => 39, :img_height => 44)
|
44
|
+
end
|
45
|
+
|
46
|
+
def guide_unfavorite_channel
|
47
|
+
new(:x => 1092, :y => 440, :width => 324, :height => 243, :similarity => 80,
|
48
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_unfavorite_channel.jpg', :img_x => 1145, :img_y => 513,
|
49
|
+
:img_width => 223, :img_height => 56)
|
50
|
+
end
|
51
|
+
|
52
|
+
def guide_favorite_channel
|
53
|
+
new(:x => 271, :y => 469, :width => 40, :height => 40, :similarity => 80,
|
54
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_favorite_channel.jpg', :img_x => 271, :img_y => 469,
|
55
|
+
:img_width => 40, :img_height => 40)
|
56
|
+
end
|
57
|
+
|
58
|
+
def network_asset_viewlistings_highlighted
|
59
|
+
new(:x => 832, :y => 326, :width => 718, :height => 501, :similarity => 80,
|
60
|
+
:ref_img => 'tsimages/reference/spectrum_1080/network_asset_viewlistings_highlighted.jpg', :img_x => 900,
|
61
|
+
:img_y => 483, :img_width => 321, :img_height => 99)
|
62
|
+
end
|
63
|
+
|
64
|
+
def network_asset_ondemand_highlighted
|
65
|
+
new(:x => 1315, :y => 212, :width => 526, :height => 559, :similarity => 80,
|
66
|
+
:ref_img => 'tsimages/reference/spectrum_1080/network_asset_ondemand_highlighted.jpg', :img_x => 1363,
|
67
|
+
:img_y => 410, :img_width => 442, :img_height => 247)
|
68
|
+
end
|
69
|
+
|
70
|
+
def network_asset_watchchannel_highlighted
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
new(:x => 493, :y => 344, :width => 365, :height => 568, :similarity => 80,
|
79
|
+
:ref_img => 'tsimages/reference/spectrum_1080/network_asset_watchchannel_highlighted.jpg', :img_x => 507,
|
80
|
+
:img_y => 359, :img_width => 341, :img_height => 91)
|
81
|
+
end
|
82
|
+
|
83
|
+
def network_asset_favorite_highlighted
|
84
|
+
new(:x => 1231, :y => 355, :width => 262, :height => 562, :similarity => 80,
|
85
|
+
:ref_img => 'tsimages/reference/spectrum_1080/network_asset_favorite_highlighted.jpg', :img_x => 1239,
|
86
|
+
:img_y => 361, :img_width => 246, :img_height => 87)
|
87
|
+
end
|
88
|
+
|
89
|
+
def network_asset_unfavorite_highlighted
|
90
|
+
new(:x => 1232, :y => 353, :width => 310, :height => 562, :similarity => 80,
|
91
|
+
:ref_img => 'tsimages/reference/spectrum_1080/network_asset_unfavorite_highlighted.jpg', :img_x => 1239,
|
92
|
+
:img_y => 361, :img_width => 298, :img_height => 87)
|
93
|
+
end
|
94
|
+
|
95
|
+
def guide_filter_sort_channels_highlighted
|
96
|
+
new(:x => 649, :y => 459, :width => 621, :height => 91, :similarity => 80,
|
97
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_sort_channels_highlighted.jpg', :img_x => 649,
|
98
|
+
:img_y => 459, :img_width => 621, :img_height => 91)
|
99
|
+
end
|
100
|
+
|
101
|
+
def guide_filter_all_checked_highlighted
|
102
|
+
new(:x => 538, :y => 258, :width => 115, :height => 582, :similarity => 80,
|
103
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_all_checked_highlighted.jpg', :img_x => 538,
|
104
|
+
:img_y => 258, :img_width => 115, :img_height => 582)
|
105
|
+
|
106
|
+
end
|
107
|
+
|
108
|
+
def guide_filter_mysubscription_checked
|
109
|
+
new(:x => 544, :y => 262, :width => 110, :height => 593, :similarity => 80,
|
110
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_mysubscription_checked.jpg', :img_x => 544,
|
111
|
+
:img_y => 262, :img_width => 110, :img_height => 593)
|
112
|
+
end
|
113
|
+
|
114
|
+
def guide_filter_submit_highlighted
|
115
|
+
new(:x => 1074, :y => 702, :width => 296, :height => 90, :similarity => 80,
|
116
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_submit_highlighted.jpg', :img_x => 1074, :img_y => 702,
|
117
|
+
:img_width => 296, :img_height => 90)
|
118
|
+
end
|
119
|
+
|
120
|
+
def guide_filter_mysubscription_box_checked
|
121
|
+
new(:x => 550, :y => 385, :width => 85, :height => 86, :similarity => 80,
|
122
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_mysubscription_box_checked.jpg', :img_x => 550,
|
123
|
+
:img_y => 385, :img_width => 85, :img_height => 86)
|
124
|
+
end
|
125
|
+
|
126
|
+
def guide_filter_favorites_box_checked
|
127
|
+
new(:x => 551, :y => 506, :width => 83, :height => 84, :similarity => 80,
|
128
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_favorites_box_checked.jpg', :img_x => 551,
|
129
|
+
:img_y => 506, :img_width => 83, :img_height => 84)
|
130
|
+
end
|
131
|
+
|
132
|
+
def guide_filter_hdonly_box_checked
|
133
|
+
new(:x => 551, :y => 628, :width => 83, :height => 82, :similarity => 80,
|
134
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_hdonly_box_checked.jpg', :img_x => 551, :img_y => 628,
|
135
|
+
:img_width => 83, :img_height => 82)
|
136
|
+
end
|
137
|
+
|
138
|
+
def guide_filter_premium_box_checked
|
139
|
+
new(:x => 552, :y => 748, :width => 80, :height => 81, :similarity => 80,
|
140
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_premium_box_checked.jpg', :img_x => 552, :img_y => 748,
|
141
|
+
:img_width => 80, :img_height => 81)
|
142
|
+
end
|
143
|
+
|
144
|
+
def guide_filter_sortby_channel
|
145
|
+
new(:x => 1072, :y => 345, :width => 251, :height => 235, :similarity => 80,
|
146
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_sortby_channel.jpg', :img_x => 1072, :img_y => 345,
|
147
|
+
:img_width => 251, :img_height => 235)
|
148
|
+
end
|
149
|
+
|
150
|
+
def guide_filter_favorites_checked
|
151
|
+
new(:x => 560, :y => 520, :width => 64, :height => 64, :similarity => 80,
|
152
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_favorites_checked.jpg', :img_x => 560, :img_y => 520,
|
153
|
+
:img_width => 64, :img_height => 64)
|
154
|
+
end
|
155
|
+
|
156
|
+
def guide_filter_hdonly_checked
|
157
|
+
new(:x => 562, :y => 638, :width => 62, :height => 66, :similarity => 80,
|
158
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_hdonly_checked.jpg', :img_x => 562, :img_y => 642,
|
159
|
+
:img_width => 62, :img_height => 64)
|
160
|
+
end
|
161
|
+
|
162
|
+
def guide_filter_premium_checked
|
163
|
+
new(:x => 556, :y => 750, :width => 74, :height => 78, :similarity => 80,
|
164
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_premium_checked.jpg', :img_x => 556, :img_y => 750,
|
165
|
+
:img_width => 74, :img_height => 78)
|
166
|
+
end
|
167
|
+
|
168
|
+
def guide_filter_sortby_az
|
169
|
+
new(:x => 1072, :y => 345, :width => 251, :height => 235, :similarity => 80,
|
170
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_filter_sortby_az.jpg', :img_x => 1072, :img_y => 345,
|
171
|
+
:img_width => 251, :img_height => 235)
|
172
|
+
end
|
173
|
+
|
174
|
+
def livetv_infobar
|
175
|
+
new(:x => 341, :y => 630, :width => 1118, :height => 313, :similarity => 80,
|
176
|
+
:ref_img => 'tsimages/reference/spectrum_1080/livetv_infobar.jpg', :img_x => 379, :img_y => 832,
|
177
|
+
:img_width => 910, :img_height => 86)
|
178
|
+
end
|
179
|
+
|
180
|
+
def cc_turnon_button
|
181
|
+
new(:x => 612, :y => 435, :width => 739, :height => 210, :similarity => 80,
|
182
|
+
:ref_img => 'tsimages/reference/spectrum_1080/cc_turnon_button.jpg', :img_x => 693, :img_y => 501,
|
183
|
+
:img_width => 559, :img_height => 136)
|
184
|
+
end
|
185
|
+
|
186
|
+
def cc_turnoff_button
|
187
|
+
new(:x => 640, :y => 412, :width => 629, :height => 233, :similarity => 80,
|
188
|
+
:ref_img => 'tsimages/reference/spectrum_1080/cc_turnoff_button.jpg', :img_x => 675, :img_y => 465,
|
189
|
+
:img_width => 584, :img_height => 114)
|
190
|
+
end
|
191
|
+
|
192
|
+
def livetv_upgrade_box
|
193
|
+
new(:x => 293, :y => 344, :width => 1333, :height => 374, :similarity => 80,
|
194
|
+
:ref_img => 'tsimages/reference/spectrum_1080/livetv_upgrade_box.jpg', :img_x => 445, :img_y => 493,
|
195
|
+
:img_width => 417, :img_height => 212)
|
196
|
+
end
|
197
|
+
|
198
|
+
def miniguide_more_information
|
199
|
+
new(:x => 790, :y => 848, :width => 300, :height => 59, :similarity => 80,
|
200
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_more_information.jpg', :img_x => 790, :img_y => 848,
|
201
|
+
:img_width => 300, :img_height => 59)
|
202
|
+
end
|
203
|
+
|
204
|
+
def miniguide_moreinfo_watch
|
205
|
+
new(:x => 485, :y => 412, :width => 519, :height => 384, :similarity => 80,
|
206
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_moreinfo_watch.jpg', :img_x => 493, :img_y => 564,
|
207
|
+
:img_width => 230, :img_height => 96)
|
208
|
+
end
|
209
|
+
|
210
|
+
def miniguide_favorite_channel
|
211
|
+
new(:x => 532, :y => 832, :width => 24, :height => 26, :similarity => 80,
|
212
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_favorite_channel.jpg', :img_x => 532, :img_y => 832,
|
213
|
+
:img_width => 24, :img_height => 26)
|
214
|
+
end
|
215
|
+
|
216
|
+
def miniguide_filter_allchannels_selected
|
217
|
+
new(:x => 598, :y => 262, :width => 325, :height => 67, :similarity => 80,
|
218
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_allchannels_selected.jpg', :img_x => 598, :img_y => 262,
|
219
|
+
:img_width => 325, :img_height => 67)
|
220
|
+
end
|
221
|
+
|
222
|
+
def miniguide_filter_allchannels_checked
|
223
|
+
new(:x => 528, :y => 271, :width => 47, :height => 49, :similarity => 80,
|
224
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_allchannels_checked.jpg', :img_x => 528, :img_y => 271,
|
225
|
+
:img_width => 47, :img_height => 49)
|
226
|
+
end
|
227
|
+
|
228
|
+
def miniguide_filter_channelnumber_selected
|
229
|
+
new(:x => 1063, :y => 361, :width => 271, :height => 65, :similarity => 80,
|
230
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_channelnumber_selected.jpg', :img_x => 1063,
|
231
|
+
:img_y => 361, :img_width => 271, :img_height => 65)
|
232
|
+
end
|
233
|
+
|
234
|
+
def miniguide_filter_alphabetically_selected
|
235
|
+
new(:x => 1063, :y => 454, :width => 268, :height => 72, :similarity => 80,
|
236
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_alphabetically_selected.jpg', :img_x => 1063,
|
237
|
+
:img_y => 454, :img_width => 268, :img_height => 72)
|
238
|
+
end
|
239
|
+
|
240
|
+
def miniguide_filter_submit_selected
|
241
|
+
new(:x => 1067, :y => 695, :width => 271, :height => 74, :similarity => 80,
|
242
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_submit_selected.jpg', :img_x => 1067, :img_y => 695,
|
243
|
+
:img_width => 271, :img_height => 74)
|
244
|
+
end
|
245
|
+
|
246
|
+
def miniguide_filter_cancel_selected
|
247
|
+
new(:x => 1067, :y => 803, :width => 271, :height => 75, :similarity => 80,
|
248
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_cancel_selected.jpg', :img_x => 1067, :img_y => 803,
|
249
|
+
:img_width => 271, :img_height => 75)
|
250
|
+
end
|
251
|
+
|
252
|
+
def miniguide_unfavorite_channels
|
253
|
+
new(:x => 532, :y => 832, :width => 24, :height => 163, :similarity => 80,
|
254
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_unfavorite_channels.jpg', :img_x => 532, :img_y => 832,
|
255
|
+
:img_width => 24, :img_height => 24)
|
256
|
+
end
|
257
|
+
|
258
|
+
def miniguide_filter_subscribed_selected
|
259
|
+
new(:x => 587, :y => 359, :width => 346, :height => 75, :similarity => 80,
|
260
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_filter_subscribed_selected.jpg', :img_x => 587,
|
261
|
+
:img_y => 359, :img_width => 346, :img_height => 75)
|
262
|
+
end
|
263
|
+
|
264
|
+
def miniguide_filter_subscribed_checked
|
265
|
+
new(:x => 530, :y => 372, :width => 44, :height => 49, :similarity => 80,
|
266
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_filter_subscribed_checked.jpg', :img_x => 530,
|
267
|
+
:img_y => 372, :img_width => 44, :img_height => 49)
|
268
|
+
end
|
269
|
+
|
270
|
+
def miniguide_filter_favorites_selected
|
271
|
+
new(:x => 587, :y => 458, :width => 348, :height => 75, :similarity => 80,
|
272
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_filter_favorites_selected.jpg', :img_x => 587,
|
273
|
+
:img_y => 458, :img_width => 348, :img_height => 75)
|
274
|
+
end
|
275
|
+
|
276
|
+
def miniguide_filter_favorites_checked
|
277
|
+
new(:x => 531, :y => 472, :width => 44, :height => 49, :similarity => 80,
|
278
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_filter_favorites_checked.jpg', :img_x => 531,
|
279
|
+
:img_y => 472, :img_width => 44, :img_height => 49)
|
280
|
+
end
|
281
|
+
|
282
|
+
def miniguide_favicon
|
283
|
+
new(:x => 532, :y => 832, :width => 24, :height => 25, :similarity => 80,
|
284
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_favicon.jpg', :img_x => 532, :img_y => 832,
|
285
|
+
:img_width => 24, :img_height => 24)
|
286
|
+
end
|
287
|
+
|
288
|
+
def miniguide_filter_hdonly_selected
|
289
|
+
new(:x => 588, :y => 558, :width => 344, :height => 73, :similarity => 80,
|
290
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_filter_hdonly_selected.jpg', :img_x => 588, :img_y => 558,
|
291
|
+
:img_width => 344, :img_height => 73)
|
292
|
+
end
|
293
|
+
|
294
|
+
def miniguide_filter_hdonly_checked
|
295
|
+
new(:x => 531, :y => 572, :width => 44, :height => 49, :similarity => 80,
|
296
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_filter_hdonly_checked.jpg', :img_x => 531, :img_y => 572,
|
297
|
+
:img_width => 44, :img_height => 49)
|
298
|
+
end
|
299
|
+
|
300
|
+
def miniguide_filter_premium_selected
|
301
|
+
new(:x => 588, :y => 658, :width => 346, :height => 74, :similarity => 80,
|
302
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_filter_premium_selected.jpg', :img_x => 588,
|
303
|
+
:img_y => 658, :img_width => 346, :img_height => 74)
|
304
|
+
end
|
305
|
+
|
306
|
+
def miniguide_filter_premium_checked
|
307
|
+
new(:x => 530, :y => 670, :width => 44, :height => 49, :similarity => 80,
|
308
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_filter_premium_checked.jpg', :img_x => 530, :img_y => 670,
|
309
|
+
:img_width => 44, :img_height => 49)
|
310
|
+
end
|
311
|
+
|
312
|
+
|
313
|
+
def miniguide_channelnumber_checked
|
314
|
+
new(:x => 1001, :y => 367, :width => 47, :height => 56, :similarity => 80,
|
315
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_filter_premium_checked.jpg', :img_x => 1001,
|
316
|
+
:img_y => 367, :img_width => 47, :img_height => 56)
|
317
|
+
end
|
318
|
+
|
319
|
+
def miniguide_filter_channelnumber_checked
|
320
|
+
new(:x => 1001, :y => 367, :width => 47, :height => 56, :similarity => 80,
|
321
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_filter_channelnumber_checked.jpg', :img_x => 1001,
|
322
|
+
:img_y => 367, :img_width => 47, :img_height => 56)
|
323
|
+
end
|
324
|
+
|
325
|
+
def product_page_watch_button
|
326
|
+
new(:x => 493, :y => 344, :width => 209, :height => 568, :similarity => 80,
|
327
|
+
:ref_img => 'tsimages/reference/spectrum_1080/product_page_watch_button.jpg', :img_x => 494, :img_y => 647,
|
328
|
+
:img_width => 207, :img_height => 87)
|
329
|
+
end
|
330
|
+
|
331
|
+
def library_added_to_watchlist_ok
|
332
|
+
new(:x => 760, :y => 649, :width => 148, :height => 251, :similarity => 80,
|
333
|
+
:ref_img => 'tsimages/reference/spectrum_1080/library_added_to_watchlist_ok.jpg', :img_x => 761, :img_y => 726,
|
334
|
+
:img_width => 144, :img_height => 88)
|
335
|
+
end
|
336
|
+
|
337
|
+
def purchasecontrols_off
|
338
|
+
new(:x => 568, :y => 442, :width => 244, :height => 142, :similarity => 80,
|
339
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/purchaseoff.JPG', :img_x => 568, :img_y => 442,
|
340
|
+
:img_width => 244, :img_height => 142)
|
341
|
+
end
|
342
|
+
|
343
|
+
|
344
|
+
|
345
|
+
|
346
|
+
def purchase_pin_prompt
|
347
|
+
new(:x => 512, :y => 228, :width => 842, :height => 196, :similarity => 80, :ref_img => '', :img_x => 512,
|
348
|
+
:img_y => 228, :img_width => 842, :img_height => 196)
|
349
|
+
end
|
350
|
+
|
351
|
+
def purchase_pin_off_validation
|
352
|
+
new(:x => 554, :y => 458, :width => 244, :height => 120, :similarity => 80,
|
353
|
+
:ref_img => 'tsimages/reference/mobile/android/phone/purchaseoff.JPG', :img_x => 554, :img_y => 458,
|
354
|
+
:img_width => 244, :img_height => 120)
|
355
|
+
|
356
|
+
end
|
357
|
+
|
358
|
+
|
359
|
+
def add_to_watchlist
|
360
|
+
new(:x => 799, :y => 556, :width => 455, :height => 203, :similarity => 80,
|
361
|
+
:ref_img => 'tsimages/reference/spectrum_1080/add_to_watchlist.jpg', :img_x => 796, :img_y => 549,
|
362
|
+
:img_width => 461, :img_height => 212)
|
363
|
+
end
|
364
|
+
|
365
|
+
def record_guideasset
|
366
|
+
new(:x => 526, :y => 536, :width => 164, :height => 53, :similarity => 80,
|
367
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_guideasset.jpg', :img_x => 531, :img_y => 539,
|
368
|
+
:img_width => 162, :img_height => 55)
|
369
|
+
end
|
370
|
+
|
371
|
+
def Record_image
|
372
|
+
new(:x => 523, :y => 523, :width => 160, :height => 81, :similarity => 80,
|
373
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_image.jpg', :img_x => 528, :img_y => 523, :img_width => 170,
|
374
|
+
:img_height => 81)
|
375
|
+
end
|
376
|
+
|
377
|
+
def save_button
|
378
|
+
new(:x => 564, :y => 703, :width => 212, :height => 129, :similarity => 60,
|
379
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/save_button.jpg', :img_x => 564, :img_y => 703,
|
380
|
+
:img_width => 212, :img_height => 129)
|
381
|
+
end
|
382
|
+
|
383
|
+
def save_button_ondemand
|
384
|
+
new(:x => 575, :y => 678, :width => 194, :height => 104, :similarity => 80,
|
385
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/save_button_OD.jpg', :img_x => 575, :img_y => 678,
|
386
|
+
:img_width => 194, :img_height => 104)
|
387
|
+
end
|
388
|
+
|
389
|
+
def confirm_purchase
|
390
|
+
new(:x => 791, :y => 660, :width => 261, :height => 107, :similarity => 80,
|
391
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/confirm_purchase.jpg', :img_x => 791, :img_y => 660,
|
392
|
+
:img_width => 261, :img_height => 107)
|
393
|
+
end
|
394
|
+
|
395
|
+
def please_enter_ondemand_pin2
|
396
|
+
new(:x => 549, :y => 260, :width => 847, :height => 159, :similarity => 80,
|
397
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/enter_ondemandpin2.jpg', :img_x => 549, :img_y => 260,
|
398
|
+
:img_width => 847, :img_height => 159)
|
399
|
+
end
|
400
|
+
|
401
|
+
def restart_vod_button_image
|
402
|
+
new(:x => 471, :y => 582, :width => 286, :height => 146, :similarity => 80,
|
403
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/restart_vod.jpg', :img_x => 471, :img_y => 582,
|
404
|
+
:img_width => 286, :img_height => 146)
|
405
|
+
end
|
406
|
+
|
407
|
+
def edit_recording_image
|
408
|
+
new(:x => 485, :y => 640, :width => 385, :height => 111, :similarity => 80,
|
409
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_recording_image.jpg', :img_x => 488, :img_y => 650,
|
410
|
+
:img_width => 382, :img_height => 86)
|
411
|
+
end
|
412
|
+
|
413
|
+
def record_image_zone
|
414
|
+
new(:x => 546, :y => 594, :width => 129, :height => 33, :similarity => 80,
|
415
|
+
:ref_img => 'tsimages/reference/spectrum_1080/reecord_image_zone.jpg', :img_x => 539, :img_y => 584,
|
416
|
+
:img_width => 149, :img_height => 48)
|
417
|
+
end
|
418
|
+
|
419
|
+
def pg13_adult
|
420
|
+
new(:x => 545, :y => 978, :width => 151, :height => 101, :similarity => 80,
|
421
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/pg13enabled.jpg', :img_x => 545, :img_y => 978,
|
422
|
+
:img_width => 151, :img_height => 101)
|
423
|
+
|
424
|
+
end
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
def please_enter_parental_pin2
|
429
|
+
new(:x => 559, :y => 320, :width => 818, :height => 101, :similarity => 75,
|
430
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/parentalpin2.jpg', :img_x => 559, :img_y => 320,
|
431
|
+
:img_width => 818, :img_height => 101)
|
432
|
+
end
|
433
|
+
|
434
|
+
def restart_button
|
435
|
+
new(:x => 541, :y => 635, :width => 149, :height => 30, :similarity => 80,
|
436
|
+
:ref_img => 'tsimages/reference/spectrum_1080/restart_button.jpg', :img_x => 544, :img_y => 637,
|
437
|
+
:img_width => 141, :img_height => 25)
|
438
|
+
end
|
439
|
+
|
440
|
+
def key_icon_upgrade
|
441
|
+
new(:x => 349, :y => 28, :width => 71, :height => 76, :similarity => 80,
|
442
|
+
:ref_img => 'tsimages/reference/spectrum_1080/key_icon_upgrade.jpg', :img_x => 349, :img_y => 30,
|
443
|
+
:img_width => 71, :img_height => 74)
|
444
|
+
end
|
445
|
+
|
446
|
+
def record_label
|
447
|
+
new(:x => 539, :y => 503, :width => 141, :height => 36, :similarity => 80,
|
448
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_label.jpg', :img_x => 539, :img_y => 498, :img_width => 139,
|
449
|
+
:img_height => 43)
|
450
|
+
end
|
451
|
+
|
452
|
+
|
453
|
+
def resume_library_image
|
454
|
+
new(:x => 657, :y => 731, :width => 185, :height => 81, :similarity => 80,
|
455
|
+
:ref_img => 'tsimages/reference/spectrum_1080/resume_library_image.jpg', :img_x => 665, :img_y => 731,
|
456
|
+
:img_width => 172, :img_height => 81)
|
457
|
+
end
|
458
|
+
|
459
|
+
def rent_button
|
460
|
+
new(:x => 483, :y => 607, :width => 308, :height => 101, :similarity => 80,
|
461
|
+
:ref_img => 'tsimages/reference/spectrum_1080/rent_button.jpg', :img_x => 491, :img_y => 604, :img_width => 295,
|
462
|
+
:img_height => 112)
|
463
|
+
end
|
464
|
+
|
465
|
+
def record_assetbutton
|
466
|
+
new(:x => 460, :y => 445, :width => 293, :height => 164, :similarity => 80,
|
467
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_assetbutton.jpg', :img_x => 473, :img_y => 455,
|
468
|
+
:img_width => 273, :img_height => 147)
|
469
|
+
end
|
470
|
+
|
471
|
+
def vod_watch_button
|
472
|
+
new(:x => 480, :y => 599, :width => 249, :height => 110, :similarity => 80,
|
473
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/video_watch_button.jpg', :img_x => 480, :img_y => 599,
|
474
|
+
:img_width => 249, :img_height => 110)
|
475
|
+
end
|
476
|
+
|
477
|
+
|
478
|
+
def fast_forward
|
479
|
+
new(:x => 321, :y => 867, :width => 104, :height => 89, :similarity => 80,
|
480
|
+
:ref_img => 'tsimages/reference/spectrum_1080/fast_forward.jpg', :img_x => 319, :img_y => 870, :img_width => 103,
|
481
|
+
:img_height => 91)
|
482
|
+
end
|
483
|
+
|
484
|
+
def onDemandPin_Dialogue
|
485
|
+
new(:x => 490, :y => 250, :width => 971, :height => 172, :similarity => 80,
|
486
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/onDemandPINDialogue.jpg', :img_x => 490, :img_y => 250,
|
487
|
+
:img_width => 971, :img_height => 172)
|
488
|
+
end
|
489
|
+
|
490
|
+
def restart_vod_image
|
491
|
+
new(:x => 471, :y => 582, :width => 286, :height => 146, :similarity => 80,
|
492
|
+
:ref_img => 'tsimages/reference/spectrum_1080/restart_vod_image.jpg', :img_x => 483, :img_y => 587,
|
493
|
+
:img_width => 260, :img_height => 139)
|
494
|
+
|
495
|
+
end
|
496
|
+
|
497
|
+
def record_asset_pos5
|
498
|
+
new(:x => 739, :y => 511, :width => 246, :height => 105, :similarity => 80,
|
499
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/record_button_1.jpg', :img_x => 546, :img_y => 723,
|
500
|
+
:img_width => 53, :img_height => 23)
|
501
|
+
end
|
502
|
+
|
503
|
+
def recording_conflict
|
504
|
+
new(:x => 653, :y => 154, :width => 713, :height => 203, :similarity => 80,
|
505
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/recording_conflict2.jpg', :img_x => 653, :img_y => 154,
|
506
|
+
:img_width => 713, :img_height => 203)
|
507
|
+
end
|
508
|
+
|
509
|
+
def instant_upgrade_key
|
510
|
+
new(:x => 344, :y => 43, :width => 76, :height => 58, :similarity => 80,
|
511
|
+
:ref_img => 'tsimages/reference/spectrum_1080/instant_upgrade_key.jpg', :img_x => 344, :img_y => 43,
|
512
|
+
:img_width => 76, :img_height => 58)
|
513
|
+
end
|
514
|
+
|
515
|
+
def instantupgradekey
|
516
|
+
new(:x => 265, :y => 465, :width => 56, :height => 51, :similarity => 80,
|
517
|
+
:ref_img => 'tsimages/reference/spectrum_1080/instantupgradekey.jpg', :img_x => 265, :img_y => 465,
|
518
|
+
:img_width => 56, :img_height => 51)
|
519
|
+
end
|
520
|
+
|
521
|
+
def save_image
|
522
|
+
new(:x => 551, :y => 346, :width => 202, :height => 124, :similarity => 80,
|
523
|
+
:ref_img => 'tsimages/reference/spectrum_1080/save_image.jpg', :img_x => 556, :img_y => 349, :img_width => 197,
|
524
|
+
:img_height => 111)
|
525
|
+
end
|
526
|
+
|
527
|
+
def edit_recording_imagecapture
|
528
|
+
new(:x => 526, :y => 622, :width => 298, :height => 45, :similarity => 80,
|
529
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_recording_imcapture.jpg', :img_x => 531, :img_y => 614,
|
530
|
+
:img_width => 291, :img_height => 64)
|
531
|
+
end
|
532
|
+
|
533
|
+
def image_edit_recording
|
534
|
+
new(:x => 493, :y => 635, :width => 384, :height => 129, :similarity => 80,
|
535
|
+
:ref_img => 'tsimages/reference/spectrum_1080/image_edit_recording.jpg', :img_x => 483, :img_y => 640,
|
536
|
+
:img_width => 392, :img_height => 116)
|
537
|
+
end
|
538
|
+
|
539
|
+
def add_to_watchlist_image
|
540
|
+
new(:x => 799, :y => 594, :width => 442, :height => 127, :similarity => 80,
|
541
|
+
:ref_img => 'tsimages/reference/spectrum_1080/add_to_watchlistimage.jpg', :img_x => 799, :img_y => 584,
|
542
|
+
:img_width => 447, :img_height => 157)
|
543
|
+
end
|
544
|
+
|
545
|
+
def new_edit_recording
|
546
|
+
new(:x => 488, :y => 465, :width => 382, :height => 106, :similarity => 80,
|
547
|
+
:ref_img => 'tsimages/reference/spectrum_1080/newedit_recording.jpg', :img_x => 488, :img_y => 468,
|
548
|
+
:img_width => 392, :img_height => 124)
|
549
|
+
end
|
550
|
+
|
551
|
+
def add_watchlist_image
|
552
|
+
new(:x => 802, :y => 584, :width => 442, :height => 144, :similarity => 80,
|
553
|
+
:ref_img => 'tsimages/reference/spectrum_1080/add_watchlist_image.jpg', :img_x => 807, :img_y => 604,
|
554
|
+
:img_width => 432, :img_height => 106)
|
555
|
+
end
|
556
|
+
|
557
|
+
def added_to_watchlist
|
558
|
+
new(:x => 508, :y => 225, :width => 556, :height => 83, :similarity => 80,
|
559
|
+
:ref_img => 'tsimages/reference/spectrum_1080/added_to_watchlist.jpg', :img_x => 518, :img_y => 235,
|
560
|
+
:img_width => 524, :img_height => 66)
|
561
|
+
end
|
562
|
+
|
563
|
+
def remove_from_watchlist
|
564
|
+
new(:x => 796, :y => 592, :width => 552, :height => 121, :similarity => 80,
|
565
|
+
:ref_img => 'tsimages/reference/spectrum_1080/remove_from_watchlist.jpg', :img_x => 809, :img_y => 607,
|
566
|
+
:img_width => 531, :img_height => 96)
|
567
|
+
end
|
568
|
+
|
569
|
+
|
570
|
+
def edit_recording_pos_image
|
571
|
+
new(:x => 473, :y => 554, :width => 427, :height => 210, :similarity => 80,
|
572
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_recording_pos_image.jpg', :img_x => 496, :img_y => 597,
|
573
|
+
:img_width => 369, :img_height => 101)
|
574
|
+
end
|
575
|
+
def asset_movieNetworks_ViewAll
|
576
|
+
new(:x => 94, :y => 390, :width => 322, :height => 474, :similarity => 80,
|
577
|
+
:ref_img => 'tsimages/reference/spectrum_1080/asset_movieNetworks_viewAll.jpg', :img_x => 94, :img_y => 390,
|
578
|
+
:img_width => 322, :img_height => 474)
|
579
|
+
end
|
580
|
+
|
581
|
+
def movieNetworks_page_Title
|
582
|
+
new(:x => 669, :y => 76, :width => 583, :height => 128, :similarity => 80,
|
583
|
+
:ref_img => 'tsimages/reference/spectrum_1080/movieNetworks_page_title.jpg', :img_x => 669, :img_y => 76,
|
584
|
+
:img_width => 583, :img_height => 128)
|
585
|
+
|
586
|
+
end
|
587
|
+
|
588
|
+
def all_filter
|
589
|
+
new(:x => 523, :y => 238, :width => 238, :height => 141, :similarity => 80,
|
590
|
+
:ref_img => 'tsimages/reference/spectrum_1080/all_filter.jpg', :img_x => 531, :img_y => 250, :img_width => 195,
|
591
|
+
:img_height => 122)
|
592
|
+
end
|
593
|
+
|
594
|
+
def vod_restart_button2
|
595
|
+
new(:x => 468, :y => 582, :width => 288, :height => 139, :similarity => 80,
|
596
|
+
:ref_img => 'tsimages/reference/spectrum_1080/vod_restart_button2.jpg', :img_x => 468, :img_y => 582,
|
597
|
+
:img_width => 288, :img_height => 139)
|
598
|
+
end
|
599
|
+
|
600
|
+
def watch_trailer_2
|
601
|
+
new(:x => 1010, :y => 602, :width => 395, :height => 101, :similarity => 80,
|
602
|
+
:ref_img => 'tsimages/reference/spectrum_1080/watch_trailer2.jpg', :img_x => 1010, :img_y => 602,
|
603
|
+
:img_width => 395, :img_height => 101)
|
604
|
+
end
|
605
|
+
|
606
|
+
def guide_product_page_fav_button
|
607
|
+
new(:x => 1085, :y => 410, :width => 285, :height => 215, :similarity => 80,
|
608
|
+
:ref_img => 'images\reference\spectrum_1080\guide_product_page_fav_button.JPG', :img_x => 1115, :img_y => 440,
|
609
|
+
:img_width => 212, :img_height => 91)
|
610
|
+
end
|
611
|
+
|
612
|
+
def guide_product_page_unfav_button
|
613
|
+
new(:x => 1085, :y => 410, :width => 285, :height => 215, :similarity => 80,
|
614
|
+
:ref_img => 'images\reference\spectrum_1080\guide_product_page_unfav_button.JPG', :img_x => 1130, :img_y => 412,
|
615
|
+
:img_width => 195, :img_height => 68)
|
616
|
+
end
|
617
|
+
|
618
|
+
def movieNetworks_label
|
619
|
+
new(:x => 108, :y => 336, :width => 370, :height => 96, :similarity => 80,
|
620
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/movieNetworks_label.jpg', :img_x => 108, :img_y => 336,
|
621
|
+
:img_width => 370, :img_height => 96)
|
622
|
+
end
|
623
|
+
|
624
|
+
|
625
|
+
def guide_fav_button
|
626
|
+
new(:x => 1092, :y => 437, :width => 268, :height => 195, :similarity => 80,
|
627
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_fav_button.JPG', :img_x => 1125, :img_y => 506,
|
628
|
+
:img_width => 205, :img_height => 60)
|
629
|
+
end
|
630
|
+
|
631
|
+
def guide_unfav_button
|
632
|
+
new(:x => 1085, :y => 410, :width => 336, :height => 215, :similarity => 80,
|
633
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_unfav_button.jpg', :img_x => 1120, :img_y => 491,
|
634
|
+
:img_width => 255, :img_height => 73)
|
635
|
+
end
|
636
|
+
def parental_pin_2
|
637
|
+
new(:x => 609, :y => 255, :width => 675, :height => 139, :similarity => 80,
|
638
|
+
:ref_img => 'tsimages/reference/spectrum_1080/parental_pin2.jpg', :img_x => 609, :img_y => 255, :img_width => 675,
|
639
|
+
:img_height => 139)
|
640
|
+
|
641
|
+
end
|
642
|
+
|
643
|
+
def ppv_listing_2
|
644
|
+
|
645
|
+
|
646
|
+
|
647
|
+
|
648
|
+
|
649
|
+
|
650
|
+
|
651
|
+
|
652
|
+
|
653
|
+
new(:x => 671, :y => 302, :width => 607, :height => 85, :similarity => 60,
|
654
|
+
:ref_img => 'tsimages/reference/mobile/ppv_title2.jpg', :img_x => 671, :img_y => 302, :img_width => 607,
|
655
|
+
:img_height => 85)
|
656
|
+
end
|
657
|
+
|
658
|
+
def viewAll_assetSubList
|
659
|
+
new(:x => 5, :y => 405, :width => 159, :height => 245, :similarity => 80,
|
660
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/viewAll_assetSubList.jpg', :img_x => 5, :img_y => 405,
|
661
|
+
:img_width => 159, :img_height => 245)
|
662
|
+
end
|
663
|
+
|
664
|
+
def guide_fav_icon_1
|
665
|
+
new(:x => 265, :y => 458, :width => 51, :height => 58, :similarity => 80,
|
666
|
+
:ref_img => 'tsimages/reference/spectrum/guide_icon_pos1.jpg', :img_x => 265, :img_y => 458, :img_width => 51,
|
667
|
+
:img_height => 58)
|
668
|
+
end
|
669
|
+
|
670
|
+
def Info_record
|
671
|
+
new(:x => 442, :y => 412, :width => 640, :height => 450, :similarity => 80,
|
672
|
+
:ref_img => 'tsimages/reference/spectrum_1080/Info_record.jpg', :img_x => 751, :img_y => 688, :img_width => 227,
|
673
|
+
:img_height => 88)
|
674
|
+
end
|
675
|
+
|
676
|
+
def Info_record_image_two
|
677
|
+
new(:x => 468, :y => 582, :width => 283, :height => 265, :similarity => 80,
|
678
|
+
:ref_img => 'tsimages/reference/spectrum_1080/info_record_imagetwo.jpg', :img_x => 493, :img_y => 645,
|
679
|
+
:img_width => 235, :img_height => 98)
|
680
|
+
end
|
681
|
+
|
682
|
+
def guide_plock
|
683
|
+
new(:x => 255, :y => 759, :width => 79, :height => 103, :similarity => 80,
|
684
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_plock.jpg', :img_x => 263, :img_y => 769, :img_width => 68,
|
685
|
+
:img_height => 86)
|
686
|
+
end
|
687
|
+
|
688
|
+
def guide_unfavorite
|
689
|
+
new(:x => 258, :y => 448, :width => 66, :height => 73, :similarity => 80,
|
690
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_unfavorite.jpg', :img_x => 268, :img_y => 463,
|
691
|
+
:img_width => 51, :img_height => 50)
|
692
|
+
end
|
693
|
+
|
694
|
+
def ppv_error
|
695
|
+
new(:x => 485, :y => 276, :width => 630, :height => 139, :similarity => 80,
|
696
|
+
:ref_img => 'tsimages/reference/spectrum/spectrum/purchase_incomplete.jpg', :img_x => 485, :img_y => 276,
|
697
|
+
:img_width => 630, :img_height => 139)
|
698
|
+
end
|
699
|
+
|
700
|
+
def assetsScreen_SortBy_Label
|
701
|
+
new(:x => 104, :y => 275, :width => 132, :height => 71, :similarity => 80,
|
702
|
+
:ref_img => 'tsimages/reference/spectrum_1080/assetsScreen_SortBy_Label.jpg', :img_x => 104, :img_y => 275,
|
703
|
+
:img_width => 132, :img_height => 71)
|
704
|
+
end
|
705
|
+
|
706
|
+
def assetOveriview_watchOption
|
707
|
+
new(:x => 492, :y => 578, :width => 231, :height => 136, :similarity => 80,
|
708
|
+
:ref_img => 'tsimages/reference/spectrum_1080/assetOveriview_watchOption.jpg', :img_x => 492, :img_y => 578,
|
709
|
+
:img_width => 231, :img_height => 136)
|
710
|
+
end
|
711
|
+
|
712
|
+
def assetOverview_browseEpisodesOption
|
713
|
+
new(:x => 496, :y => 584, :width => 401, :height => 130, :similarity => 80,
|
714
|
+
:ref_img => 'tsimages/reference/spectrum_1080/assetOverview_browseEpisodesOption.jpg', :img_x => 496,
|
715
|
+
:img_y => 584, :img_width => 401, :img_height => 130)
|
716
|
+
end
|
717
|
+
|
718
|
+
|
719
|
+
def assetOverview_movieBanner
|
720
|
+
new(:x => 78, :y => 149, :width => 345, :height => 518, :similarity => 80,
|
721
|
+
:ref_img => 'tsimages/reference/spectrum_1080/assetOverview_movieBanner.jpg', :img_x => 78, :img_y => 149,
|
722
|
+
:img_width => 345, :img_height => 518)
|
723
|
+
end
|
724
|
+
|
725
|
+
def parental_pin3
|
726
|
+
new(:x => 503, :y => 273, :width => 882, :height => 145, :similarity => 80,
|
727
|
+
:ref_img => 'tsimages/reference/spectrum1080/parentalPin.jpg', :img_x => 503, :img_y => 273, :img_width => 882,
|
728
|
+
|
729
|
+
:img_height => 145)
|
730
|
+
end
|
731
|
+
|
732
|
+
|
733
|
+
def ppv_starterd
|
734
|
+
new(:x => 508, :y => 506, :width => 826, :height => 106, :similarity => 75,
|
735
|
+
:ref_img => 'tsimages/reference/spectrum/ppvstarted.jpg', :img_x => 508, :img_y => 506, :img_width => 826,
|
736
|
+
:img_height => 106)
|
737
|
+
end
|
738
|
+
|
739
|
+
def menu_spectrum_logo
|
740
|
+
new(:x => 40, :y => 83, :width => 385, :height => 155, :similarity => 80,
|
741
|
+
:ref_img => 'tsimages/reference/spectrum_1080/menu_spectrum_logo.jpg', :img_x => 83, :img_y => 114,
|
742
|
+
:img_width => 279, :img_height => 78)
|
743
|
+
end
|
744
|
+
def plock_channel
|
745
|
+
new(:x => 341, :y => 43, :width => 76, :height => 61, :similarity => 80,
|
746
|
+
:ref_img => 'tsimages/reference/spectrum/plocked_channel.jpg', :img_x => 341, :img_y => 43, :img_width => 76,
|
747
|
+
:img_height => 61)
|
748
|
+
|
749
|
+
end
|
750
|
+
|
751
|
+
def instantupgrade_key
|
752
|
+
new(:x => 346, :y => 33, :width => 66, :height => 76, :similarity => 80,
|
753
|
+
:ref_img => 'tsimages/reference/spectrum/upgrade_channel.jpg', :img_x => 346, :img_y => 33, :img_width => 66,
|
754
|
+
:img_height => 76)
|
755
|
+
end
|
756
|
+
|
757
|
+
def parental_popup_3
|
758
|
+
new(:x => 599, :y => 220, :width => 713, :height => 192, :similarity => 60,
|
759
|
+
:ref_img => 'tsimages/reference/spectrum_1080/pleaseenter_parentpin2.jpg', :img_x => 599, :img_y => 220,
|
760
|
+
:img_width => 713, :img_height => 192)
|
761
|
+
end
|
762
|
+
|
763
|
+
def recording_watch
|
764
|
+
new(:x => 564, :y => 541, :width => 392, :height => 298, :similarity => 80,
|
765
|
+
:ref_img => 'tsimages/reference/spectrum_1080/recording_watch.jpg', :img_x => 637, :img_y => 670,
|
766
|
+
:img_width => 220, :img_height => 81)
|
767
|
+
end
|
768
|
+
|
769
|
+
def recording_resume
|
770
|
+
new(:x => 551, :y => 516, :width => 486, :height => 465, :similarity => 80,
|
771
|
+
:ref_img => 'tsimages/reference/spectrum_1080/recording_resume.jpg', :img_x => 673, :img_y => 849,
|
772
|
+
:img_width => 225, :img_height => 97)
|
773
|
+
end
|
774
|
+
|
775
|
+
def view_other_listings
|
776
|
+
new(:x => 460, :y => 432, :width => 866, :height => 392, :similarity => 80,
|
777
|
+
:ref_img => 'tsimages/reference/spectrum_1080/view_other_listings.jpg', :img_x => 501, :img_y => 607,
|
778
|
+
:img_width => 445, :img_height => 96)
|
779
|
+
end
|
780
|
+
|
781
|
+
|
782
|
+
def purchase_pin2
|
783
|
+
new(:x => 554, :y => 277, :width => 818, :height => 123, :similarity => 75,
|
784
|
+
:ref_img => 'tsimages/reference/spectrum_1080/purchasepin2_1.jpg', :img_x => 554, :img_y => 277,
|
785
|
+
:img_width => 818, :img_height => 123)
|
786
|
+
end
|
787
|
+
|
788
|
+
def content_filter_lock
|
789
|
+
new(:x => 526, :y => 415, :width => 182, :height => 177, :similarity => 80,
|
790
|
+
:ref_img => 'tsimages/reference/spectrum_1080/content_filter_lock.jpg', :img_x => 607, :img_y => 493,
|
791
|
+
:img_width => 58, :img_height => 63)
|
792
|
+
end
|
793
|
+
|
794
|
+
def asset_filter_lock
|
795
|
+
new(:x => 539, :y => 946, :width => 171, :height => 131, :similarity => 80,
|
796
|
+
:ref_img => 'tsimages/reference/spectrum_1080/asset_filter_lock.jpg', :img_x => 607, :img_y => 1004,
|
797
|
+
:img_width => 58, :img_height => 55)
|
798
|
+
end
|
799
|
+
|
800
|
+
def current_guide_record
|
801
|
+
new(:x => 647, :y => 266, :width => 427, :height => 398, :similarity => 80,
|
802
|
+
:ref_img => 'tsimages/reference/spectrum_1080/current_guide_record.jpg', :img_x => 746, :img_y => 467,
|
803
|
+
:img_width => 237, :img_height => 103)
|
804
|
+
|
805
|
+
end
|
806
|
+
|
807
|
+
def spectrumLogo_leftmenu
|
808
|
+
new(:x => 76, :y => 89, :width => 290, :height => 115, :similarity => 80,
|
809
|
+
:ref_img => 'tsimages/reference/spectrum_1080/spectrumLogo_leftmenu.jpg', :img_x => 76, :img_y => 89,
|
810
|
+
:img_width => 290, :img_height => 115)
|
811
|
+
end
|
812
|
+
|
813
|
+
def trickplay_disabled
|
814
|
+
new(:x => 825, :y => 457, :width => 268, :height => 149, :similarity => 80,
|
815
|
+
:ref_img => 'tsimages/reference/spectrum_1080/trickplaydisabled.jpg', :img_x => 825, :img_y => 457,
|
816
|
+
:img_width => 268, :img_height => 149)
|
817
|
+
end
|
818
|
+
|
819
|
+
def closecaption_off
|
820
|
+
new(:x => 612, :y => 405, :width => 713, :height => 225, :similarity => 80,
|
821
|
+
:ref_img => 'tsimages/reference/spectrum_1080/closecaption_off.jpg', :img_x => 680, :img_y => 465,
|
822
|
+
:img_width => 569, :img_height => 109)
|
823
|
+
end
|
824
|
+
|
825
|
+
def tv_show_network_label
|
826
|
+
new(:x => 117, :y => 386, :width => 354, :height => 74, :similarity => 80, :ref_img => '', :img_x => 117,
|
827
|
+
:img_y => 386, :img_width => 354, :img_height => 74)
|
828
|
+
end
|
829
|
+
|
830
|
+
def sample
|
831
|
+
new(:x => 16, :y => 20, :width => 477, :height => 244, :similarity => 80,
|
832
|
+
:ref_img => 'tsimages/reference/spectrum_1080/sample.jpg', :img_x => 64, :img_y => 101, :img_width => 302,
|
833
|
+
:img_height => 109)
|
834
|
+
end
|
835
|
+
|
836
|
+
|
837
|
+
def fastforward_fail
|
838
|
+
new(:x => 752, :y => 389, :width => 485, :height => 286, :similarity => 80,
|
839
|
+
:ref_img => 'tsimages/reference/spectrum_1080/fastforward_fail.jpg', :img_x => 883, :img_y => 467,
|
840
|
+
:img_width => 152, :img_height => 136)
|
841
|
+
end
|
842
|
+
|
843
|
+
def fast_forward_fail
|
844
|
+
new(:x => 792, :y => 343, :width => 401, :height => 319, :similarity => 80,
|
845
|
+
:ref_img => 'tsimages/reference/spectrum_1080/fast_forward_fail.jpg', :img_x => 898, :img_y => 475,
|
846
|
+
:img_width => 123, :img_height => 118)
|
847
|
+
end
|
848
|
+
|
849
|
+
def ondemand3
|
850
|
+
new(:x => 540, :y => 255, :width => 894, :height => 151, :similarity => 80,
|
851
|
+
:ref_img => 'tsimages/reference/spectrum_1080/ondemand3.jpg', :img_x => 540, :img_y => 255, :img_width => 894,
|
852
|
+
:img_height => 151)
|
853
|
+
end
|
854
|
+
def ppverror
|
855
|
+
new(:x => 475, :y => 399, :width => 852, :height => 296, :similarity => 80,
|
856
|
+
:ref_img => 'tsimages/reference/spectrum_1080/ppverror12.jpg', :img_x => 475, :img_y => 399, :img_width => 852,
|
857
|
+
:img_height => 296)
|
858
|
+
|
859
|
+
end
|
860
|
+
|
861
|
+
def edit_recording_currentprogram
|
862
|
+
new(:x => 699, :y => 308, :width => 474, :height => 373, :similarity => 80,
|
863
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_currentprogram.jpg', :img_x => 746, :img_y => 472,
|
864
|
+
:img_width => 368, :img_height => 97)
|
865
|
+
end
|
866
|
+
|
867
|
+
def miniguide_record
|
868
|
+
new(:x => 353, :y => 776, :width => 223, :height => 194, :similarity => 80,
|
869
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_record.jpg', :img_x => 370, :img_y => 827,
|
870
|
+
:img_width => 190, :img_height => 101)
|
871
|
+
end
|
872
|
+
|
873
|
+
def delete_all
|
874
|
+
new(:x => 1331, :y => 333, :width => 561, :height => 244, :similarity => 80,
|
875
|
+
:ref_img => 'tsimages/reference/spectrum_1080/delete_all.jpg', :img_x => 1579, :img_y => 435, :img_width => 287,
|
876
|
+
:img_height => 112)
|
877
|
+
end
|
878
|
+
|
879
|
+
def individual_delete
|
880
|
+
new(:x => 601, :y => 412, :width => 1141, :height => 439, :similarity => 80,
|
881
|
+
:ref_img => 'tsimages/reference/spectrum_1080/individual_delete.jpg', :img_x => 883, :img_y => 700,
|
882
|
+
:img_width => 235, :img_height => 95)
|
883
|
+
end
|
884
|
+
def enter_pin_on_deman_lock
|
885
|
+
new(:x => 517, :y => 251, :width => 935, :height => 163, :similarity => 80,
|
886
|
+
:ref_img => 'tsimages/reference/spectrum_1080/enter_pin_on_deman_lock.jpg', :img_x => 517, :img_y => 251,
|
887
|
+
:img_width => 935, :img_height => 163)
|
888
|
+
end
|
889
|
+
|
890
|
+
def unable_to_play_dialogue
|
891
|
+
|
892
|
+
new(:x => 472, :y => 314, :width => 495, :height => 125, :similarity => 80,
|
893
|
+
:ref_img => 'tsimages/reference/spectrum_1080/unable_to_play_dialogue.jpg', :img_x => 472, :img_y => 314,
|
894
|
+
:img_width => 495, :img_height => 125)
|
895
|
+
end
|
896
|
+
|
897
|
+
def guide_logo_1
|
898
|
+
new(:x => 1474, :y => 56, :width => 354, :height => 199, :similarity => 80,
|
899
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_logo.jpg', :img_x => 1474, :img_y => 56, :img_width => 354,
|
900
|
+
:img_height => 199)
|
901
|
+
|
902
|
+
end
|
903
|
+
|
904
|
+
def guide_video
|
905
|
+
new(:x => 1474, :y => 56, :width => 354, :height => 199, :similarity => 80, :ref_img => '', :img_x => 1474,
|
906
|
+
:img_y => 56, :img_width => 354, :img_height => 199)
|
907
|
+
end
|
908
|
+
|
909
|
+
def miniguide_allchannels_checked
|
910
|
+
new(:x => 515, :y => 231, :width => 445, :height => 125, :similarity => 80,
|
911
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_allchannels_checked.jpg', :img_x => 516, :img_y => 242,
|
912
|
+
:img_width => 427, :img_height => 105)
|
913
|
+
end
|
914
|
+
|
915
|
+
|
916
|
+
def channel_number_miniguideselected
|
917
|
+
new(:x => 999, :y => 327, :width => 390, :height => 123, :similarity => 80,
|
918
|
+
:ref_img => 'tsimages/reference/spectrum_1080/channel_number_miniguideselected.jpg', :img_x => 1011,
|
919
|
+
:img_y => 337, :img_width => 358, :img_height => 101)
|
920
|
+
end
|
921
|
+
|
922
|
+
def miniguide_submit
|
923
|
+
new(:x => 1043, :y => 652, :width => 346, :height => 219, :similarity => 80,
|
924
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_submit.jpg', :img_x => 1055, :img_y => 675,
|
925
|
+
:img_width => 296, :img_height => 107)
|
926
|
+
end
|
927
|
+
|
928
|
+
def upgrade_channel
|
929
|
+
new(:x => 541, :y => 697, :width => 334, :height => 165, :similarity => 80,
|
930
|
+
:ref_img => 'tsimages/reference/spectrum_1080/upgrade_channel.jpg', :img_x => 541, :img_y => 697,
|
931
|
+
:img_width => 334, :img_height => 165)
|
932
|
+
end
|
933
|
+
|
934
|
+
def miniguide_allchannel_selected
|
935
|
+
new(:x => 471, :y => 221, :width => 554, :height => 134, :similarity => 80,
|
936
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_allchannel_selected.jpg', :img_x => 568, :img_y => 246,
|
937
|
+
:img_width => 376, :img_height => 95)
|
938
|
+
end
|
939
|
+
|
940
|
+
def allchannel_select
|
941
|
+
new(:x => 574, :y => 197, :width => 447, :height => 160, :similarity => 80,
|
942
|
+
:ref_img => 'tsimages/reference/spectrum_1080/allchannel_select.jpg', :img_x => 582, :img_y => 250,
|
943
|
+
:img_width => 356, :img_height => 95)
|
944
|
+
end
|
945
|
+
|
946
|
+
def channelnumber_select
|
947
|
+
new(:x => 1011, :y => 302, :width => 392, :height => 172, :similarity => 80,
|
948
|
+
:ref_img => 'tsimages/reference/spectrum_1080/channelnumber_select.jpg', :img_x => 1055, :img_y => 345,
|
949
|
+
:img_width => 296, :img_height => 89)
|
950
|
+
end
|
951
|
+
|
952
|
+
def favorites_select_miniguide
|
953
|
+
new(:x => 531, :y => 371, :width => 445, :height => 182, :similarity => 80,
|
954
|
+
:ref_img => 'tsimages/reference/spectrum_1080/favorites_select_miniguide.jpg', :img_x => 578, :img_y => 440,
|
955
|
+
:img_width => 358, :img_height => 95)
|
956
|
+
end
|
957
|
+
|
958
|
+
|
959
|
+
def submit_ok
|
960
|
+
new(:x => 1033, :y => 654, :width => 356, :height => 146, :similarity => 80,
|
961
|
+
:ref_img => 'tsimages/reference/spectrum_1080/submit_ok.jpg', :img_x => 1061, :img_y => 681, :img_width => 282,
|
962
|
+
:img_height => 97)
|
963
|
+
end
|
964
|
+
|
965
|
+
def favorites_checkedinmguide
|
966
|
+
new(:x => 531, :y => 371, :width => 462, :height => 198, :similarity => 80,
|
967
|
+
:ref_img => 'tsimages/reference/spectrum_1080/favorites_checkedinmguide.jpg', :img_x => 531, :img_y => 440,
|
968
|
+
:img_width => 415, :img_height => 101)
|
969
|
+
end
|
970
|
+
|
971
|
+
def subscribed_channelselect
|
972
|
+
new(:x => 542, :y => 307, :width => 439, :height => 166, :similarity => 80,
|
973
|
+
:ref_img => 'tsimages/reference/spectrum_1080/subscribed_channelselect.jpg', :img_x => 582, :img_y => 351,
|
974
|
+
:img_width => 356, :img_height => 87)
|
975
|
+
end
|
976
|
+
|
977
|
+
def subscribed_checked
|
978
|
+
new(:x => 507, :y => 343, :width => 447, :height => 99, :similarity => 80,
|
979
|
+
:ref_img => 'tsimages/reference/spectrum_1080/subscribed_checked.jpg', :img_x => 527, :img_y => 349,
|
980
|
+
:img_width => 399, :img_height => 73)
|
981
|
+
end
|
982
|
+
|
983
|
+
def hdonly_select
|
984
|
+
new(:x => 533, :y => 521, :width => 458, :height => 152, :similarity => 80,
|
985
|
+
:ref_img => 'tsimages/reference/spectrum_1080/hdonly_select.jpg', :img_x => 580, :img_y => 545, :img_width => 358,
|
986
|
+
:img_height => 95)
|
987
|
+
end
|
988
|
+
|
989
|
+
def hdonly_checked
|
990
|
+
new(:x => 533, :y => 521, :width => 458, :height => 152, :similarity => 80,
|
991
|
+
:ref_img => 'tsimages/reference/spectrum_1080/hdonly_checked.jpg', :img_x => 517, :img_y => 545,
|
992
|
+
:img_width => 427, :img_height => 95)
|
993
|
+
end
|
994
|
+
|
995
|
+
def premium_select
|
996
|
+
new(:x => 515, :y => 608, :width => 453, :height => 152, :similarity => 80,
|
997
|
+
:ref_img => 'tsimages/reference/spectrum_1080/premium_select.jpg', :img_x => 580, :img_y => 644,
|
998
|
+
:img_width => 358, :img_height => 89)
|
999
|
+
end
|
1000
|
+
|
1001
|
+
def premium_checked
|
1002
|
+
new(:x => 507, :y => 604, :width => 467, :height => 164, :similarity => 80,
|
1003
|
+
:ref_img => 'tsimages/reference/spectrum_1080/premium_checked.jpg', :img_x => 517, :img_y => 640,
|
1004
|
+
:img_width => 427, :img_height => 103)
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
def allchannels_checked
|
1008
|
+
new(:x => 511, :y => 216, :width => 457, :height => 156, :similarity => 80,
|
1009
|
+
:ref_img => 'tsimages/reference/spectrum_1080/allchannels_checked.jpg', :img_x => 527, :img_y => 246,
|
1010
|
+
:img_width => 411, :img_height => 93)
|
1011
|
+
end
|
1012
|
+
|
1013
|
+
|
1014
|
+
def vod_sublist_poster
|
1015
|
+
new(:x => 92, :y => 437, :width => 270, :height => 157, :similarity => 80,
|
1016
|
+
:ref_img => 'tsimages/reference/spectrum_1080/vod-sublist_poster.jpg', :img_x => 92, :img_y => 437,
|
1017
|
+
:img_width => 270, :img_height => 157)
|
1018
|
+
end
|
1019
|
+
def asset_check_area
|
1020
|
+
new(:x => 63, :y => 355, :width => 342, :height => 723, :similarity => 80,
|
1021
|
+
:ref_img => 'tsimages/reference/spectrum_1080/asset_check_area.jpg', :img_x => 88, :img_y => 354,
|
1022
|
+
:img_width => 305, :img_height => 731)
|
1023
|
+
end
|
1024
|
+
|
1025
|
+
def please_enter_parental_pin_wb
|
1026
|
+
new(:x => 796, :y => 349, :width => 314, :height => 58, :similarity => 60,
|
1027
|
+
:ref_img => 'tsimages/reference/spectrum_1080/please_enter_parentalpin_wb.jpg', :img_x => 796, :img_y => 349,
|
1028
|
+
:img_width => 314, :img_height => 58)
|
1029
|
+
|
1030
|
+
end
|
1031
|
+
|
1032
|
+
def heart_symbol
|
1033
|
+
new(:x => 20, :y => 440, :width => 304, :height => 93, :similarity => 80,
|
1034
|
+
:ref_img => 'tsimages/reference/spectrum_1080/heart_symbol.jpg', :img_x => 271, :img_y => 460, :img_width => 40,
|
1035
|
+
:img_height => 48)
|
1036
|
+
end
|
1037
|
+
|
1038
|
+
def lock_search
|
1039
|
+
new(:x => 786, :y => 551, :width => 48, :height => 56, :similarity => 80,
|
1040
|
+
:ref_img => 'tsimages/reference/spectrum_1080/lock_search.jpg', :img_x => 790, :img_y => 551, :img_width => 35,
|
1041
|
+
:img_height => 49)
|
1042
|
+
end
|
1043
|
+
|
1044
|
+
def record_imageasset
|
1045
|
+
new(:x => 483, :y => 464, :width => 449, :height => 358, :similarity => 80,
|
1046
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_imageasset.jpg', :img_x => 495, :img_y => 606,
|
1047
|
+
:img_width => 233, :img_height => 93)
|
1048
|
+
end
|
1049
|
+
|
1050
|
+
def recording_watchimage
|
1051
|
+
new(:x => 572, :y => 418, :width => 522, :height => 607, :similarity => 80,
|
1052
|
+
:ref_img => 'tsimages/reference/spectrum_1080/recording_watchimage.jpg', :img_x => 669, :img_y => 855,
|
1053
|
+
:img_width => 227, :img_height => 87)
|
1054
|
+
end
|
1055
|
+
|
1056
|
+
def ppv_purchase_incomplete
|
1057
|
+
new(:x => 495, :y => 290, :width => 623, :height => 67, :similarity => 80,
|
1058
|
+
:ref_img => 'tsimages/reference/spectrum_1080/ppv_purchase_incomplete.jpg', :img_x => 495, :img_y => 290,
|
1059
|
+
:img_width => 623, :img_height => 67)
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
|
1063
|
+
def vod_no_results_found_image
|
1064
|
+
new(:x => 756, :y => 389, :width => 791, :height => 77, :similarity => 80,
|
1065
|
+
:ref_img => 'tsimages/reference/spectrum_1080/vod_no_result_found.jpg', :img_x => 756, :img_y => 389,
|
1066
|
+
:img_width => 791, :img_height => 77)
|
1067
|
+
|
1068
|
+
end
|
1069
|
+
|
1070
|
+
def upgrade_asset
|
1071
|
+
new(:x => 470, :y => 210, :width => 746, :height => 609, :similarity => 80,
|
1072
|
+
:ref_img => 'tsimages/reference/spectrum_1080/upgrade_asset.jpg', :img_x => 498, :img_y => 609, :img_width => 253,
|
1073
|
+
:img_height => 84)
|
1074
|
+
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
|
1078
|
+
def available_to_watch_now
|
1079
|
+
new(:x => 651, :y => 454, :width => 407, :height => 67, :similarity => 80,
|
1080
|
+
:ref_img => 'tsimages/reference/spectrum_1080/available_to_watch_now.jpg', :img_x => 651, :img_y => 454,
|
1081
|
+
:img_width => 407, :img_height => 67)
|
1082
|
+
end
|
1083
|
+
|
1084
|
+
def series_priority_option
|
1085
|
+
new(:x => 51, :y => 389, :width => 356, :height => 306, :similarity => 80,
|
1086
|
+
:ref_img => 'tsimages/reference/spectrum_1080/series_priority_option.jpg', :img_x => 71, :img_y => 518,
|
1087
|
+
:img_width => 301, :img_height => 74)
|
1088
|
+
end
|
1089
|
+
|
1090
|
+
def series_priority_screen
|
1091
|
+
new(:x => 521, :y => 174, :width => 624, :height => 324, :similarity => 80,
|
1092
|
+
:ref_img => 'tsimages/reference/spectrum_1080/series_priority_screen.jpg', :img_x => 574, :img_y => 265,
|
1093
|
+
:img_width => 248, :img_height => 64)
|
1094
|
+
|
1095
|
+
end
|
1096
|
+
|
1097
|
+
|
1098
|
+
def options_image
|
1099
|
+
new(:x => 1565, :y => 766, :width => 352, :height => 306, :similarity => 50,
|
1100
|
+
:ref_img => 'tsimages/reference/spectrum_1080/options_image.jpg', :img_x => 1712, :img_y => 978,
|
1101
|
+
:img_width => 154, :img_height => 79)
|
1102
|
+
end
|
1103
|
+
|
1104
|
+
def Guide_white
|
1105
|
+
new(:x => 1578, :y => 776, :width => 339, :height => 301, :similarity => 80,
|
1106
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_white.jpg', :img_x => 1714, :img_y => 984, :img_width => 152,
|
1107
|
+
:img_height => 63)
|
1108
|
+
end
|
1109
|
+
|
1110
|
+
def vod_episode_name_browse_episode_screen
|
1111
|
+
new(:x => 788, :y => 499, :width => 961, :height => 64, :similarity => 80,
|
1112
|
+
:ref_img => 'tsimages/reference/spectrum_1080/vod_episode_name_browse_episode_screen.jpg', :img_x => 788,
|
1113
|
+
:img_y => 499, :img_width => 961, :img_height => 64)
|
1114
|
+
end
|
1115
|
+
|
1116
|
+
|
1117
|
+
def rent_asset
|
1118
|
+
new(:x => 432, :y => 164, :width => 822, :height => 586, :similarity => 80,
|
1119
|
+
:ref_img => 'tsimages/reference/spectrum_1080/rent_asset.jpg', :img_x => 536, :img_y => 579, :img_width => 124,
|
1120
|
+
:img_height => 58)
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
def vod_browse_episodes_episode_listing
|
1124
|
+
new(:x => 68, :y => 281, :width => 362, :height => 80, :similarity => 80,
|
1125
|
+
:ref_img => 'tsimages/reference/spectrum_1080/vod_browse_episodes_episode_listing.jpg', :img_x => 68,
|
1126
|
+
:img_y => 281, :img_width => 362, :img_height => 80)
|
1127
|
+
|
1128
|
+
end
|
1129
|
+
|
1130
|
+
def resume_asset
|
1131
|
+
new(:x => 455, :y => 321, :width => 882, :height => 465, :similarity => 80,
|
1132
|
+
:ref_img => 'tsimages/reference/spectrum_1080/resume_asset.jpg', :img_x => 764, :img_y => 607, :img_width => 237,
|
1133
|
+
:img_height => 96)
|
1134
|
+
end
|
1135
|
+
|
1136
|
+
def plock_asset_details
|
1137
|
+
new(:x => 473, :y => 185, :width => 71, :height => 91, :similarity => 80,
|
1138
|
+
:ref_img => 'tsimages/reference/spectrum_1080/plock_asset_details.jpg', :img_x => 473, :img_y => 185,
|
1139
|
+
:img_width => 71, :img_height => 91)
|
1140
|
+
end
|
1141
|
+
|
1142
|
+
def plock_channel1
|
1143
|
+
new(:x => 271, :y => 452, :width => 50, :height => 73, :similarity => 80,
|
1144
|
+
:ref_img => 'tsimages/reference/spectrum_1080/plock_channel1_1.jpg', :img_x => 271, :img_y => 452,
|
1145
|
+
:img_width => 50, :img_height => 73)
|
1146
|
+
end
|
1147
|
+
|
1148
|
+
def restart_asset
|
1149
|
+
new(:x => 442, :y => 523, :width => 1069, :height => 267, :similarity => 80,
|
1150
|
+
:ref_img => 'tsimages/reference/spectrum_1080/restart_asset.jpg', :img_x => 498, :img_y => 609, :img_width => 240,
|
1151
|
+
:img_height => 89)
|
1152
|
+
end
|
1153
|
+
|
1154
|
+
def rent_asset_view
|
1155
|
+
new(:x => 448, :y => 185, :width => 826, :height => 579, :similarity => 80,
|
1156
|
+
:ref_img => 'tsimages/reference/spectrum_1080/rent_asset_view.jpg', :img_x => 531, :img_y => 614,
|
1157
|
+
:img_width => 126, :img_height => 79)
|
1158
|
+
end
|
1159
|
+
|
1160
|
+
def settings_support_highlighted
|
1161
|
+
new(:x => 63, :y => 829, :width => 425, :height => 107, :similarity => 50,
|
1162
|
+
:ref_img => 'tsimages/reference/spectrum_1080/settings_support_highlighted.jpg', :img_x => 86, :img_y => 839,
|
1163
|
+
:img_width => 364, :img_height => 79)
|
1164
|
+
end
|
1165
|
+
|
1166
|
+
|
1167
|
+
def confirm_asset
|
1168
|
+
new(:x => 521, :y => 531, :width => 93, :height => 73, :similarity => 80,
|
1169
|
+
:ref_img => 'tsimages/reference/spectrum_1080/buy_asset.jpg', :img_x => 521, :img_y => 531, :img_width => 93,
|
1170
|
+
:img_height => 73)
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
def buy_asset1
|
1174
|
+
new(:x => 521, :y => 531, :width => 93, :height => 73, :similarity => 80,
|
1175
|
+
:ref_img => 'tsimages/reference/spectrum_1080/buy_asset1.jpg', :img_x => 521, :img_y => 531, :img_width => 93,
|
1176
|
+
|
1177
|
+
:img_height => 73)
|
1178
|
+
end
|
1179
|
+
def record_button
|
1180
|
+
new(:x => 334, :y => 212, :width => 1016, :height => 511, :similarity => 80,
|
1181
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_button.jpg', :img_x => 751, :img_y => 602, :img_width => 227,
|
1182
|
+
:img_height => 91)
|
1183
|
+
|
1184
|
+
end
|
1185
|
+
|
1186
|
+
def edit_episode_recording
|
1187
|
+
new(:x => 283, :y => 72, :width => 936, :height => 247, :similarity => 80,
|
1188
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_episode_recording.jpg', :img_x => 307, :img_y => 130,
|
1189
|
+
:img_width => 635, :img_height => 100)
|
1190
|
+
end
|
1191
|
+
|
1192
|
+
def reecord_series_image
|
1193
|
+
new(:x => 463, :y => 190, :width => 874, :height => 479, :similarity => 80,
|
1194
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_series_image.jpg', :img_x => 776, :img_y => 425,
|
1195
|
+
:img_width => 339, :img_height => 81)
|
1196
|
+
end
|
1197
|
+
|
1198
|
+
def keep_until_deleted
|
1199
|
+
new(:x => 531, :y => 422, :width => 1033, :height => 361, :similarity => 80,
|
1200
|
+
:ref_img => 'tsimages/reference/spectrum_1080/keep_until_deleted.jpg', :img_x => 920, :img_y => 657,
|
1201
|
+
:img_width => 418, :img_height => 86)
|
1202
|
+
end
|
1203
|
+
|
1204
|
+
def stop_time_scheduled
|
1205
|
+
new(:x => 508, :y => 713, :width => 1050, :height => 237, :similarity => 80,
|
1206
|
+
:ref_img => 'tsimages/reference/spectrum_1080/stop_time_scheduled.jpg', :img_x => 918, :img_y => 769,
|
1207
|
+
:img_width => 435, :img_height => 98)
|
1208
|
+
end
|
1209
|
+
|
1210
|
+
def record_episodes_all
|
1211
|
+
new(:x => 544, :y => 536, :width => 991, :height => 202, :similarity => 80,
|
1212
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_episodes_all.jpg', :img_x => 920, :img_y => 625,
|
1213
|
+
:img_width => 438, :img_height => 85)
|
1214
|
+
end
|
1215
|
+
|
1216
|
+
def record_duplicates_yes
|
1217
|
+
new(:x => 493, :y => 612, :width => 1027, :height => 225, :similarity => 80,
|
1218
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_duplicates_all.jpg', :img_x => 923, :img_y => 708,
|
1219
|
+
:img_width => 435, :img_height => 86)
|
1220
|
+
end
|
1221
|
+
|
1222
|
+
def start_time_asscheduled
|
1223
|
+
new(:x => 473, :y => 738, :width => 1021, :height => 167, :similarity => 80,
|
1224
|
+
:ref_img => 'tsimages/reference/spectrum_1080/start_time_asscheduled.jpg', :img_x => 920, :img_y => 796,
|
1225
|
+
:img_width => 433, :img_height => 79)
|
1226
|
+
end
|
1227
|
+
|
1228
|
+
def stoptime_asscheduled
|
1229
|
+
new(:x => 437, :y => 850, :width => 1098, :height => 169, :similarity => 80,
|
1230
|
+
:ref_img => 'tsimages/reference/spectrum_1080/stoptime_asscheduled.jpg', :img_x => 920, :img_y => 875,
|
1231
|
+
:img_width => 430, :img_height => 91)
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
def keepuntil_deleted
|
1235
|
+
new(:x => 544, :y => 458, :width => 996, :height => 194, :similarity => 80,
|
1236
|
+
:ref_img => 'tsimages/reference/spectrum_1080/keepuntil_deleted.jpg', :img_x => 920, :img_y => 539,
|
1237
|
+
:img_width => 445, :img_height => 91)
|
1238
|
+
end
|
1239
|
+
|
1240
|
+
def set_series_recording_image
|
1241
|
+
new(:x => 225, :y => 25, :width => 1148, :height => 423, :similarity => 80,
|
1242
|
+
:ref_img => 'tsimages/reference/spectrum_1080/set_series_recording_image.jpg', :img_x => 306, :img_y => 142,
|
1243
|
+
:img_width => 592, :img_height => 111)
|
1244
|
+
end
|
1245
|
+
|
1246
|
+
def watch_button_asset
|
1247
|
+
new(:x => 487, :y => 610, :width => 232, :height => 89, :similarity => 80,
|
1248
|
+
:ref_img => 'tsimages/reference/spectrum_1080/watch_button_asset.jpg', :img_x => 487, :img_y => 610,
|
1249
|
+
:img_width => 232, :img_height => 89)
|
1250
|
+
end
|
1251
|
+
|
1252
|
+
def search_plocked_asset
|
1253
|
+
new(:x => 772, :y => 546, :width => 60, :height => 66, :similarity => 80,
|
1254
|
+
:ref_img => 'tsimages/reference/spectrum_1080/watch_button_asset.jpg', :img_x => 772, :img_y => 546,
|
1255
|
+
:img_width => 60, :img_height => 66)
|
1256
|
+
end
|
1257
|
+
|
1258
|
+
def dvr_recordings_label
|
1259
|
+
new(:x => 126, :y => 230, :width => 245, :height => 93, :similarity => 80,
|
1260
|
+
:ref_img => 'tsimages/reference/spectrum_1080/mylibrary_recordings_label.jpg', :img_x => 126, :img_y => 230,
|
1261
|
+
:img_width => 245, :img_height => 93)
|
1262
|
+
end
|
1263
|
+
|
1264
|
+
def dvr_edit_episode_recording_image
|
1265
|
+
new(:x => 126, :y => 230, :width => 245, :height => 93, :similarity => 80, :ref_img => '', :img_x => 126,
|
1266
|
+
:img_y => 230, :img_width => 245, :img_height => 93)
|
1267
|
+
end
|
1268
|
+
|
1269
|
+
def dvr_recording_conflict_image
|
1270
|
+
new(:x => 653, :y => 154, :width => 713, :height => 203, :similarity => 80, :ref_img => '', :img_x => 653,
|
1271
|
+
:img_y => 154, :img_width => 713, :img_height => 203)
|
1272
|
+
end
|
1273
|
+
|
1274
|
+
def dvr_scheduled_recording_menu_label
|
1275
|
+
new(:x => 545, :y => 255, :width => 218, :height => 91, :similarity => 80,
|
1276
|
+
:ref_img => 'tsimages/reference/spectrum_1080/dvr_scheduled_recording_menu_label.jpg', :img_x => 545,
|
1277
|
+
:img_y => 255, :img_width => 218, :img_height => 91)
|
1278
|
+
end
|
1279
|
+
def edit_recordings_Screen
|
1280
|
+
new(:x => 476, :y => 653, :width => 216, :height => 322, :similarity => 70, :ref_img => '', :img_x => 476,
|
1281
|
+
:img_y => 653, :img_width => 216, :img_height => 322)
|
1282
|
+
|
1283
|
+
end
|
1284
|
+
|
1285
|
+
def stoptime_scheduled
|
1286
|
+
new(:x => 485, :y => 688, :width => 1062, :height => 280, :similarity => 80,
|
1287
|
+
:ref_img => 'tsimages/reference/spectrum_1080/stoptime_scheduled.jpg', :img_x => 948, :img_y => 834,
|
1288
|
+
:img_width => 336, :img_height => 69)
|
1289
|
+
end
|
1290
|
+
|
1291
|
+
def keep_deleted
|
1292
|
+
new(:x => 518, :y => 308, :width => 1004, :height => 397, :similarity => 80,
|
1293
|
+
:ref_img => 'tsimages/reference/spectrum_1080/keep_deleted.jpg', :img_x => 1032, :img_y => 554, :img_width => 199,
|
1294
|
+
:img_height => 59)
|
1295
|
+
end
|
1296
|
+
|
1297
|
+
def record_allepisodes
|
1298
|
+
new(:x => 518, :y => 326, :width => 1050, :height => 523, :similarity => 80,
|
1299
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_allepisodes.jpg', :img_x => 1011, :img_y => 635,
|
1300
|
+
:img_width => 241, :img_height => 70)
|
1301
|
+
end
|
1302
|
+
|
1303
|
+
def record_duplicatesyes
|
1304
|
+
new(:x => 523, :y => 460, :width => 997, :height => 433, :similarity => 80,
|
1305
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_duplicatesyes.jpg', :img_x => 1039, :img_y => 723,
|
1306
|
+
:img_width => 192, :img_height => 61)
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
def start_asscheduled
|
1310
|
+
new(:x => 531, :y => 483, :width => 938, :height => 432, :similarity => 80,
|
1311
|
+
:ref_img => 'tsimages/reference/spectrum_1080/start_asscheduled.jpg', :img_x => 1004, :img_y => 799,
|
1312
|
+
:img_width => 258, :img_height => 71)
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
def stop_asscheduled
|
1316
|
+
new(:x => 541, :y => 546, :width => 953, :height => 458, :similarity => 80,
|
1317
|
+
:ref_img => 'tsimages/reference/stop_asscheduled.jpg', :img_x => 1004, :img_y => 882, :img_width => 248,
|
1318
|
+
:img_height => 69)
|
1319
|
+
end
|
1320
|
+
|
1321
|
+
def Verify_Playback_image
|
1322
|
+
new(:x => 362, :y => 860, :width => 101, :height => 103, :similarity => 80, :ref_img => '', :img_x => 362,
|
1323
|
+
:img_y => 860, :img_width => 101, :img_height => 103)
|
1324
|
+
end
|
1325
|
+
|
1326
|
+
def restrictedrating
|
1327
|
+
new(:x => 473, :y => 205, :width => 1277, :height => 364, :similarity => 80,
|
1328
|
+
:ref_img => 'tsimages/reference/spectrum_1080/restrictedrating.jpg', :img_x => 493, :img_y => 286,
|
1329
|
+
:img_width => 56, :img_height => 33)
|
1330
|
+
end
|
1331
|
+
|
1332
|
+
|
1333
|
+
def instant_upgrade_popup
|
1334
|
+
|
1335
|
+
new(:x => 238, :y => 202, :width => 1551, :height => 666, :similarity => 80,
|
1336
|
+
:ref_img => 'tsimages/reference/spectrum_1080/instant_upgrade_popup.jpg', :img_x => 387, :img_y => 336,
|
1337
|
+
:img_width => 1148, :img_height => 423)
|
1338
|
+
end
|
1339
|
+
def support
|
1340
|
+
new(:x => 10, :y => 319, :width => 483, :height => 191, :similarity => 80,
|
1341
|
+
:ref_img => 'tsimages/reference/spectrum_1080/support.jpg', :img_x => 53, :img_y => 374, :img_width => 364,
|
1342
|
+
:img_height => 86)
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
def refresh_your_spectrum
|
1346
|
+
new(:x => 488, :y => 225, :width => 1092, :height => 293, :similarity => 60,
|
1347
|
+
:ref_img => 'tsimages/reference/spectrum_1080/refresh_your_spectrum.jpg', :img_x => 574, :img_y => 291,
|
1348
|
+
:img_width => 279, :img_height => 71)
|
1349
|
+
end
|
1350
|
+
|
1351
|
+
def unabletorefresh_reciever
|
1352
|
+
new(:x => 344, :y => 157, :width => 1231, :height => 756, :similarity => 80,
|
1353
|
+
:ref_img => 'tsimages/reference/spectrum_1080/unabletorefresh.jpg', :img_x => 493, :img_y => 286,
|
1354
|
+
:img_width => 812, :img_height => 162)
|
1355
|
+
|
1356
|
+
end
|
1357
|
+
|
1358
|
+
def moreinfo_watch
|
1359
|
+
new(:x => 470, :y => 348, :width => 728, :height => 487, :similarity => 80,
|
1360
|
+
:ref_img => 'tsimages/reference/spectrum_1080/moreinfo_watch.jpg', :img_x => 496, :img_y => 642,
|
1361
|
+
:img_width => 222, :img_height => 91)
|
1362
|
+
end
|
1363
|
+
|
1364
|
+
def asset_page_watch
|
1365
|
+
new(:x => 448, :y => 367, :width => 641, :height => 497, :similarity => 80,
|
1366
|
+
:ref_img => 'tsimages/reference/spectrum_1080/asset_page_watch.jpg', :img_x => 498, :img_y => 685,
|
1367
|
+
:img_width => 223, :img_height => 91)
|
1368
|
+
end
|
1369
|
+
|
1370
|
+
def info_record_button
|
1371
|
+
new(:x => 432, :y => 334, :width => 956, :height => 511, :similarity => 80,
|
1372
|
+
:ref_img => 'tsimages/reference/spectrum_1080/info_record_button.jpg', :img_x => 743, :img_y => 645,
|
1373
|
+
:img_width => 246, :img_height => 96)
|
1374
|
+
end
|
1375
|
+
|
1376
|
+
def set_recording_overlay
|
1377
|
+
new(:x => 301, :y => 159, :width => 1130, :height => 410, :similarity => 80,
|
1378
|
+
:ref_img => 'tsimages/reference/spectrum_1080/set_recording_overlay.jpg', :img_x => 351, :img_y => 240,
|
1379
|
+
:img_width => 408, :img_height => 99)
|
1380
|
+
end
|
1381
|
+
|
1382
|
+
def record_series_button
|
1383
|
+
new(:x => 316, :y => 349, :width => 1408, :height => 607, :similarity => 80,
|
1384
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_series_button.jpg', :img_x => 1006, :img_y => 678,
|
1385
|
+
:img_width => 347, :img_height => 96)
|
1386
|
+
end
|
1387
|
+
|
1388
|
+
def recorded_image
|
1389
|
+
new(:x => 432, :y => 40, :width => 961, :height => 521, :similarity => 80,
|
1390
|
+
:ref_img => 'tsimages/reference/spectrum_1080/recorded_image.jpg', :img_x => 480, :img_y => 202, :img_width => 81,
|
1391
|
+
:img_height => 48)
|
1392
|
+
end
|
1393
|
+
|
1394
|
+
def series_info
|
1395
|
+
new(:x => 518, :y => 379, :width => 1331, :height => 504, :similarity => 80,
|
1396
|
+
:ref_img => 'tsimages/reference/spectrum_1080/series_info.jpg', :img_x => 1492, :img_y => 723, :img_width => 278,
|
1397
|
+
:img_height => 89)
|
1398
|
+
end
|
1399
|
+
|
1400
|
+
def edit_record_image
|
1401
|
+
new(:x => 478, :y => 410, :width => 779, :height => 386, :similarity => 80,
|
1402
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_record_image.jpg', :img_x => 753, :img_y => 518,
|
1403
|
+
:img_width => 367, :img_height => 96)
|
1404
|
+
end
|
1405
|
+
|
1406
|
+
def edit_series_button
|
1407
|
+
new(:x => 503, :y => 187, :width => 1039, :height => 395, :similarity => 80,
|
1408
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_series_button.jpg', :img_x => 771, :img_y => 415,
|
1409
|
+
:img_width => 291, :img_height => 98)
|
1410
|
+
end
|
1411
|
+
|
1412
|
+
def cancel_recording_overlay
|
1413
|
+
new(:x => 496, :y => 233, :width => 871, :height => 255, :similarity => 80,
|
1414
|
+
:ref_img => 'tsimages/reference/spectrum_1080/cancel_recording_overlay.jpg', :img_x => 528, :img_y => 349,
|
1415
|
+
:img_width => 504, :img_height => 86)
|
1416
|
+
end
|
1417
|
+
|
1418
|
+
def trickplay_rewind
|
1419
|
+
new(:x => 407, :y => 857, :width => 129, :height => 121, :similarity => 80,
|
1420
|
+
:ref_img => 'tsimages/reference/spectrum_1080/rewind.jpg', :img_x => 407, :img_y => 857, :img_width => 129,
|
1421
|
+
|
1422
|
+
:img_height => 121)
|
1423
|
+
end
|
1424
|
+
|
1425
|
+
def zodiac_browse_recordings_first_series_restart_lowest_two
|
1426
|
+
new(:x => 1219, :y => 534, :width => 114, :height => 60, :similarity => 80, :ref_img => '', :img_x => 1219,
|
1427
|
+
:img_y => 534, :img_width => 114, :img_height => 60)
|
1428
|
+
end
|
1429
|
+
|
1430
|
+
def episode_recording_symbol
|
1431
|
+
new(:x => 432, :y => 91, :width => 825, :height => 298, :similarity => 80,
|
1432
|
+
:ref_img => 'tsimages/reference/episode_recording_symbol.jpg', :img_x => 480, :img_y => 195, :img_width => 51,
|
1433
|
+
:img_height => 65)
|
1434
|
+
end
|
1435
|
+
|
1436
|
+
def future_program_record
|
1437
|
+
new(:x => 442, :y => 339, :width => 991, :height => 528, :similarity => 80,
|
1438
|
+
:ref_img => 'tsimages/reference/spectrum_1080/future_program_record.jpg', :img_x => 498, :img_y => 690,
|
1439
|
+
:img_width => 228, :img_height => 89)
|
1440
|
+
end
|
1441
|
+
|
1442
|
+
def zodiac_resume_button
|
1443
|
+
new(:x => 976, :y => 228, :width => 212, :height => 755, :similarity => 80,
|
1444
|
+
:ref_img => 'tsimages/reference/spectrum_1080/zodiac_resume_button.jpg', :img_x => 1025, :img_y => 296,
|
1445
|
+
:img_width => 128, :img_height => 48)
|
1446
|
+
end
|
1447
|
+
|
1448
|
+
def zodiac_watch_button
|
1449
|
+
new(:x => 1196, :y => 267, :width => 161, :height => 723, :similarity => 80,
|
1450
|
+
:ref_img => 'tsimages/reference/spectrum_1080/zodiac_watch_button.jpg', :img_x => 1209, :img_y => 292,
|
1451
|
+
:img_width => 133, :img_height => 57)
|
1452
|
+
end
|
1453
|
+
|
1454
|
+
def zodiac_restart_button
|
1455
|
+
new(:x => 1196, :y => 267, :width => 161, :height => 723, :similarity => 80,
|
1456
|
+
:ref_img => 'tsimages/reference/spectrum_1080/zodiac_restart_button.jpg', :img_x => 1209, :img_y => 292,
|
1457
|
+
:img_width => 133, :img_height => 57)
|
1458
|
+
end
|
1459
|
+
|
1460
|
+
def deleteAll
|
1461
|
+
new(:x => 488, :y => 432, :width => 1408, :height => 594, :similarity => 80,
|
1462
|
+
:ref_img => 'tsimages/reference/spectrum_1080/deleteAll.jpg', :img_x => 1583, :img_y => 824, :img_width => 263,
|
1463
|
+
:img_height => 99)
|
1464
|
+
end
|
1465
|
+
|
1466
|
+
def fast_forward_image
|
1467
|
+
new(:x => 322, :y => 862, :width => 104, :height => 95, :similarity => 80, :ref_img => '', :img_x => 654,
|
1468
|
+
:img_y => 521, :img_width => 788, :img_height => 106)
|
1469
|
+
|
1470
|
+
end
|
1471
|
+
|
1472
|
+
def prod_page_record_button_highlighted
|
1473
|
+
new(:x => 456, :y => 438, :width => 1268, :height => 429, :similarity => 80,
|
1474
|
+
:ref_img => 'tsimages/reference/spectrum_1080/prod_page_record_button_highlighted.jpg', :img_x => 493,
|
1475
|
+
:img_y => 649, :img_width => 234, :img_height => 84)
|
1476
|
+
end
|
1477
|
+
|
1478
|
+
|
1479
|
+
def dvr_series_recording_already_set
|
1480
|
+
new(:x => 498, :y => 288, :width => 817, :height => 111, :similarity => 70,
|
1481
|
+
:ref_img => 'tsimages/reference/spectrum_1080/set_recording_already_set.jpg', :img_x => 498, :img_y => 288,
|
1482
|
+
:img_width => 817, :img_height => 111)
|
1483
|
+
end
|
1484
|
+
def miniguide_recording_cancelled_symbol
|
1485
|
+
new(:x => 331, :y => 140, :width => 126, :height => 102, :similarity => 80,
|
1486
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_recording_cancelled_symbol.jpg', :img_x => 374,
|
1487
|
+
:img_y => 181, :img_width => 69, :img_height => 49)
|
1488
|
+
end
|
1489
|
+
|
1490
|
+
def delete_recording
|
1491
|
+
new(:x => 359, :y => 86, :width => 1241, :height => 364, :similarity => 50,
|
1492
|
+
:ref_img => 'tsimages/reference/spectrum_1080/delete_recording.jpg', :img_x => 1373, :img_y => 233,
|
1493
|
+
:img_width => 195, :img_height => 98)
|
1494
|
+
end
|
1495
|
+
|
1496
|
+
def zodiac_deletealloption
|
1497
|
+
new(:x => 359, :y => 86, :width => 1241, :height => 267, :similarity => 80,
|
1498
|
+
:ref_img => 'tsimages/reference/spectrum_1080/zodiac_deletealloption.jpg', :img_x => 1358, :img_y => 212,
|
1499
|
+
:img_width => 230, :img_height => 104)
|
1500
|
+
end
|
1501
|
+
|
1502
|
+
def miniguide_lock_icon
|
1503
|
+
new(:x => 338, :y => 155, :width => 86, :height => 78, :similarity => 80,
|
1504
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_lock_icon.jpg', :img_x => 369, :img_y => 171,
|
1505
|
+
:img_width => 44, :img_height => 51)
|
1506
|
+
end
|
1507
|
+
|
1508
|
+
def miniguide_lock_icon_first
|
1509
|
+
new(:x => 554, :y => 810, :width => 86, :height => 69, :similarity => 80,
|
1510
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_lock_icon_first.jpg', :img_x => 579, :img_y => 829,
|
1511
|
+
:img_width => 23, :img_height => 32)
|
1512
|
+
end
|
1513
|
+
|
1514
|
+
def Video_Guide_Format_Selected
|
1515
|
+
new(:x => 576, :y => 422, :width => 124, :height => 117, :similarity => 80,
|
1516
|
+
:ref_img => 'tsimages/reference/spectrum_1080/video_guideformat_selected.jpg', :img_x => 576, :img_y => 422,
|
1517
|
+
:img_width => 124, :img_height => 117)
|
1518
|
+
end
|
1519
|
+
|
1520
|
+
def adult_content
|
1521
|
+
new(:x => 566, :y => 420, :width => 883, :height => 225, :similarity => 80,
|
1522
|
+
:ref_img => 'tsimages/reference/spectrum_1080/adult_content.jpg', :img_x => 700, :img_y => 450, :img_width => 215,
|
1523
|
+
:img_height => 66)
|
1524
|
+
end
|
1525
|
+
|
1526
|
+
def brief_nudity
|
1527
|
+
new(:x => 541, :y => 480, :width => 534, :height => 225, :similarity => 80,
|
1528
|
+
:ref_img => 'tsimages/reference/spectrum_1080/brief_nudity.jpg', :img_x => 698, :img_y => 579, :img_width => 182,
|
1529
|
+
:img_height => 53)
|
1530
|
+
end
|
1531
|
+
|
1532
|
+
def Nudity
|
1533
|
+
new(:x => 498, :y => 728, :width => 577, :height => 205, :similarity => 80,
|
1534
|
+
:ref_img => 'tsimages/reference/spectrum_1080/nudity.jpg', :img_x => 700, :img_y => 822, :img_width => 114,
|
1535
|
+
:img_height => 55)
|
1536
|
+
end
|
1537
|
+
|
1538
|
+
def strong_sexual_content
|
1539
|
+
new(:x => 531, :y => 842, :width => 533, :height => 205, :similarity => 80,
|
1540
|
+
:ref_img => 'tsimages/reference/spectrum_1080/strong_sexual_content.jpg', :img_x => 708, :img_y => 920,
|
1541
|
+
:img_width => 311, :img_height => 53)
|
1542
|
+
end
|
1543
|
+
|
1544
|
+
def violence
|
1545
|
+
new(:x => 1057, :y => 850, :width => 384, :height => 179, :similarity => 80,
|
1546
|
+
:ref_img => 'tsimages/reference/spectrum_1080/violence.jpg', :img_x => 1201, :img_y => 923, :img_width => 134,
|
1547
|
+
:img_height => 48)
|
1548
|
+
end
|
1549
|
+
|
1550
|
+
def lock_symbol_asset
|
1551
|
+
new(:x => 475, :y => 164, :width => 332, :height => 157, :similarity => 80,
|
1552
|
+
:ref_img => 'tsimages/reference/spectrum_1080/lock_symbol_asset.jpg', :img_x => 498, :img_y => 230,
|
1553
|
+
:img_width => 46, :img_height => 53)
|
1554
|
+
end
|
1555
|
+
|
1556
|
+
def light_guide_select
|
1557
|
+
new(:x => 554, :y => 389, :width => 541, :height => 205, :similarity => 80,
|
1558
|
+
:ref_img => 'tsimages/reference/spectrum_1080/light_guide_select.jpg', :img_x => 582, :img_y => 420,
|
1559
|
+
:img_width => 465, :img_height => 119)
|
1560
|
+
end
|
1561
|
+
|
1562
|
+
def dark_guide_select
|
1563
|
+
new(:x => 554, :y => 511, :width => 594, :height => 194, :similarity => 80,
|
1564
|
+
:ref_img => 'tsimages/reference/spectrum_1080/dark_guide_select.jpg', :img_x => 571, :img_y => 533,
|
1565
|
+
:img_width => 456, :img_height => 132)
|
1566
|
+
end
|
1567
|
+
|
1568
|
+
def settings_fav_ch1
|
1569
|
+
new(:x => 610, :y => 458, :width => 57, :height => 56, :similarity => 80,
|
1570
|
+
:ref_img => 'tsimages/reference/spectrum_1080/settings_fav_ch1.jpg', :img_x => 610, :img_y => 458,
|
1571
|
+
:img_width => 57, :img_height => 56)
|
1572
|
+
end
|
1573
|
+
|
1574
|
+
def settings_fav_ch2
|
1575
|
+
new(:x => 1101, :y => 457, :width => 62, :height => 61, :similarity => 80,
|
1576
|
+
:ref_img => 'tsimages/reference/spectrum_1080/settings_fav_ch2.jpg', :img_x => 1101, :img_y => 457,
|
1577
|
+
:img_width => 62, :img_height => 61)
|
1578
|
+
end
|
1579
|
+
|
1580
|
+
def settings_fav_ch3
|
1581
|
+
new(:x => 609, :y => 575, :width => 59, :height => 63, :similarity => 80,
|
1582
|
+
:ref_img => 'tsimages/reference/spectrum_1080/settings_fav_ch3.jpg', :img_x => 609, :img_y => 575,
|
1583
|
+
:img_width => 59, :img_height => 63)
|
1584
|
+
end
|
1585
|
+
|
1586
|
+
def guide_asset_lock
|
1587
|
+
new(:x => 346, :y => 432, :width => 342, :height => 109, :similarity => 80,
|
1588
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_asset_lock.jpg', :img_x => 382, :img_y => 460,
|
1589
|
+
:img_width => 25, :img_height => 46)
|
1590
|
+
end
|
1591
|
+
|
1592
|
+
end
|