I am not able to send key into text box

@jay_papai

I recaptured , this time it showing correct coordinate.

@Aleksei -

not working. not sure what the issue with webview.

What is the issue you are facing now?? Can u just put your one line code which you are using for sendText now

@jay_papai

Problem - I tried to insert element in Email field. but it doesn’t get insert. it always clicking on notification panel. Please check the video mention below.

video - http://www.screencast.com/t/EJFaXGM0o

I used the correct id , xpath , name etc. but it always clicks on notification panel.

ex : driver.findElement(By.name(“Email”)).sendKeys(“2”);

The application have webview and it is not able to click on child elements. Please check.

I think I faced the same issue earlier. This is Emulator problem as far I know. Can you run the same on some physical device & check once…

You can try to use setKeys - > check this post: How to use .setText from AppiumDriver instead of .sendKeys from WendDriver or AndroidDriver?

Why not switching to webview context and perform the action.
Is there any reason issue you don’t want to switch context???

@pr4bh4sh

i switched the context too but it was not working

@teuser_ustest

First perform tap action on email field and then perform sendKeys action.

Thanks !!

anybody have idea how to automate cordova (hybrid) app using appium ? I am trying to do it , The element is visible to appium but it is not clicking on it. not sure what is the best approach to automate cordova hybrid app using appium ?

@teuser_ustest By.xpath("//android.widget.EditText[@index=‘0’]"))