Hi all,
I am trying to enter space in the text box using send keys but it is not working instead when command is executed erasing the text
I am using following commands
driver.findElement(By.xpath("//android.widget.EditText[@text=‘Add tag…’]")).sendKeys(“Nails “) . driver.findElement(By.xpath(”//android.widget.EditText[@text=‘Add tag…’]”)).sendKeys(“Nails " +”\n") driver.findElement(By.xpath("//android.widget.EditText[@text=‘Add tag…’]")).sendKeys(“Nails " +” ")
and tried with adb commands as well
I am working on react native app.
and using appium latest version 1.9.1
java client jar 1.6
created
Nov '18
last reply
Nov '18
- 9
replies
- 375
views
- 2
users
- 3
links