-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
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:

with fonts-noto-core:

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