Open ChaXxl opened 3 months ago
options = ChromiumOptions()
path = r'/usr/bin/google-chrome'
ChromiumOptions().set_browser_path(path).save()
arguments = [
"-no-sandbox",
"-no-first-run",
"-force-color-profile=srgb",
"-metrics-recording-only",
"-password-store=basic",
"-use-mock-keychain",
"-export-tagged-pdf",
"-no-default-browser-check",
"-disable-background-mode",
"-enable-features=NetworkService,NetworkServiceInProcess,LoadCryptoTokenExtension,PermuteTLSExtensions",
"-disable-features=FlashDeprecationWarning,EnablePasswordsAccountStorage",
"-deny-permission-prompts",
"-disable-gpu",
"-accept-lang=en-US",
"-remote-debugging-port=9222"
]
Hope this helps you out !
执行后输出: