Facing issue while send_keys in ios

Using Send_keys in ios type extra character by itself.

i want to send some keys and after type it type some extra character using keyboard in iphone.

Please help on this

yes it true. so use either setValue(“your_text”) or replaceValue(“your_text”).
// Java client 5+

not able to view setValue after driver.xxx

show only sendkeys

i am using appium 1.6.4

Please help on this

also try with MobileElement to access setValue method but show the following error:-

failure.getMessage() :io.appium.java_client.MobileElement.setValue(Ljava/lang/String;)V

// java-client 5.0...+
MobileElement el = ...some value;
el.setValue(countryName);

using the same

but getting the below error:-

failure.getMessage() :io.appium.java_client.MobileElement.setValue(Ljava/lang/String;)V

your java-client version is? and try move to appium 1.6.5

it import by eclipse
how i can get the version

Use the below code

MobileElement e1 = (MobileElement) driver.findElement(By.name(“Search”));
e1.setValue(“cnn”);

how i can check the java_client version in eclipse

you solved issue or not?

not solved till now. how can i change java_client version

i use maven project with pom.xml to easy change anything. in Eclipse already forgotten how to do it :slight_smile:

and i use intelliJ

even after change the version facing the same issue

io.appium java-client 5.0.0-BETA8