我使用的是最近发运照会中的同一法典,但该法典仍然未奏效。
options = ChromeOptions()
options.add_argument("--headless=new")
driver = webdriver.Chrome(options=options)
我的《守则》没有无动于衷,否则我就错了:
raise TimeoutException(message, screen, stacktrace)
我也尝试了这一点,做了大量工作:
service = Service(executable_path=r"C:Program Files (x86)WebDriverschromedriver.exe")
options = webdriver.ChromeOptions()
options.add_argument( --headless )
options.add_argument( --no-sandbox )
options.add_argument( --disable-dev-shm-usage )
driver = webdriver.Chrome(service=service, options=options)
selenium 4.18.0 Python 3.10.7