I am working on my first project while learning Python/Selenium. I want to automate a web form but I keep running in to the problem of ( element not intractable ) on the login screen. I have tried implicit wait and sleep. What can I do to interact with the element?
implicit wait - no change Sleep - no change