0

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

Prophet
  • 32,350
  • 22
  • 54
  • 79
MVandy
  • 1
  • It would help if you provided the url, your code and how you're using the wait and sleep options. Could be that you're interacting with the wrong element or just need to leverage on ActionChains; Check [SeleniumDocs] (https://selenium-python.readthedocs.io/) – Potato Dec 23 '22 at 04:13

0 Answers0