Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SeleniumChromiumTestCase and headless mode #21

Closed
jedie opened this issue Feb 19, 2020 · 0 comments
Closed

SeleniumChromiumTestCase and headless mode #21

jedie opened this issue Feb 19, 2020 · 0 comments

Comments

@jedie
Copy link
Owner

jedie commented Feb 19, 2020

d46b11f 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 :(

jedie added a commit that referenced this issue Nov 22, 2021
In #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:
SeleniumHQ/selenium#10072
jedie added a commit that referenced this issue Nov 22, 2021
In #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:
SeleniumHQ/selenium#10072
jedie added a commit that referenced this issue Nov 22, 2021
In #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:
SeleniumHQ/selenium#10072
jedie added a commit that referenced this issue Nov 22, 2021
In #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:
SeleniumHQ/selenium#10072
jedie added a commit that referenced this issue Nov 22, 2021
In #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:
SeleniumHQ/selenium#10072
@jedie jedie closed this as completed in 4fedac1 Nov 22, 2021
jedie added a commit that referenced this issue Nov 22, 2021
Fix #21 Set chrome accept_languages in headless mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant