上一页 1 2 3 4 5 6 7 8 ··· 31 下一页
摘要: 转载:https://blog.csdn.net/weixin_40180628/article/details/79136862 应用包名package和入口activity名称的方法: 方法一:使用aapt//aapt是sdk自带的一个工具,在sdk\builds-tools\目录下 1.以ES 阅读全文
posted @ 2021-05-10 10:02 阳光美美哒 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 转载地址:https://www.cnblogs.com/nebie/articles/9483307.html 在一些混合应用中,有很多页面都是用的内嵌webview窗口来展示的,如我们APP的登录新设备验证页面(用的就是内嵌webview)。 在用Appium 做此类页面的测试时,一般都是用 s 阅读全文
posted @ 2021-05-08 16:48 阳光美美哒 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 1、查看chrome版本号,下载对应版本的chromedriverchromedriver下载地址 https://chromedriver.chromium.org/downloads 2、如果想在任意地方使用,将chromedriver放到/usr/local/bin目录下sudo mv chr 阅读全文
posted @ 2021-05-06 11:07 阳光美美哒 阅读(78) 评论(0) 推荐(0) 编辑
摘要: keycode相关方法 driver.press_keycode(4) #发送keycode,功能:按键 Uiautomator2使用keyevent事件报错 driver.keyevent(4) #发送keycode,功能:按键 与press_keycode无区别 Uiautomator2正常使用 阅读全文
posted @ 2021-04-29 11:14 阳光美美哒 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 转载来自:https://blog.csdn.net/qq_22795513/article/details/53169593 代码就一句driver.keyevent()括号内填入的是物理按键的数字代号 代号表:电话键 KEYCODE_CALL 拨号键 5KEYCODE_ENDCALL 挂机键 6 阅读全文
posted @ 2021-04-29 11:01 阳光美美哒 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/huny/p/14079320.html 3.使用一个demo测试网站:https://www.websocket.org/echo.html 进行演示。 import json from websocket import create_conn 阅读全文
posted @ 2021-04-21 15:11 阳光美美哒 阅读(767) 评论(0) 推荐(0) 编辑
摘要: 先科普一下 mac 一般使用bash作为默认shell Mac系统的环境变量,加载顺序为:/etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc当然/etc/profile和/etc/paths是系统级别的 阅读全文
posted @ 2021-04-15 21:31 阳光美美哒 阅读(286) 评论(0) 推荐(0) 编辑
摘要: source ~/.zshrc[oh-my-zsh] plugin 'zsh-syntax-highlighting' not found 参考https://github.com/ohmyzsh/ohmyzsh/issues/7688 I solve it by the command : ''' 阅读全文
posted @ 2021-04-15 21:27 阳光美美哒 阅读(4567) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/swordgirl2011/article/details/50918665 阅读全文
posted @ 2021-04-14 14:39 阳光美美哒 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 打开终端terminal cd ~open -e .bash_profile 在弹出的文件编辑窗口中,加入 export PATH=${PATH}:~/Library/Android/sdk/tools/bin 备注:/Users/用户名/Library/Android/sdk 安装路径 如果需要在 阅读全文
posted @ 2021-04-11 17:16 阳光美美哒 阅读(1008) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 31 下一页