My appium version is 1.4.16.1.
There is an object on the screen (a passcode field) where I want to pass some text into it.
Below are the details of it:
index 1
text
resource-id FLD_PASSCODE_item
class android.view.View
package glb.farms.mobile
content-desc Passcode
I am using the following code:
driver_and.findElement(By.xpath("//android.view.View[@resource-id='FLD_PASSCODE_item']")).sendKeys("1234");
I am observing that the sendKeys feature is not working. Can anybody help here please.
I am also attaching the screenshot of the image taken from the UIAutomator tool.