Element Not InteractableException is not reachable by keyboard issue

Hi Kaushal,

I realise you new here, the error message tells you why it failed, it usually does in Robot Framework, you’ll need to work out why? there are many possible reasons and we don’t know enough about your application to know the answer.

Some questions to help you think about the cause, you don’t need to answer me, just answer them to yourself and see where these lines of thought take you:

  • is this the first input field you tried to enter text into?
  • is it disabled?
  • did you try clicking in it first?
  • is there another field that robot could be trying to access with the same identifier? (is this other field disabled/hidden?)
  • did you give the application enough time to finish building the screen?
  • what does the screenshot show, is it different to what you see on the screen?

When you get an unexpected error do a little troubleshooting, see if solve it yourself first (it’s much more satisfying)

Hope this helps,

Dave.

2 Likes