selenium模板简洁版
- 编程
- 2022-07-15
- 1030
from selenium.webdriver import Chrome from selenium.webdriver.chrome.options import Options chrome_options = Options() chrome_options.add_argument("--disable-blink-features=AutomationControlled") # 防止识别 driver = Chrome(options=chrome_options) driver.get('https://bot.sannysoft.com/') driver.close()
上一篇:moviepy 使用GPU加速
下一篇:RPA好像很有趣
发表评论