Skip to content

[πŸ› Bug]: Missing unicode charactersΒ #2913

@thbley

Description

@thbley

What happened?

Using docker container selenium/standalone-chromium:latest (138.0.7204.157-1), I'm missing some unicode characters when displaying a web page, e.g. "⭘".

I solved this by running inside the container:

sudo apt-get update
sudo apt-get install fonts-noto-core

without fonts-noto-core:

Image

with fonts-noto-core:

Image

Command used to start Selenium Grid with Docker (or Kubernetes)

vendor/bin/sail dusk --browse
(Laravel Dusk)

Relevant log output

none

Operating System

Kubuntu 22.04, Docker 28.3.2

Docker Selenium version (image tag)

4.34.0 (revision 2a4c61c498)

Selenium Grid chart version (chart version)

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions