Ejemplo n.º 1
0
    def __init__(self, d):
        self.d = d
        self.setting = Settings(self.d)
        self.path = image_comparison.get_path()

        self.log_data = []
        self.ts_wifi_report_data = []
Ejemplo n.º 2
0
 def __init__(self, d):
     self.d = d
     self.camera = Camera(self.d)
     self.switchcamera = []
     self.camera_report_details = []
     self.path = image_comparison.get_path()
     self.facility = adb.read_adb("adb shell getprop ro.product.model")
Ejemplo n.º 3
0
 def __init__(self, d):
     self.d = d
     self.camera = Camera(d)
     self.record = Record(d)
     self.path = image_comparison.get_path()
     self.App_Load_Report_Details = []
     self.error_list = []
Ejemplo n.º 4
0
 def __init__(self, d):
     self.d = d
     self.gmail = Gmail(self.d)
     self.path = image_comparison.get_path()
     self.log_data = []
     self.settings = Settings(d)
     self.gmail_report_details = []
Ejemplo n.º 5
0
 def __init__(self, d):
     self.d=d
     self.factory=Factory_Pattern(self.d)
     self.path = image_comparison.get_path()
     self.log_data = []
     self.factory_report_details = []
     txtName = self.path+"mcWill.txt"
     self.f = open(txtName, "w")
Ejemplo n.º 6
0
 def __init__(self,d):
     self.d=d
     self.path = image_comparison.get_path()
     self.message=Message1(self.d)
     self.message_Report_Details=[]
     self.error_list = []
Ejemplo n.º 7
0
 def __init__(self, d):
     self.d = d
     self.music = Music(self.d)
     self.path = image_comparison.get_path()
     self.log_data = []
     self.music_report_details = []
Ejemplo n.º 8
0
 def __init__(self, d):
     self.d = d
     self.video = Video(self.d)
     self.path = image_comparison.get_path()
     self.log_data = []
     self.video_report_details = []
Ejemplo n.º 9
0
 def __init__(self, d):
     self.d = d
     self.path = image_comparison.get_path()
     self.d_size = self.d.window_size()
Ejemplo n.º 10
0
 def __init__(self, d):
     self.d = d
     self.path = image_comparison.get_path()
     self.settings = Settings(d)
     self.name = config.get_config("GMAIL", "name")
     self.password = config.get_config("GMAIL", "password")
Ejemplo n.º 11
0
 def __init__(self, d):
     self.d = d
     self.chrome = Chrome(self.d)
     self.path = image_comparison.get_path()
     self.log_data = []
     self.chrome_report_details = []
 def __init__(self, d):
     self.d = d
     self.camera = Camera(self.d)
     self.path = image_comparison.get_path()
     self.switchcamera = []
     self.camera_report_details = []
Ejemplo n.º 13
0
 def __init__(self, d):
     self.d = d
     self.talk = None
     self.path = image_comparison.get_path()
     self.log_data = []
     self.Linkman_Report_Details = []
Ejemplo n.º 14
0
 def __init__(self, d):
     self.d = d
     self.path = image_comparison.get_path()
Ejemplo n.º 15
0
 def __init__(self, d):
     self.d = d
     self.path = image_comparison.get_path()
     self.name = config.get_config("WIFI", "name")
     self.password = config.get_config("WIFI", "password")
Ejemplo n.º 16
0
 def __init__(self, d):
     self.d = d
     self.file_manager = File_Manager(self.d)
     self.Move_File_Manager_Report_Details = []
     self.path = image_comparison.get_path()
     self.error_list = []