Good day!
I’m having troubles with appium in our native iOS Application
Issue #1
When using driver.setValue(“test”) or driver.sendKeys(“test”). It became “ttest”.
Update:
Tried to look in Appium Server Logs/Console. The value that being sent are “test”. But in the simulator it repeats the first Char of the string which is “t” in “test”. What’s the workaround for this?
Issue #2
I’m getting errors on clearing a field using driver.clear()
Thank you.