selendroid v0.11.0 Release Notes

Release Date: 2014-08-01 // over 9 years ago
    • โฌ†๏ธ Upgrading to latest Selenium 2.42.2
    • ๐Ÿ›  Fixed http response encoding header
    • ๐Ÿ‘Œ Support for 'activity-alias' manifest tag by adding a new optional capability -launchActivity
    • โž• Adding new background / resume custom api endpoints, available in the client:
      SelendroidDriver.backgroundApp() and SelendroidDriver.resumeApp()
    • Avoid returning duplicate elements for findElementsBy
    • Migrated http-server from webbit to netty
    • โž• Adding new call log feature: SelendroidDriver.addCallLog / readCallLog
    • ๐Ÿ›  Fixes: #487