ubuntu 20.04 selenium.common.exceptions.WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH code example
Example: raise WebDriverException( selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(ChromeDriverManager().install())