Appium appium1.0 beta 发布

思寒_seveniruby · 2014年04月17日 · 最后由 元让0821 回复于 2014年04月17日 · 1774 次阅读

官方声明和代码下载 https://github.com/appium/appium/releases/tag/v1.0.0-beta.1
距离 1.0 正式版还有 15 天
这个版本变更很大, 请谨慎升级.

General

fix broken log options: --log, --log-no-colors, and --log-timestamp
update docs to work with Jekyll
change 'launch' desired cap to 'autoLaunch', same defaults
fix installApp, launchApp, closeApp, removeApp to use correct app path
fix bug in action handling for python client
remove deprecated window handle support for native clients (in favor of contexts)
remove deprecated old xpath support and promote the '-real xpath' strategy to the default
remove deprecated json page source in favor of xml
remove deprecated mobile methods: location, fireEvent, waitForPageLoad, findElementNameContains, localScreenshot, getCommandTimeout, findAndAct
rewrite caps.md doc to use new 1.0 style caps
remove deprecated --merciful and --device-port flags (add --force-quit-instruments flag instead of -m)
lots of docs reorganization and prep for new publishing method
fix valid platform list
update npm deps to latest (except for express)
remove all deprecated "mobile: xxx" commands, except for gestures for now
use new native methods from WD in testsuite

iOS

fix bug where iOS < 7.1 would try to ask instruments for available devices
loosen up sudo check for authorize_ios so it can run without issue under sudo
rename nonSyntheticWebClick cap to nativeWebTap, and turn it off by default

Android

fix bug with XML page source where it wouldn't create the dump file correctly
change caps with hyphens (-) like "app-package" to be camelCased like the rest of Appium caps, e.g., "appPackage"
fix bug with custom keystore apk signing
allow multi actions without an element

Selendroid

fix command timeout bug
Source code (zip)

如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!
共收到 3 条回复 时间 点赞

初步试探,变动挺大的。

#1 楼 @benlooking mobile 的方法基本废除了一半多, 很多特性也改变了, 是为了兼容, 所以可以先等别人去踩坑. 1.0 正式版本才是王道.

坐等正式版发布

需要 登录 后方可回复, 如果你还没有账号请点击这里 注册