摘要:
Refer to https://blog.csdn.net/xgh1951/article/details/85124327
阅读全文
posted @ 2019-11-21 20:59
liehen2046
阅读(93)
推荐(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
阅读(100)
推荐(0)
摘要:
SSL SSL(Secure Sockets Layer 安全套接层),及其继任者传输层安全(Transport Layer Security,TLS)是为网络通信提供安全及数据完整性的一种安全协议。 TLS与SSL在传输层与应用层之间对网络连接进行加密。 SSL协议位于TCP/IP协议与各种应用层
阅读全文
posted @ 2019-11-21 17:10
liehen2046
阅读(163)
推荐(0)
posted @ 2019-11-20 17:43
liehen2046
阅读(606)
推荐(0)
摘要:
常用控件 |控件名|缩写| | | | | Buttom按钮 | Btn | | CheckBox复选框 | Chk | | ColumnHeader视图列表头 | Col | | ComboBox组合框 | Cbo | | ContextMenu快捷菜单 | Ctm | | DataGrid数据网
阅读全文
posted @ 2019-11-18 09:53
liehen2046
阅读(2471)
推荐(2)
摘要:
使用 文档 |方法名|功能| | | | titleIs( String title) | 判断当前页面的title是否精确等于预期 titleContains( String title) | 判断当前页面的title是否包含预期字符串 urlToBe( String url) | 判断当前页面的
阅读全文
posted @ 2019-11-08 15:54
liehen2046
阅读(196)
推荐(0)
posted @ 2019-11-08 13:49
liehen2046
阅读(152)
推荐(0)
posted @ 2019-10-29 23:34
liehen2046
阅读(378)
推荐(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
阅读(816)
推荐(0)
摘要:
特殊标签 找SVG这种特殊标签可以使用[name()='svg'],如// [name()='svg']/ [name()='line'][2] 文本 找标签内的文本时可以使用: // [text()='abc'] 如果有空格或回车什么的,就截空下://a[normalize space(text(
阅读全文
posted @ 2019-09-05 17:36
liehen2046
阅读(148)
推荐(0)