支持 ios8, 其他没什么变化了。 已经稳定了。
CHANGES IN VERSION 1.3.1 (from 1.3.0)
iOS
- fixed a bug where appium could hang if the 'full-reset' and 'keepKeychain' capabilities were both used on ios8.1
- default context now set to
NATIVE_APP
instead of being null
Android
- fix bugs which arise from spaces in the path to
adb
tool
- fix detection of whether the screen is locked
- fix an error with running remote apk's on Windows
CHANGES IN VERSION 1.3.0 (from 1.2.4)
General
- allow
full-reset
desired capability to work alongside language
/locale
desired capabilities
iOS
- add iOS 8 support
- add support for launching an app on the sim just by bundleId (iOS8 only)
- ensure screenshot process uses dir specified in --tmp
- add --isolate-sim-device which removes all other xcode 6 simulators
before running test (might be necessary for some platforms)
- update mobile safari temp app to include platformVersion so we don't get
strange version conflicts
- reset push notification privacy settings in between sessions
- fix the flakiness of getting a list of available devices
- auto-refresh Safari if no webviews are found
- rewrite cookie handling code to use code derived from jQuery instead of mozilla docCookie
- force device string when device name starts with "="
- fix a security hole in pullFile() where users could download files on the machine hosting appium
Android
- fix Chromedriver to work with newer versions
- Chromedriver will work if adb is not running on default port
- speed up clearing text fields when there is hint text
Selendroid
- fix sendKeys() in CHROMIUM context
- fix getContexts()
CHANGES IN VERSION 1.3.0-beta1 (from 1.2.3)
General
iOS
- update appium-instruments with logging fixes
- add iOS 8 support
- add support for launching an app on the sim just by bundleId (iOS8 only)
- ensure screenshot process uses dir specified in --tmp
- add --isolate-sim-device which removes all other xcode 6 simulators
before running test (might be necessary for some platforms)
- update mobile safari temp app to include platformVersion so we don't get
strange version conflicts
- reset push notification privacy settings in between sessions