- Add smart two-phase TLS detection with caching in tests/utils/tls.py - Add auto-discovery for Chromium-GOST and Yandex.Browser - Add --tls-mode and --ignore-https-errors CLI options - Update browser_page context with ignore_https_errors and unified viewport - Add unit tests in tests/utils/test_tls.py - Update README.md and .env.example
4 lines
114 B
Python
4 lines
114 B
Python
from .tls import detect_tls_mode, launch_browser_for_tls
|
|
|
|
__all__ = ["detect_tls_mode", "launch_browser_for_tls"]
|