From c5df4773b6bdbdbf13282c485bf4ed11d87e3614 Mon Sep 17 00:00:00 2001 From: zhulixin Date: Mon, 13 Jun 2022 10:41:43 +0800 Subject: [PATCH] update 20220613 --- .idea/modules.xml | 8 ++++++++ .idea/python-appium.iml | 12 ++++++++++++ Base/BaseApk.py | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .idea/modules.xml create mode 100644 .idea/python-appium.iml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..054b353 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/python-appium.iml b/.idea/python-appium.iml new file mode 100644 index 0000000..e98082a --- /dev/null +++ b/.idea/python-appium.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Base/BaseApk.py b/Base/BaseApk.py index b16d33e..5f54842 100644 --- a/Base/BaseApk.py +++ b/Base/BaseApk.py @@ -64,7 +64,7 @@ class ApkInfo(): if __name__ == '__main__': pass - apkPath = '../app/VivaVideo_7.3.1.apk' + apkPath = '../app/XiaoYing_V8.1.5.apk' litePath = '/Users/zhulixin/Downloads/XiaoYing_lite.apk' info = ApkInfo(apkPath)