我想使用 selenium 自動選擇 zenmate VPN 擴(kuò)展的國家/地區(qū),但我不知道如何訪問它這是我添加擴(kuò)展的代碼:from selenium import webdriverfrom selenium.webdriver.chrome.options import Optionschrome_option = Options()chrome_option.add_extension("vpn.crx")driver1 = webdriver.Chrome(executable_path='chromedriver.exe',options=chrome_option)driver1.get("https://www.google.com/")
如何使用 selenium python 選擇 V??PN(zenmate) chrome
呼喚遠(yuǎn)方
2023-09-26 14:13:18