摘要: 一、'chromedriver' executable needs to be in PAT: 解决方法 二、时间日期控件定位问题 js = '$(\'input[属性名=属性值]\').removeAttr(\'readonly\')' driver.execute_script(js) 之后,再 阅读全文
posted @ 2019-04-03 15:41 小小白的世界 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 根据部分元素属性定位 xpath 提供了3个方法来为我们定位部分属性值: driver.find_element_by_xpath("//标签名[contains (@属性,‘属性值’)]") 阅读全文
posted @ 2019-04-03 14:28 小小白的世界 阅读(818) 评论(0) 推荐(0) 编辑
摘要: 元素定位方式: 转: https://www.cnblogs.com/yufeihlf/p/5717291.html 阅读全文
posted @ 2019-04-03 14:17 小小白的世界 阅读(663) 评论(0) 推荐(0) 编辑