Technical Specification - OnDevice - OttSupplementaryActionService - Netflix
Technical Specification - OnDevice - OttSupplementaryActionService - Netflix
OnDeviceOttSupplementaryActionService
Netflix
www.Infovista.com | 1
Copyright Infovista Sweden AB 2022
TEMS is a trademark of Infovista. All other trademarks are the property of their respective holders.
No part of this document may be reproduced in any form without the written permission of the copyright holder.
The contents of this document are subject to revision without notice due to continued progress in methodology, design and
manufacturing. Infovista shall have no liability for any error or damage of any kind resulting from the use of this document.
www.Infovista.com | 2
Contents
1 Introduction....................................................................................................................................................... 4
2 Versions ........................................................................................................................................................... 5
3 KPIs .................................................................................................................................................................. 6
3.1 Supported KPIs ......................................................................................................................................... 6
4 Configurations .................................................................................................................................................. 6
4.1 Example Script Parameters ....................................................................................................................... 6
4.2 Common Configurations............................................................................................................................ 6
4.3 Unique Configurations ............................................................................................................................... 7
5 Error Codes ...................................................................................................................................................... 8
6 Known Limitations .......................................................................................................................................... 11
7 Other Notes .................................................................................................................................................... 12
www.Infovista.com | 3
1 Introduction
This document provides information for understanding and implementing support for TEMS OnDevice OTT
Supplementary Action service for Netflix.
www.Infovista.com | 4
2 Versions
Versions Device * Support Date
2.0 Samsung S21+ GM-996B ODM+ Android 12 25 Jan 2024
* The list of devices listed above only represent the devices that were used to verify the python script. In general, the python script
should work for all TEMS connectable devices.
www.Infovista.com | 5
3 KPIs
Refer to General Technical Specifications for OnDeviceOttSupplementaryActionService document for the list of
supported KPIs.
4 Configurations
-a login -nm netflixaccount -pwd netflixpassword -pwis False -cs 1000000 -nat 5 -dnst 6 -ttfbt 7
-a logoff -pnm Test2 -pwis False -cs 1000000 -nat 5 -dnst 6 -ttfbt 7
Refer to General Technical Specifications for OnDeviceOttSupplementaryActionService document for the list of
common configurations.
www.Infovista.com | 6
The chunk size will dramatically affect the performance if is set too small.
Recommended value to be above 10000 bytes.
Omit or set to 0 to disable.
www.Infovista.com | 7
5 Error Codes
www.Infovista.com | 8
114 report_supplementary_action_ui_automation_action• Error when calling
error report_supplementary_action
ui_automation_action python interface
• Unlikely to be caused by the Netflix App.
• Requires trp and logcat for troubleshooting
by R&D.
120 Failed to find sign in button. • Failed to find the sign in button during login.
• Could be due to login page failed to load
• A very slow internet connection could cause
this error.
121 Failed to fill in user name text box • Failed to find email or phone number text
box during login.
• Could be due to login page failed to load
• A very slow internet connection could cause
this error.
122 Failed to fill in password text box • Failed to find password text box during login.
• Could be due to login page failed to load
• A very slow internet connection could cause
this error.
123 Failed to find the login button. • Failed to click Sign In button during login.
• Could be due to login page failed to load
• A very slow internet connection could cause
this error.
131 Failed to find my netflix tab. • Failed to find and click Netflix tab during
logoff
• A very slow internet connection could cause
this error.
132 Failed to find more setting. • Failed to find and click more setting tab
during logoff
• A very slow internet connection could cause
this error.
www.Infovista.com | 9
133 Failed to find sign out tab • Failed to find and click sign out tab during
logoff
• A very slow internet connection could cause
this error.
134 Failed to find sign out button • Failed to find and click sign out button during
logoff
• A very slow internet connection could cause
this error.
www.Infovista.com | 10
6 Known Limitations
www.Infovista.com | 11
7 Other Notes
www.Infovista.com | 12