12 2023 档案
摘要:不再用desired_capabilities,用options代替 原来的 desired_caps = { "platformName": "ios", "platformVersion": "11.4", "deviceName": "iPhone 6 Plus", "noReset": Tr
阅读全文
摘要:问题引出: 前提 本地终端中执行adb 或者其它命令是ok的 步骤一:复制本地的$PATH值 打开终端或者iTerm 执行命令echo $PATH 步骤二: 打开PyCharm替换下PyCharm中的$PATH值即可(Edit Configurations-->Environment variabl
阅读全文
摘要:后台启动&关闭appium server的命令 启动appium:appium -a 127.0.0.1 -p 4723 --log xxx.log --local-timezone Appium 服务命令行参数 启动appium -p 4723 指定端口 --log xxx.log指定日志保存到指
阅读全文
摘要:有关appium2.x的官方文档 共同安装 0. 安装 python( 如果pycharm版本是 2019 的话,python版本最好小于 3.10) 1.安装 java(我的是 11) ,安装 jdk 2.安装homebrew 安装 git 3.安装 xcode(根据 macOS版本) 4. 安装
阅读全文
摘要:下载官网 具体 直接命令安装 Sample commands: Install the latest LTS version: brew install jenkins-lts Start the Jenkins service: brew services start jenkins-lts Re
阅读全文
摘要:https://www.google.cn/chrome/index.html
阅读全文
摘要:1.超级右键-iRightMouse 2.Fastzip 3.CleanMyMac X
阅读全文