已提交
申请开通!点赞~
1、检查 git 是否安装,安装后在 jenkins 系统配置里把 git 路径配置上。git 配置里有个高级选项,目前默认是系统指定的路径。
2、首先 build.gradle 是可用的,在构建配置中,配置好 build.gradle 的路径。
找到问题了,Restrict where this project can be run 确认没有勾选,也不是 label 重名,是因为节点配置问题导致的,有个选项是尽可能的使用这个节点还是只允许运行绑定到这台机器的 Job,我选的前者,导致 slave 空闲时,即使没有关联 slave 也是在 slave 上进心构建。
感谢一楼的回答~
已解决,pybot 全局变量设置问题。
路径的反斜杠用双反斜杠或者正斜杠代替试试
option_path="user-data-dir=C:/Users/Administrator/AppData/Locol/Google/Chrome/User Data"
option = Options()
option.add_argument(option_path)
self.driver=webdriver.Chrome(executable_path="chrome.exe 实际路径",chrome_options=option)
这是我之前写的,你尝试下看看。
window appium 安装目录下 appium/node-modules/appium/lib/devices/android/android.js 中注释如下行:
//this.uninstallApp.bind(this),
//this.installAppForTest.bind(this),
//this.pushSettingsApp.bind(this),
//this.pushUnlock.bind(this),
模拟手动选择日期,日期控件、年、月、日 xpath 定位就可以。
python 里的粘贴功能:self.driver.press_keycode(50,28672)