You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
RUN sudo apt update
RUN sudo apt install -y chromium-l10n
Would be good to add it here/upstream, because if installed later apt also updates chromium, overwrites the wrapper script etc...
On the official selenium image it works out of the box, since they use google chrome, which includes everything in a single package.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What happened?
I try to change the language of chromium to german, which is currently not working in this arm version (seleniarm/standalone-chromium:113.0).
With the official version (selenium/standalone-chrome:113.0) on a intel machine it works as expected.
The argument I used to change the language is
--lang=de
.I also tried to change the language by setting these environment variables:
The selenium container is managed by ddev, a php development environment:
https://ddev.readthedocs.io/en/stable/#system-requirements
It is finaly controlled by codeceptions Webdriver:
https://codeception.com/docs/modules/WebDriver
Command used to start Selenium Grid with Docker
ddev exec vendor/bin/codecept run tests/Acceptance --steps --html
Relevant log output
Operating System
macOS Ventura 13.1
Docker Selenium version (tag)
113.0
The text was updated successfully, but these errors were encountered: