appium 开始跟 selenium3 标准对齐了, 估计正式版不远了
CHANGES IN VERSION 0.17.6 (from 0.17.6)
General
- disallow use of Appium in sudo mode
- ensure publishes happen with a version of Node which doesn't generate
shasum errors in NPM
CHANGES IN VERSION 0.17.5 (from 0.17.4)
Selendroid
- update Selendroid to 0.9.0 (有用)
CHANGES IN VERSION 0.17.4 (from 0.17.3)
General
- fix "mobile: reset"
- use the new Context API (from the spec
draft)
for switching back and forth between webviews. The window handles strategy
will be deprecated in 1.0 (重要)
- update Wd.js to use a version with context support
- sanitize desired caps so they are always a manageable type
iOS
- allow testing of iOS7.1 in Appium's testsuite/test.sh
- don't error out of pref path finding too soon if there are multiple dirs
Android
- fix "mobile: push"
- fix fastReset going undefined between sessions
- add --avd-args server param to pass args to avd on boot
- various fixes for starting avds, including allowing multiple emulators to be
running
- fix getElement() to set isElement to false instead of throwing
- fix touch actions by fixing leaking state across executions
- remove fastClear and run
pm clear
on fastReset
CHANGES IN VERSION 0.17.3 (from 0.17.2)
General
- add new desired capabilities handling to conform to the Selenium 3 spec. Use
of old desired capabilities will now be deprecated. See the spec
draft for more information
Android
- fix process detection
- make sure temp dir exists before writing zipaligned apk to it
↙↙↙阅读原文可查看相关链接,并与作者交流