appium代码.docx

时间:2022-10-28 07:24:11
【文件属性】:

文件名称:appium代码.docx

文件大小:13KB

文件格式:DOCX

更新时间:2022-10-28 07:24:11

appium基础代码

driver.runAppInBackground(5); //将当前活跃的应用放在后台运行 driver.hideKeyboard(); //隐藏键盘 driver.lockDevice(); //锁屏 driver.openNotifications(); //打开Android的下拉通知栏 driver.isAppInstalled(“com.example.android.apis”) //判断应用是否安装


网友评论