jedie / django-tools

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

SeleniumChromiumTestCase and headless mode #21

Closed jedie closed 2 years ago

jedie commented 4 years ago

https://github.com/jedie/django-tools/commit/d46b11f8dab4eba79ec0c9ddb2dff186ced94032 has disable the headless mode, because it seems that "accept_languages" can't be set in this mode. See: https://bugs.chromium.org/p/chromedriver/issues/detail?id=3358

But without headless mode the CI pipeline fails :(