摘要: 一、常用异常: 1.NoSuchElementException:没有找到元素 2.NoSuchFrameException:没有找到iframe 3.NoSuchWindowException:没找到窗口句柄handle 4.NoSuchAttributeException:属性错误 5.NoAl 阅读全文
posted @ 2018-12-13 13:56 叶子未黄 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 常用断言: 1.assertEqual(self, first, second, msg=None) --判断两个参数相等:first == second 2.assertNotEqual(self, first, second, msg=None) --判断两个参数不相等:first != sec 阅读全文
posted @ 2018-12-13 13:46 叶子未黄 阅读(1870) 评论(0) 推荐(0) 编辑