Add socksVersion mapping (#331)

This commit is contained in:
Calvin Bui
2021-12-31 20:26:38 +11:00
committed by GitHub
parent a37a5038d8
commit feb8e6c76c

View File

@@ -70,7 +70,7 @@ class html_webdriver(Fetcher):
# In the ENV vars, is prefixed with "webdriver_", so it is for example "webdriver_sslProxy"
selenium_proxy_settings_mappings = ['ftpProxy', 'httpProxy', 'noProxy',
'proxyAutoconfigUrl', 'sslProxy', 'autodetect',
'socksProxy', 'socksUsername', 'socksPassword']
'socksProxy', 'socksVersion', 'socksUsername', 'socksPassword']
proxy=None
def __init__(self):