Test automation for native or hybrid Android apps and the mobile web with Selendroid.

Getting Started »

About

Selendroid is a test automation framework which drives off the UI of Android native and hybrid applications (apps) and the mobile web. Tests are written using the Selenium 2 client API - that's it!

Devices

Selendroid can be used on emulators and real devices and can be integrated as a node into the Selenium Grid for scaling and parallel testing.

Concept

The documentation specifies how to install and use Selendroid itself. The use of Selendroid requires knowledge about how to use Selenium. The official documentation of the WebDriver client API can be found here.

Testing iOS

For testing any iOS native, hybrid, or mobile web application using WebDriver - we recommend: ios-driver.

Features of Selendroid

  • Full compatibility with the JSON Wire Protocol/Selenium 3 Ready.
  • No modification of app under test required in order to automate it
  • Testing the mobile web using built in Android driver webview app
  • Same concept for automating native or hybrid apps
  • UI elements can be found by different locator types
  • Gestures are supported: Advanced User Interactions API
  • Selendroid can interact with multiple Android devices (emulators or hardware devices) at the same time
  • Existing Emulators are started automatically
  • Selendroid supports hot plugging of hardware devices
  • Full integration as a node into Selenium Grid for scaling and parallel testing
  • Multiple Android target API support (10 to 19)
  • Built in Inspector to simplify test case development.
  • Selendroid can be extended at runtime with your own extensions !

Selendroid Version 0.17.0 Downloads

All artifacts are available in Maven central:

Search »

Selendroid Standalone with dependencies:

Download Jar »

Selendroid Test App (for playing with the tool):

Download apk »