在Linux环境下,DrissionPage无法显示Cloudflare的真人验证
作者: chakson创建于 2025年7月23日更新于 2026年4月20日
def get_chromium_options(browser_path: str, arguments: list) -> ChromiumOptions: options = ChromiumOptions().auto_port() options.set_paths(browser_path=browser_path) for argument in arguments: options.set_argument(argument) return options
内容来源: g1879/DrissionPage