My issue is I am not getting this issue but I am sharing this code with someone else and they keep getting the selemium error enter image description here. You can see in the image the lines of code we are using
import os import time from selenium import webdriver from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.common.by import By from selenium.webdriver.support.ui import Select
We wanted to run the first few lines and open up Webdriver and selenium
Sabeeha Haider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.