selenium.common.exceptions.SessionNotCreatedException: Message: Failed to start browser /snap/firefox/current/firefox.launcher – Ubuntu
I am trying to open Firefox with this simple program in python, I am using the latest version of Ubuntu. from selenium import webdriver brow = webdriver.Firefox() But I am getting the error message, "selenium.common.exceptions.SessionNotCreatedException: Message: Failed to start browser…