码迷,mamicode.com
首页 > 其他好文 > 详细

selenium中,运行测试用例,报NosuchElementException错误,用try --except 捕获异常

时间:2017-12-21 16:05:36      阅读:607      评论:0      收藏:0      [点我收藏+]

标签:cli   div   nbsp   tee   find   tab   visible   element   drive   

try:

      ele=driver.find_element_by_name(‘kw‘)

except  NosuchElementException as msg:

      print ‘查找元素异常原因:%s‘%msg

else:
      ele.click()

 

selenium常见异常

1.NoSuchElementException:没有找到元素

2.NoSuchFrameException:没有找到iframe

3.NoSuchWindowException:没找到窗口句柄handle

4.NoSuchAttributeException:属性错误

5.NoAlertPresentException:没找到alert弹出框

6.lementNotVisibleException:元素不可见

7.ElementNotSelectableException:元素没有被选中

8.TimeoutException:查找元素超时

 

selenium中,运行测试用例,报NosuchElementException错误,用try --except 捕获异常

标签:cli   div   nbsp   tee   find   tab   visible   element   drive   

原文地址:http://www.cnblogs.com/yaohanbaby/p/8080627.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!