dp_configs.ini 863 B

123456789101112131415161718192021222324252627282930313233
  1. [paths]
  2. download_path =
  3. tmp_path =
  4. [chromium_options]
  5. address = 127.0.0.1:9225
  6. browser_path = C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
  7. arguments = ['--no-default-browser-check', '--disable-suggestions-ui', '--no-first-run', '--disable-infobars', '--disable-popup-blocking', '--hide-crash-restore-bubble', '--disable-features=PrivacySandboxSettings4', '--user-data-dir=I:\\code\\ai-yunying\\live-online-people\\output\\userData_ai-yunying']
  8. extensions = []
  9. prefs = {'profile.default_content_settings.popups': 0, 'profile.default_content_setting_values': {'notifications': 2}}
  10. flags = {}
  11. load_mode = normal
  12. user = Default
  13. auto_port = False
  14. system_user_path = False
  15. existing_only = False
  16. [session_options]
  17. headers = {}
  18. [timeouts]
  19. base = 10
  20. page_load = 30
  21. script = 30
  22. [proxies]
  23. http =
  24. https =
  25. [others]
  26. retry_times = 3
  27. retry_interval = 2