I am unable to enter text using sendkeys command. Is is there any other way to do that?

I am doing app automation test with Java and I am unable to enter text using sendkeys command. Is is there any other way to do that?

Hello Tom-dale,

You can click on the element using the click command and enter text using execute script command like below:

     `   driver.executeScript("mobile: performEditorAction", immutableMap.of("action", "abc@gmail.com"));`