selenium指定chrome二进制程序

cooolr 于 2022-09-29 发布
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
options = Options()

options.binary_location = "/usr/bin/chromium-browser"