How to Install chromium-chromedriver in Ubuntu 18.04



Install chromium-chromedriver by entering the following commands in the terminal:

sudo apt update
sudo apt install chromium-chromedriver

Description:

WebDriver driver for the Chromium Browser

Chromedriver serves as a bridge between Chromium Browser and Selenium WebDriver. . See https://sites.google.com/a/chromium.org/chromedriver/ for details.

Homepage: https://chromium.googlesource.com/chromium/src/

Version: 65.0.3325.181-0ubuntu1

Section: universe/web