I'd like to change the input type of the keyboard which is opened after perform(click())
, I'm using typeTextIntoFocusedView("Input")
to input text in a search field.
However, as mentioned I have to change the input language before inputing, so I read about UIAutomator to change the input language as told here
Espresso - how to switch typeText to English or other languages input mode
But the docs listed in the article aren't available anymore. So I wonder how I could change the input language using UIAutomator (I could use click on X,Y, but it is not really a solution).
Thank you