About Colorful Emojis in Chrome on Ubuntu

If you are creating screenshots with Selenium and Chrome on Ubuntu, and your Emoji are not displayed correctly or shown without colors, try reinstalling the Noto font with these commands.

1
2
$ sudo apt remove fonts-noto-color-emoji
$ sudo apt install fonts-noto-color-emoji

This is the result: 🐍 🥑 🦄

Tips and Tricks Programming Dev Ops Python 3 Chrome Selenium Ubuntu