Appium
Tan37Lu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Intelij 提示cannot resolve symbol hamcrest的解决办法
junit5 导入hamcrest库,Intelij报错,提示:cannot resolve symbol hamcrest解决:File -> Invalidate Caches/Restart按如上步骤选择Invalidate Caches/Restart 重启.参考:https://blog.youkuaiyun.com/handong106324/article/details/48803743/...原创 2021-04-14 22:34:02 · 634 阅读 · 0 评论 -
Genymotion安装及Intellij IDEA +genymotion安装配置
Genymotion安装及Intellij IDEA +genymotion安装配置1、软件下载下载地址:https://www.genymotion.com/download/电脑没有安装虚拟机,下载带虚拟机的版本2、软件安装,启动下载后安装,我更改了默认的安装地址,装到了D盘。其他设置默认,一路next。安装成功后,启动genymotion。需要先登录,之前没有账号,现在注册一个。地址:https://www.genymotion.com/account/create/原创 2021-04-10 18:01:25 · 923 阅读 · 1 评论 -
Appium启动应用步骤分析
appium启动应用步骤1、提示使用的adb.exe路径2、启动adb服务3、adbshell getprop ro.build.version.sdk查看设备sdk版本4、adbwait-for-device等待设备5、adb shell echo ping6、adb shell dumpsys package io.appium.settings显示安装包io.appium.settings的详细信息7、adb shell ps --help8、adb shell ...原创 2021-03-21 23:26:23 · 466 阅读 · 0 评论 -
Appium使用过程中遇到的问题记录(一)
1、使用真机测试,启动时报错 error getting device API level原因:真机系统不支持root。换成支持root的版本问题解决2、脚本执行时界面元素还未加载出来。3种方式解决。1、driver.wait_activity('.view.LoginActivity', 10)# #获取当前页面的activity# sleep(3)# ac = driver.current_activity# print(ac)2、driver.implicit.原创 2021-03-17 16:23:29 · 436 阅读 · 0 评论
分享