How to disable the predictive text through capabilities?

I am trying automated tests using Appium.

Every time Appium launches , it resets the properties of Simulator.

I want to disable the predictive text when entering the text through keyboard.

Or how to enter the exact texts in the textbox.

Have you tried run server with command --no-reset ?

Thanks for the response. I tried no reset option and it worked…

1 Like