selenium作业汇总
时间:2018-06-24 11:21:37
收藏:0
阅读:190
上节课回顾
tag name
<input id=‘‘ name=‘‘ class=‘‘> 只有id是唯一的 class作用:将具有相同class的元素进行统一css样式渲染
注意:
find_element_by没有找到列表,会抛出异常
如果find_elements_by没有找到元素,不会抛异常,会返回一个空列表


原文:https://www.cnblogs.com/ylpaj/p/9219744.html
评论(0)