摘要: from selenium import webdriver from selenium.webdriver.common.proxy import Proxy, ProxyType # 亿牛云爬虫加强版代理IP 地址、端口号、用户名和密码 proxy_address = 'www.16yun.cn 阅读全文
posted @ 2023-07-01 10:14 随风_007 阅读(132) 评论(0) 推荐(0)
摘要: 【Selenium】控制当前已经打开的 chrome浏览器窗口https://blog.csdn.net/weixin_45081575/article/details/112621581 在此界面打开 cmd窗口, 然后输入:chrome.exe --remote-debugging-port=9 阅读全文
posted @ 2023-06-29 15:36 随风_007 阅读(217) 评论(0) 推荐(0)
摘要: Antibot (sannysoft.com) 阅读全文
posted @ 2023-06-29 10:23 随风_007 阅读(74) 评论(0) 推荐(0)
摘要: 设置元素等待 1、显式等待 from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support.wait import WebDriverWait def text_by_x 阅读全文
posted @ 2020-11-17 08:43 随风_007 阅读(65) 评论(0) 推荐(0)