新的框架
摘要:关于mvn命令引用springboot配置 在pom.xml中配置一个profile 然后就有了一个activatedProperties值为test,在application.yml中配置: 最后通过mvn clean package P test引用这个id为test的profile就行了。 关
阅读全文
posted @
2019-12-02 22:07
liehen2046
阅读(160)
推荐(0)
常用控件缩写
摘要:常用控件 |控件名|缩写| | | | | Buttom按钮 | Btn | | CheckBox复选框 | Chk | | ColumnHeader视图列表头 | Col | | ComboBox组合框 | Cbo | | ContextMenu快捷菜单 | Ctm | | DataGrid数据网
阅读全文
posted @
2019-11-18 09:53
liehen2046
阅读(2460)
推荐(2)
XPATH了解
摘要:特殊标签 找SVG这种特殊标签可以使用[name()='svg'],如// [name()='svg']/ [name()='line'][2] 文本 找标签内的文本时可以使用: // [text()='abc'] 如果有空格或回车什么的,就截空下://a[normalize space(text(
阅读全文
posted @
2019-09-05 17:36
liehen2046
阅读(147)
推荐(0)
webDriver各版本对应
摘要:chromeDriver http://npm.taobao.org/mirrors/chromedriver/ http://chromedriver.storage.googleapis.com/index.html chromeDriver|chrome | v2.41|v67 69 v2.4
阅读全文
posted @
2019-07-21 21:34
liehen2046
阅读(656)
推荐(0)