How can I insert path (environmental variable) for geckodriver in goggle colab?
I want to run selenium in Google Colab through gecko driver, but it told me: executable needs to be in PATH I uploaded firefox and gecko driver in Google Colab and copied gecko driver's path. The code worked well on my PC. firefox and gecko driver in google clob, but an error occurred. from selenium import webdriver from selenium.webdriver.support.ui import WebDriverWait as wait from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.common.keys import Keys import time from selenium.webdriver.support import ui from selenium.webdriver.common.by import By from