在Selenium中,可以通过以下方法来避免使用ApacheHttpClientFactory:
from selenium import webdriver
options = webdriver.ChromeOptions()
options.use_chromium = True
options.add_argument("--disable-extensions")
options.add_argument("--disable-gpu")
options.add_argument("--headless") # 可选,无头模式
options.add_argument("--no-sandbox")
# 启用内置HTTP客户端
options.add_argument("--disable-extensions")
options.add_argument("--disable-gpu")
options.add_argument("--headless") # 可选,无头模式
options.add_argument("--no-sandbox")
# 创建WebDriver实例
driver = webdriver.Chrome(options=options)
需要注意的是,以上方法只是避免使用ApacheHttpClientFactory,但并不代表完全不依赖任何外部库或工具。Selenium本身是一个自动化测试工具,通常需要与其他库和工具结合使用,以实现更复杂的功能。
领取专属 10元无门槛券
手把手带您无忧上云