上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: Refer to https://blog.csdn.net/xgh1951/article/details/85124327 阅读全文
posted @ 2019-11-21 20:59 liehen2046 阅读(87) 评论(0) 推荐(0) 编辑
摘要: Refer to https://blog.csdn.net/baidu_39009246/article/details/88875695 https://blog.csdn.net/minixuezhen/article/details/81000889 https://blog.csdn.ne 阅读全文
posted @ 2019-11-21 17:36 liehen2046 阅读(93) 评论(0) 推荐(0) 编辑
摘要: SSL SSL(Secure Sockets Layer 安全套接层),及其继任者传输层安全(Transport Layer Security,TLS)是为网络通信提供安全及数据完整性的一种安全协议。 TLS与SSL在传输层与应用层之间对网络连接进行加密。 SSL协议位于TCP/IP协议与各种应用层 阅读全文
posted @ 2019-11-21 17:10 liehen2046 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2019-11-20 17:43 liehen2046 阅读(579) 评论(0) 推荐(0) 编辑
摘要: 常用控件 |控件名|缩写| | | | | Buttom按钮 | Btn | | CheckBox复选框 | Chk | | ColumnHeader视图列表头 | Col | | ComboBox组合框 | Cbo | | ContextMenu快捷菜单 | Ctm | | DataGrid数据网 阅读全文
posted @ 2019-11-18 09:53 liehen2046 阅读(2140) 评论(0) 推荐(2) 编辑
摘要: 使用 文档 |方法名|功能| | | | titleIs( String title) | 判断当前页面的title是否精确等于预期 titleContains( String title) | 判断当前页面的title是否包含预期字符串 urlToBe( String url) | 判断当前页面的 阅读全文
posted @ 2019-11-08 15:54 liehen2046 阅读(174) 评论(0) 推荐(0) 编辑
摘要: yml配置 使用 阅读全文
posted @ 2019-11-08 13:49 liehen2046 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 使用CommandRunner 阅读全文
posted @ 2019-10-29 23:34 liehen2046 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 配置MAVEN 发送json请求1: 发送Json请求2 Json响应 Reference https://github.com/RookieTester/rest assured doc/blob/master/2016 12 12 %E3%80%90%E6%8E%A5%E5%8F%A3%E6%B 阅读全文
posted @ 2019-10-16 23:10 liehen2046 阅读(790) 评论(0) 推荐(0) 编辑
摘要: 特殊标签 找SVG这种特殊标签可以使用[name()='svg'],如// [name()='svg']/ [name()='line'][2] 文本 找标签内的文本时可以使用: // [text()='abc'] 如果有空格或回车什么的,就截空下://a[normalize space(text( 阅读全文
posted @ 2019-09-05 17:36 liehen2046 阅读(138) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页