| 123456789101112131415161718192021222324252627282930313233 |
- [paths]
- download_path =
- tmp_path =
- [chromium_options]
- address = 127.0.0.1:9225
- browser_path = C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
- 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']
- extensions = []
- prefs = {'profile.default_content_settings.popups': 0, 'profile.default_content_setting_values': {'notifications': 2}}
- flags = {}
- load_mode = normal
- user = Default
- auto_port = False
- system_user_path = False
- existing_only = False
- [session_options]
- headers = {}
- [timeouts]
- base = 10
- page_load = 30
- script = 30
- [proxies]
- http =
- https =
- [others]
- retry_times = 3
- retry_interval = 2
|