Appium命令笔记之一-创新互联

查看APK包名与其他信息命令:

创新互联专业为企业提供高明网站建设、高明做网站、高明网站设计、高明网站制作等企业网站建设、网页设计与制作、高明企业网站模板建站服务,十年高明做网站经验,不只是建网站,更提供有价值的思路和整体网络服务。

aapt l <你的apk文件>,这个命令就是查看apk内容

下面详细说下 aapt dump 这个查询命令

基本格式为   aapt dump []

这里[ ]选择可以有以下几种:

badging             Print the label and icon for the app declared in APK
permissions     Print the permissions from the APK.
resources        Print the resource table from the APK.
configurations  Print the configurations in the APK.
xmltree             Print the compiled xmls in the given assets.
xmlstrings       Print the strings of the given compiled xml assets.

例如:

C:\Users\lw>aapt d badging Desktop\zhihu.apk |findstr "package launchable-activity"

package: name='com.zhihu.android' versionCode='507' versionName='4.54.1' platformBuildVersionName='7.1.1'

launchable-activity: name='com.zhihu.android.app.ui.activity.MainActivity'  label='鐭ヤ箮' icon=''

//启动另外一个APP

public void startapp()

{

//启动该apt

driver.startActivity("com.zhihu.android","'com.zhihu.android.app.ui.activity.MainActivity");

}

使用场景:

1、用例之前的切换

2、场景切换使用

另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


文章标题:Appium命令笔记之一-创新互联
网站路径:http://pwwzsj.com/article/dshgje.html