Appium1.2.2 released

Appium、1.2.2が出てました。
https://github.com/appium/appium/releases/tag/v1.2.2

なにげに、インスペクタのレイアウトが変わってました。
iOSは微修正、Androidのほうが修正が多いように見えます。

個人的にiOSとして既存のテストに影響のありそうな修正は無かった。
Androidには以下が気になるところ。
まだシナリオ少ないですが、Androidは安定に向かっていて良さそう。

Android

  • cache Chromedriver webview objects so we don’t need to start a new Chromedriver on every context switch
  • allow chromeOptions cap object to be passed to chromedriver
    download all chromedriver architectures for linux (32 and 64 bit)
  • make sure we stop adb logcat logging when ending a chrome session so we don’t leak processes
  • add setText method that will clear a text field before adding text; this is primarily useful for textfields with hint text where clear() does not work in general
  • move xpath parsing into the android bootstrap, for fewer bugs and greater reliability. NOTE: this could be a breaking change depending on the kind of xpath selectors you are using

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.