I am just getting started with Selenium. Right now I\'m using Python. I tried this:
from selenium import webdriver driver = webdriver.Edge()
and