摘要:
滑动页面查找元素 每次加 300 进度条,总共2次机会 # -*- coding:utf-8 -*- from selenium import webdriver from time import sleep from selenium.common.exceptions import NoSuch 阅读全文
摘要:
阅读全文
摘要:
https://www.cnblogs.com/king2/p/13657805.html 阅读全文
摘要:
# -*- coding:utf-8 -*- from selenium import webdriver import time from selenium.webdriver.common.by import By driver = webdriver.Chrome(executable_pat 阅读全文