jedie / django-tools

miscellaneous django tools
http://pypi.python.org/pypi/django-tools/
Other
129 stars 31 forks source link

Fix #21 Set chrome accept_languages in headless mode #48

Closed jedie closed 2 years ago

jedie commented 2 years ago

In https://github.com/jedie/django-tools/issues/21 i found a bug in chrome driver: https://bugs.chromium.org/p/chromedriver/issues/detail?id=3358

Add a work-a-round for this, by set LANG/LANGUAGE environment variables. btw. env argument has a wrong type annotation in upstream, see: https://github.com/SeleniumHQ/selenium/pull/10072