小肥羊要进步

2021年5月25日

读书笔记08携程项目实战之线性代码

摘要: from datetime import datetime,date,timedeltafrom selenium import webdriverfrom selenium.webdriver.common.action_chains import ActionChainsimport time# 阅读全文

posted @ 2021-05-25 22:40 小肥羊要进步 阅读(58) 评论(0) 推荐(0) 编辑

python 自动化遇到的坑'list' object has no attribute 'click'

摘要: 解决方法: 将”driver.find_elements_by_xpath“改为“driver.find_element_by_xpath”即可解决。 这样就可以定位到预定按钮了 阅读全文

posted @ 2021-05-25 22:27 小肥羊要进步 阅读(1004) 评论(0) 推荐(0) 编辑

导航