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
相关文章
相关标签/搜索