selenium 自動化:指定瀏覽器和指定驅動(Chrome)

#codding=utf-8 from selenium import webdriver from selenium.webdriver.chrome.options import Options options = Options() options.binary_location = "C:\\chrome_x32\\Chrome-bin\\chrome.exe" driver = webd
相關文章
相關標籤/搜索