mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-19 23:05:58 +01:00
Uiautomator: Upgraded uiautomator base classes to Uiauto2
Uiautomator1 has been deprecated, therefore the uiautomation base classes have been upgraded to use uiautomator2 and the new gradle build system. Altered to retrieve `package_name` rather than `package` as per the previous commit.
This commit is contained in:
wlauto
common
android
ApplaunchInterface.classBaseUiAutomation$1.classBaseUiAutomation$ActionLogger.classBaseUiAutomation$Direction.classBaseUiAutomation$FindByCriteria.classBaseUiAutomation$PinchType.classBaseUiAutomation$ScreenOrientation.classBaseUiAutomation.classUiAutoUtils.classUxPerfUiAutomation$GestureTestParams.classUxPerfUiAutomation$GestureType.classUxPerfUiAutomation.classresources.pyuiauto.aar
external
@ -43,12 +43,12 @@ class ApkFile(FileResource):
|
||||
return '<{}\'s {} APK>'.format(self.owner, self.platform)
|
||||
|
||||
|
||||
class UiautoApkFile(FileResource):
|
||||
class uiautoApkFile(FileResource):
|
||||
|
||||
name = 'uiautoapk'
|
||||
|
||||
def __init__(self, owner, platform=None):
|
||||
super(UiautoApkFile, self).__init__(owner)
|
||||
super(uiautoApkFile, self).__init__(owner)
|
||||
self.platform = platform
|
||||
|
||||
def __str__(self):
|
||||
|
Reference in New Issue
Block a user