Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

[🐛 Bug]: Chromium language argument --lang will be ignored #39

@mediaessenz

Description

@mediaessenz

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:

  • LANG=de_DE
  • LANGUAGE=de_DE

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

Not available

Operating System

macOS Ventura 13.1

Docker Selenium version (tag)

113.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions