예제 #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)