Selendroid Versions Save

"Selenium for Android" (Test automate native or hybrid Android apps and the mobile web with Selendroid.) Join us on IRC #selendroid on freenode. Also confirm you have signed the CLA http://goo.gl/pAvxEI when making a Pull Request.

0.7.0

10 years ago
  • Support for running AndroidDriver to test mobile web pages.
  • Introduce an API to control the screen brightness and whether it's on.
  • making screenshots work again for emulators and using the -installedApp option
  • Avoid retaining references to Views that have been disposed.
  • Prevent temporary APKs from cluttering the cwd.

0.6.0

10 years ago

0.6.0

  • #114 Optimizing logcat handling and retry handling for selendroid-server start
  • Emulators are started on display configured in capabilities
  • Device logcats are available as logging type "logcat"
  • The feature to restart adb has been removed
  • Selendroid-standalone can register himself as a node to a Selenium Grid hub by using command line parameters (-hub and -host)
  • Selenium Automation Atoms has been updated to fix #127
  • Support for Android KitKat (Api Level 19)
  • Full support for Windows (#146)
  • Support for running multiple instrumentation servers #112
  • Better support for different platform names Android Sdk #128
  • Smaller refactorings
  • Selendroid-Standalone can be configured to use specific emulator starting options
  • Selendroid-Standalone can be configured to use a specific keystore for signing apks

0.5.1

10 years ago
  • Fix of 'Arbitrary port number binding is broken'

0.5.0

10 years ago
  • Added xpath locator for native context
  • selendroid can now handle multiple web views on the same activity
  • new inspector with the ability to display html source code of a web view.
  • multiple bug fixes
  • Support for Set, Get, Delete Cookies for WebViews
  • hardware device handling is now based on the ddmlib library which means devices can be now hot plugged.
  • selendroid-standalone can is now taking screenshots by default using ddmlib library.
  • selendroid-shell has been removed from the core project
  • selendroid-server port can now be configured
  • Updated to use the lastest Selenium automation Atoms.
  • Official support for windows
  • Emulator and instrumentation start handling was massively improved
  • selendroid-standalone can handle installed apps which is can speed up especially test case development.
  • Selenium Log API is now supported