示例#1
0
 def __init__(self, args):
     super(AndroidPlatform, self).__init__(args)
     self.driver = android.android_driver(args.device)
示例#2
0
 def __init__(self, options):
     super(AndroidPlatform, self).__init__(options)
     self.driver = android.android_driver(options.device)