摘要:
1.WebDriverWait等设置等待时间和超时时间 https://www.cnblogs.com/BigFishFly/p/6337153.html 2. expected_conditions判断页面元素 https://www.cnblogs.com/linbao/p/8082293.ht 阅读全文
摘要:
1.下载 chromedriver.exe,并放到chrome的安装目录2.将chrome的安装目录添加到系统变量中3.重启电脑4.写一个比见到脚本# coding = utf-8 from selenium import webdriver browser = webdriver.Chrome() 阅读全文
摘要:
1. Python is likely shutting down 解决方案https://www.cnblogs.com/drake-guo/p/6188366.html 2. Selenium 报错:Element is not clickable at point的解决办法 org.openq 阅读全文
摘要:
1. Selenium with Python 官方资料 https://selenium-python.readthedocs.io/index.html 2.下载chromedriver.exe http://chromedriver.storage.googleapis.com/index.h 阅读全文