ElementNotInteractableException when sending keys (email field) Python Selenium
I am trying to login to this website using Selenium: https://openwho.org/sessions/new . However, none of my attempts of sending keys to the email and password fields work. I have tried to find the field using various methods (i.e. XPATH, ID, CSS Selector, etc.) from selenium import webdriver from selenium.webdriver.support.ui import WebDriverWait, Select from selenium.webdriver.support import… Read More ElementNotInteractableException when sending keys (email field) Python Selenium