Ejemplo n.º 1
0
 def __init__(self, args):
     super(AndroidPlatform, self).__init__(args)
     self.driver = android.android_driver(args.device)
Ejemplo n.º 2
0
 def __init__(self, options):
     super(AndroidPlatform, self).__init__(options)
     self.driver = android.android_driver(options.device)