摘要:1.导包SeleniumLibrary 失败,红色字体 解决方法 重新导入就成功了 元素定位 相对路径 //form/span/input xpath=//form/span[2]/input 通过属性定位 xpath=//input[@autocomplete='off'] 通过部分属性 xpat
阅读全文
摘要:Background: 1.The OTA (Fireware version is lower version than the currect version ,or now the firewire version is not the updatest version) Then it wi
阅读全文
摘要:adb install -r ~/Downloads/service-tools_2.1(develop*) » adb install -r /Users/vtaduy/Downloads/Wear\ OS\ by\ Google\ Smartwatch_v2.49.0.387790360.gms
阅读全文
摘要:1.昨天团队给的packages, 因为Jenkins发布的问题,导致包有点问题 所以我用 service tools 去./myflash -o 到手表是报错的 2个解决方法 1)找开发要新的build 因为下周就会出新的build,所以就不去打扰开发了 2)force to flash 前提:
阅读全文
摘要:https://www.professionalqa.com/adhoc-testing Adhoc Testing is an informal way of testing, which is done randomly without any plan & strategies, with t
阅读全文
摘要:log打印 comment 注释 set variable 定义变量 sleep 强制的等待 catenate拼接关键字(SEPARATOR=||) create list 创建列表($() @{}) create dictionary 创建字典 get dictionary keys get di
阅读全文
摘要:1.Mac install homebrew 2.Install bundletool on Mac by Homebrew command line: Install bundletool using brewbrew install bundletool https://brewinstall.
阅读全文
摘要:另外一种方法 Xcode 打来,手机连接Mac windows->Devices and Simulators
阅读全文
摘要:1.今天要使用adb install XXX.apk 通过mac把apk文件放在安卓手机里,但是遇到报错如下 2.检查了连接的 USB的手机是允许传输文件, 3.手机也打开了开发这模式 4.许久,发现原因,没有打开USB 调试模式在安卓手机上 安卓手机怎么打开USB调试功能 https://jing
阅读全文