Issue with 'Input Text' on AppiumLibrary

Hi everyone! I’ve an issue with ‘Input Text’ keyword, I can’t set the text on the element, see the example below.

I already click on the element but when I try to set an text inside, the error ocurred…

This application was made in Ionic Cordova!

If someone can help me, I’ll be greateful

Olá.

That problem is usually due to the element not being an EditText type.

With the appium inspector confirm what is the type of the element. And maybe use a better locator (not using * ).

Also, be sure if the clicking of the element is needed before. Sometimes it changes the type of element, or makes another to appear (the real input field).

2 Likes