Skip to content
Advertisement

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.)

JavaScript

Advertisement

Answer

There are 2 blocks of login elements on this page, the visible is the second one. This means you need to define the locator more precisely.
This should work:

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement