Continuing the discussion from Appium 1.3.4-beta Released :
We are pleased to announce the availability of 1.3.4-beta. Please refer to beta install instruction here .
Let us know if you find any issues, expected release date for 1.3.4 is Friday November 28th.
Cheers!
CHANGES IN VERSION 1.3.4
General
better handling of session closing.
tmp dir customization via env variable.
app/browserName error message fix.
functional test fixes.
iOS
allow location services in zip file.
ensure a string is returned from iOS getText.
simpler device type detection logic.
screenshotWaitTimeout cap
added ios-webkit-debug-proxy launcher to go round libidevice 8.1 bugs
Android
exec refactoring.
uses for latest apktool (2.0.0-RC2) when Java 7 is detected.
ADB.jars refactored into instance property.
smart keyboard closing fix.
added support for getting the resourceId attribute of an element.
clear text fix for large centered edit fields.
better handling of errors in clear text.
ensure an already-running Android device’s language and country settings are correct.
fixed unknown server-side error is thrown when the XPath expression doesn’t match any nodes.
better error handling is SetText
edit fields with hint text fix.
make hideKeyboard do nothing when keyboard is present but not closable (has no UI).
Selendroid
upgrade to Selendroid 0.12.0.
throws when getting a redirect from Selendroid.
added hideKeyboard support.
No .dmg has been released for this version yet. The latest stable .dmg file can be found here . If you wish to use version 1.3.4beta instead, you will have to clone the Github repository on you MacBook and reset it.
Is send keys issue is fixed for maverick? Even if I am go on text field and press command+k settext will not work. Need to go to each and every field press command+k then again connect hardware keyboard from hardware menu of simulator and then again command+k then send keys work.
Hi Friends, Happy to see new appium version 1.3.4, So I run few testing on new appium version.
Bugs found : ‘Swipe’ gesture does not work on iOS 8.1 And Xcode 6.1.
Methods used
appium.swipe :start_x => 97, :start_y => 521, :end_x => 229, :end_y => 521, :touchCount => 1, :duration => 500
mobile.swipe :start_x => 97, :start_y => 521, :end_x => 229, :end_y => 521, :touchCount => 1, :duration => 500
driver.swipe :start_x => 97, :start_y => 521, :end_x => 229, :end_y => 521, :touchCount => 1, :duration => 500